mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Upgrade to Laravel 5.6 #1221
This commit is contained in:
@@ -49,15 +49,14 @@
|
||||
"ext-curl": "*",
|
||||
"ext-gd": "*",
|
||||
"ext-intl": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-zip": "*",
|
||||
"bacon/bacon-qr-code": "1.*",
|
||||
"davejamesmiller/laravel-breadcrumbs": "4.*",
|
||||
"davejamesmiller/laravel-breadcrumbs": "5.*",
|
||||
"doctrine/dbal": "2.*",
|
||||
"fideloper/proxy": "3.*",
|
||||
"laravel/framework": "5.5.*",
|
||||
"laravel/passport": "^4.0",
|
||||
"laravelcollective/html": "5.5.*",
|
||||
"fideloper/proxy": "4.*",
|
||||
"laravel/framework": "5.6.*",
|
||||
"laravel/passport": "^5.0",
|
||||
"laravelcollective/html": "5.6.*",
|
||||
"league/commonmark": "0.*",
|
||||
"league/csv": "9.*",
|
||||
"league/fractal": "^0.17.0",
|
||||
@@ -75,7 +74,7 @@
|
||||
"fzaninotto/faker": "1.*",
|
||||
"mockery/mockery": "^1.0",
|
||||
"php-coveralls/php-coveralls": "^2.0",
|
||||
"phpunit/phpunit": "~6.0"
|
||||
"phpunit/phpunit": "~7.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
@@ -113,11 +112,9 @@
|
||||
"php artisan firefly:upgrade-database",
|
||||
"php artisan firefly:verify",
|
||||
"php artisan firefly:instructions update",
|
||||
"php artisan optimize",
|
||||
"php artisan passport:install"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"php artisan optimize",
|
||||
"php artisan firefly:instructions install"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user