Laravel 7 Support
... | ... | @@ -26,11 +26,11 @@ |
} | ||
], | ||
"require": { | ||
"illuminate/support": "^6.0", | ||
"illuminate/support": "^6.0||^7.0", | ||
"php" : ">=7.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit" : "^7.0||^8.0" | ||
"phpunit/phpunit" : "^7.0||^8.0||^9.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment