Upgrade Firefly III to PHP 7.2 and Laravel 5.7

This commit is contained in:
James Cole
2018-09-19 16:50:16 +02:00
parent 972721b183
commit e29e6c147c
5 changed files with 250 additions and 183 deletions

View File

@@ -46,21 +46,21 @@
}
],
"require": {
"php": ">=7.1.0",
"php": ">=7.2.0",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-xml": "*",
"ext-zip": "*",
"bacon/bacon-qr-code": "1.*",
"bacon/bacon-qr-code": "2.*",
"bunq/sdk_php": "dev-master#8c1faefc111d9b970168a1837ca165d854954941",
"davejamesmiller/laravel-breadcrumbs": "5.*",
"doctrine/dbal": "2.*",
"fideloper/proxy": "4.*",
"laravel/framework": "5.6.*",
"laravel/passport": "^5.0",
"laravelcollective/html": "5.6.*",
"laravel/framework": "5.7.*",
"laravel/passport": "^7.0",
"laravelcollective/html": "5.7.*",
"league/commonmark": "0.*",
"league/csv": "9.*",
"league/fractal": "^0.17.0",
@@ -74,9 +74,9 @@
"filp/whoops": "2.*",
"fzaninotto/faker": "1.*",
"johnkary/phpunit-speedtrap": "^3.0",
"mockery/mockery": "^1.0",
"mockery/mockery": "1.*",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "~7.0",
"phpunit/phpunit": "7.*",
"roave/security-advisories": "dev-master"
},
"autoload": {