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 c680221 commit 12a99e3Copy full SHA for 12a99e3
composer.json
@@ -21,16 +21,16 @@
21
}
22
],
23
"require": {
24
- "php" : ">=7.2",
25
- "illuminate/support" : ">=6.0",
26
- "illuminate/database" : ">=6.0"
+ "php" : "^7.2.5|^8.0",
+ "illuminate/support" : "^6.0|^7.0|^8.0",
+ "illuminate/database" : "^6.0|^7.0|^8.0"
27
},
28
"require-dev": {
29
- "laravel/framework" : "^6.0",
30
- "mockery/mockery" : "~1.0",
31
- "phpunit/phpunit" : "^9.4",
32
- "orchestra/testbench" : "^4.10",
33
- "doctrine/dbal" : "^2.12"
+ "laravel/framework" : "^6.0|^7.0|^8.0",
+ "mockery/mockery" : "~1.0",
+ "phpunit/phpunit" : "^8.0|^9.0",
+ "orchestra/testbench" : "^4.0|^5.0|^6.0",
+ "doctrine/dbal" : "^2.12"
34
35
"autoload": {
36
"psr-4": {
0 commit comments