Update dependencies

Update dependencies to work with Lumen v.6
This commit is contained in:
Arthur 2020-04-06 20:06:58 +03:00 committed by GitHub
parent 8d804e09eb
commit c46846d978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,10 @@
} }
], ],
"require": { "require": {
"php": ">=5.5.0", "php": "^7.2",
"illuminate/console": "^5.1", "illuminate/console": "^5.1|^6",
"illuminate/filesystem": "^5.1", "illuminate/filesystem": "^5.1|^6",
"fzaninotto/faker": "^1.5" "fzaninotto/faker": "^1.5"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {