mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-27 22:45:27 +03:00
Update dependencies
Update dependencies to work with Lumen v.6
This commit is contained in:
parent
8d804e09eb
commit
c46846d978
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user