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 c8b7623 commit 490eab8Copy full SHA for 490eab8
composer.json
@@ -29,13 +29,13 @@
29
}
30
},
31
"require": {
32
- "php": "^7.1"
+ "php": "^7.1|^8.0"
33
34
"require-dev": {
35
- "illuminate/database": "^5.5|^6.0",
36
- "orchestra/testbench": "^3.5|^4.0",
37
- "orchestra/database": "^3.5|^4.0",
38
- "phpunit/phpunit": "^6.3|^7.0|^8.0"
+ "illuminate/database": "^5.5|^6.0|^8.20",
+ "orchestra/testbench": "^3.5|^4.0|^6.0",
+ "orchestra/database": "^3.5|^4.0|^5.0",
+ "phpunit/phpunit": "^6.3|^7.0|^8.0|^9.4"
39
40
"scripts": {
41
"test": "vendor/bin/phpunit"
0 commit comments