Skip to content

Commit

Permalink
feat: require flysystem v3
Browse files Browse the repository at this point in the history
  • Loading branch information
augustas committed Aug 28, 2024
1 parent 233b6e6 commit f533fa8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"doctrine/dbal": "^2.12",
"doctrine/annotations": "^1.13",
"laminas/laminas-servicemanager": "~2.5.0",
"league/flysystem": "^2.0",
"league/flysystem-memory": "^2.0",
"league/flysystem-google-cloud-storage": "^2.0",
"league/flysystem": "^3.0",
"league/flysystem-memory": "^3.0",
"league/flysystem-google-cloud-storage": "^3.0",
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/lib-generis-search": "^2.3.0",
"monolog/monolog": "^1.23.0",
Expand Down Expand Up @@ -111,7 +111,8 @@
},
"config": {
"allow-plugins": {
"oat-sa/oatbox-extension-installer": true
"oat-sa/oatbox-extension-installer": true,
"php-http/discovery": true
}
}
}

0 comments on commit f533fa8

Please sign in to comment.