We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f35860 commit f7acd3dCopy full SHA for f7acd3d
composer.json
@@ -19,16 +19,16 @@
19
}
20
},
21
"require": {
22
- "php": "^8.1",
23
- "illuminate/filesystem": "^10.0",
24
- "illuminate/support": "^10.0",
25
- "illuminate/auth": "^10.0",
+ "php": "^8.1 | ^8.2 | ^8.3",
+ "illuminate/filesystem": "^10.0 | ^11.0",
+ "illuminate/support": "^10.0 | ^11.0",
+ "illuminate/auth": "^10.0 | ^11.0",
26
"doctrine/dbal": "^3.0"
27
28
"require-dev": {
29
"laravel/pint": "^1.0",
30
- "phpunit/phpunit": "^10.0",
31
- "orchestra/testbench": "8.*",
+ "phpunit/phpunit": "^10.0 | ^11.0",
+ "orchestra/testbench": "8.* | 9.*",
32
"mockery/mockery": "^1.1",
33
"phpstan/phpstan-phpunit": "^1.0"
34
0 commit comments