Skip to content

Commit

Permalink
require league/flysystem-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Sep 22, 2023
1 parent 2afad39 commit fb86c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "neos-package-collection",
"require": {
"neos/flow-development-collection": "9.0.x-dev",
"neos/neos-setup": "^2.0"
"neos/neos-setup": "^2.0",
"league/flysystem-memory": "^3"
},
"replace": {
},
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"neos/fusion-form": "^1.0 || ^2.0",
"behat/transliterator": "~1.0",
"neos/form": "*",
"neos/kickstarter": "~9.0.0"
"neos/kickstarter": "~9.0.0",
"league/flysystem-memory": "^3"
},
"replace": {
"packagefactory/atomicfusion-afx": "*",
Expand Down

0 comments on commit fb86c83

Please sign in to comment.