mirror of
https://github.com/superhelio/commands.git
synced 2026-02-05 02:48:56 +00:00
Updated requirements
This commit is contained in:
@@ -17,13 +17,14 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : ">=7.0",
|
||||
"illuminate/support": "^5.3|^5.4|^5.5",
|
||||
"php" : ">=7.3",
|
||||
"illuminate/support": "^5.3|^6.0|^7.0|^8.0",
|
||||
"doctrine/dbal": "^2.5|^2.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit" : "^5.0",
|
||||
"orchestra/testbench": "~3.0"
|
||||
"roave/security-advisories": "dev-master",
|
||||
"phpunit/phpunit" : "^8.0",
|
||||
"orchestra/testbench": "^3.3|^4|^5|^6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user