mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Upgrade Firefly III to PHP 7.2 and Laravel 5.7
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user