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 2ebc0d1 commit 6c83940Copy full SHA for 6c83940
composer.json
@@ -15,14 +15,14 @@
15
},
16
"require": {
17
"php": "^7.2 || ^8.0",
18
- "illuminate/database": "^6.3 || ^7.0 || ^8.0",
19
- "illuminate/support": "^6.0 || ^7.0 || ^8.0",
+ "illuminate/database": "^6.3 || ^7.0 || ^8.0 || ^9.0",
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
20
"laravel-interaction/support": "^1.0"
21
22
"require-dev": {
23
"mockery/mockery": "~1.3.3 || ^1.4.2",
24
"moontoast/math": "^1.0",
25
- "orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
+ "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
26
"phpunit/phpunit": "^8.0,<8.5.12 || ^9.3.3"
27
28
"autoload": {
0 commit comments