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 bb46260 commit 079af28Copy full SHA for 079af28
composer.json
@@ -19,12 +19,12 @@
19
"license": "MIT",
20
"require": {
21
"php": ">=8.1",
22
- "illuminate/support": "^10|^11",
23
- "illuminate/database": "^10|^11"
+ "illuminate/support": "^10|^11|^12.0",
+ "illuminate/database": "^10|^11|^12.0"
24
},
25
"require-dev": {
26
- "orchestra/testbench": "^8.0|^9.0",
27
- "phpunit/phpunit": "^10",
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^10|^11.5.3",
28
"friendsofphp/php-cs-fixer": "^3.6",
29
"squizlabs/php_codesniffer": "^3.5"
30
0 commit comments