Skip to content

Commit

Permalink
update flysystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pohl committed Jan 31, 2023
1 parent 402a508 commit e93b1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "MIT",
"require": {
"php": ">=8.0",
"league/flysystem": "^1.0",
"league/flysystem": "^3.12",
"intervention/image": "^2.4",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"friendsofphp/php-cs-fixer": "^3.2",
"league/flysystem-memory": "^1.0"
"league/flysystem-memory": "^3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e93b1a3

Please sign in to comment.