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 a80cfd3 commit 65cef48Copy full SHA for 65cef48
composer.json
@@ -6,10 +6,10 @@
6
"keywords": ["dev"],
7
"require": {
8
"php": "^8.2",
9
- "laravel/framework": "^10.0"
+ "laravel/framework": "^10.0 || ^11.0"
10
},
11
"require-dev": {
12
- "orchestra/testbench": "^8.5",
+ "orchestra/testbench": "^8.5 || ^9.0",
13
"phpstan/extension-installer": "^1.3",
14
"phpstan/phpstan": "^1.10",
15
"phpstan/phpstan-deprecation-rules": "^1.1",
0 commit comments