We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaf7fb commit d57d0ccCopy full SHA for d57d0cc
composer.json
@@ -15,16 +15,16 @@
15
}
16
],
17
"require": {
18
- "php": ">=7.3.0",
+ "php": "^7.3|^8.0",
19
"illuminate/console": ">=6.0",
20
"illuminate/database": ">=6.0",
21
"illuminate/http": ">=6.0",
22
"illuminate/support": ">=6.0"
23
},
24
"require-dev": {
25
- "phpunit/phpunit": "^8.2.4",
26
- "orchestra/testbench": "^6.2",
27
- "laravel/legacy-factories": "1.0.4"
+ "phpunit/phpunit": ">=8.5",
+ "orchestra/testbench": ">=6.2",
+ "laravel/legacy-factories": ">=1.0.4"
28
29
"autoload": {
30
"psr-4": {
0 commit comments