Laravel 8 Readiness
... | ... | @@ -27,11 +27,11 @@ |
], | ||
"require": { | ||
"php": ">=7.1", | ||
"illuminate/support": "^6.0|^7.0", | ||
"illuminate/support": "^6.0|^7.0|^8.0", | ||
"phpdocumentor/reflection-docblock": "^5.1" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^4.0|^5.0", | ||
"orchestra/testbench": "^4.0|^5.0|^6.0", | ||
"phpunit/phpunit": "^8.0|^9.0" | ||
}, | ||
"autoload": { | ||
... | ... |
Please register or sign in to comment