We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce55a5b commit 20df6d4Copy full SHA for 20df6d4
composer.json
@@ -8,12 +8,12 @@
8
],
9
"require": {
10
"php": "^8.3",
11
- "illuminate/collections": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
12
- "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
+ "illuminate/collections": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
13
"omniphx/forrest": "^2.0"
14
},
15
"require-dev": {
16
- "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
+ "orchestra/testbench": "^8.0 || ^9.0 || ^10.0 || ^11.0",
17
"php-parallel-lint/php-parallel-lint": "^1.3",
18
"phpstan/phpstan": "^1",
19
"phpunit/phpunit": "^10.0 || ^11.0",
0 commit comments