Package: php-laravel-framework / 11.46.1+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
php-laravel-framework | 11.46.1+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Treat replaced internal packages as dependencies.patch | (download) |
composer.json |
4 1 + 3 - 0 ! |
treat replaced internal packages as dependencies |
0002 Remove Composer runtime dependency.patch | (download) |
composer.json |
1 0 + 1 - 0 ! |
remove composer runtime dependency Irrelevant when installed from a Debian package. |
0003 Adjust default config file location.patch | (download) |
src/Illuminate/Foundation/Console/ConfigPublishCommand.php |
4 2 + 2 - 0 ! |
adjust default config file location |
0004 Disable debug mode exception renderer.patch | (download) |
src/Illuminate/Foundation/Providers/FoundationServiceProvider.php |
22 0 + 22 - 0 ! |
disable debug mode exception renderer The view relies on compiled and minified CSS and Javascript that we cannot reproduce from source in Debian due to missing dependencies. We must thus exclude it. |
0005 Remove spatie once from composer.json.patch | (download) |
composer.json |
3 1 + 2 - 0 ! |
remove spatie/once from composer.json The spatie/once library can be functionally replaced by functionality in illuminate/support, but it's not exactly contained within. The other "replaces" packages are contained within the Laravel source code and we split them into separate binary packages. There's no real relation to spatie/once here and its sources aren't contained within Laravel, so we drop this "replaces" relation to avoid complicating the handling of "replaces" when packaging. |