We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b58ec commit 03efe49Copy full SHA for 03efe49
composer.json
@@ -17,15 +17,15 @@
17
],
18
"require": {
19
"ext-zip": "*",
20
- "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
21
- "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0",
22
"thecodingmachine/safe": "^2.1"
23
},
24
"require-dev": {
25
"friendsofphp/php-cs-fixer": "^3.2",
26
- "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
+ "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
27
"phpstan/phpstan": "^1.6",
28
- "phpunit/phpunit": "^9.3",
+ "phpunit/phpunit": "^9.3|^10.0",
29
"rector/rector": "^0.12|^0.15",
30
"thecodingmachine/phpstan-safe-rule": "^1.2"
31
0 commit comments