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 35749e6 commit 73ab528Copy full SHA for 73ab528
composer.json
@@ -11,13 +11,13 @@
11
],
12
"require": {
13
"php": "^8.0",
14
- "illuminate/database": "^5.5.0|^6.0|^7.0|^8.0",
15
- "illuminate/support": "^5.5.0|^6.0|^7.0|^8.0"
+ "illuminate/database": "^5.5.0|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^5.5.0|^6.0|^7.0|^8.0|^9.0"
16
},
17
"require-dev": {
18
"ext-pdo_sqlite": "*",
19
"mockery/mockery": "^1.0.0",
20
- "orchestra/testbench": "~3.5.0|~3.6.0|~3.8.0|^4.0|^5.0",
+ "orchestra/testbench": "~3.5.0|~3.6.0|~3.8.0|^4.0|^5.0|^6.0|^7.0",
21
"phpunit/phpunit" : "^7.0|^8.0|^9.0"
22
23
"autoload": {
0 commit comments