We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5555d commit 9aa106cCopy full SHA for 9aa106c
composer.json
@@ -18,16 +18,16 @@
18
"php": "^8.1",
19
"guzzlehttp/guzzle": "^7.0",
20
"guzzlehttp/psr7": "^2.6",
21
- "illuminate/support": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
22
"league/flysystem-path-prefixing": "^3.28",
23
"maennchen/zipstream-php": "^v3.0",
24
"psr/http-message": "^2.0",
25
"spatie/laravel-package-tools": "^1.16"
26
},
27
"require-dev": {
28
"league/flysystem-aws-s3-v3": "^3.28",
29
- "orchestra/testbench": "^8.0|^9.0",
30
- "phpunit/phpunit": "^9.0|^10.0"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.0|^10.0|^11.5.3"
31
32
"autoload": {
33
"psr-4": {
0 commit comments