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 e9d8c0e commit 3e5b913Copy full SHA for 3e5b913
composer.json
@@ -22,13 +22,13 @@
22
},
23
"require": {
24
"php": "^8.1",
25
- "illuminate/database": "^9.0|^10.0"
+ "illuminate/database": "^9.0|^10.0|^11.0"
26
27
"require-dev": {
28
- "phpunit/phpunit": "^9",
29
- "orchestra/testbench": "^7.0|^8.0",
+ "phpunit/phpunit": "^9|^10.5",
+ "orchestra/testbench": "^7.0|^8.0|^9.0",
30
"squizlabs/php_codesniffer": "^3.6",
31
- "vimeo/psalm": "^4.7",
+ "vimeo/psalm": "^4.7|^5.22",
32
"nunomaduro/larastan": "^2.0"
33
34
"scripts": {
0 commit comments