There was an error while loading. Please reload this page.
1 parent efaadf3 commit e642db7Copy full SHA for e642db7
composer.json
@@ -22,13 +22,13 @@
22
}
23
],
24
"require": {
25
- "php": ">=7.3.0",
26
- "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
+ "php": "^7.3|^8.0",
+ "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
27
},
28
"require-dev": {
29
- "orchestra/testbench": "~3.8|^4.0",
+ "orchestra/testbench": "~3.8|^4.0|^5.0|^7.0",
30
"mockery/mockery": "^0.9.4 || ~1.0",
31
- "phpunit/phpunit": "~8.5"
+ "phpunit/phpunit": "~8.5|^9.0"
32
33
"autoload": {
34
"psr-4": {
0 commit comments