Skip to content

Commit

Permalink
Partial composer dependency update
Browse files Browse the repository at this point in the history
Statamic 5 requires `"maennchen/zipstream-php": "^3.1"` but `stechstudio/laravel-zipstream` doesn’t yet support that version. We have to wait for the update as per stechstudio/laravel-zipstream#107
  • Loading branch information
aerni committed May 14, 2024
1 parent 15f3f1e commit 0ef11b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"aws/aws-sdk-php": "^3.224",
"laravel/framework": "^9.0 || ^10.0",
"statamic/cms": "^4.0",
"laravel/framework": "^10.0 || ^11.0",
"statamic/cms": "^5.0",
"stechstudio/laravel-zipstream": "^4.8"
},
"require-dev": {
"nunomaduro/collision": "^6.1",
"orchestra/testbench": "^7.5",
"phpunit/phpunit": "^9.5"
"nunomaduro/collision": "^7.0 || ^8.0",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0ef11b8

Please sign in to comment.