We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3598b43 + 7869c0b commit d1d5eb7Copy full SHA for d1d5eb7
2 files changed
.gitignore
@@ -3,3 +3,4 @@
3
composer.lock
4
.phpunit.result.cache
5
.php-cs-fixer.cache
6
+.idea
composer.json
@@ -25,13 +25,13 @@
25
],
26
"require": {
27
"php": "^7.3|^8.0",
28
- "illuminate/database": "^8.0",
29
- "illuminate/queue": "^8.0"
+ "illuminate/database": "^8.0|^9.0",
+ "illuminate/queue": "^8.0|^9.0"
30
},
31
"require-dev": {
32
"kahlan/kahlan": "~2.5",
33
"phpunit/phpunit": "^9.5",
34
- "orchestra/testbench": "^6.23",
+ "orchestra/testbench": "^6.23|^7.2",
35
"friendsofphp/php-cs-fixer": "^3.2",
36
"brianium/paratest": "^6.3"
37
0 commit comments