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.
2 parents e294abb + 3edd3cd commit 44a296eCopy full SHA for 44a296e
composer.json
@@ -9,12 +9,12 @@
9
"license": "MIT",
10
"require": {
11
"php": "^7.2|^8.0",
12
- "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
+ "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
13
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
14
},
15
"require-dev": {
- "phpunit/phpunit": "^9.3",
16
- "orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0",
17
- "phpunit/phpunit": "^8.3 || ^9.0",
+ "orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
+ "phpunit/phpunit": "^8.4 || ^9.0 || ^10.0",
18
"friendsofphp/php-cs-fixer": "^3.0"
19
20
"autoload": {
0 commit comments