Skip to content

Commit

Permalink
Merge pull request neos#2352 from neos/albe-composer2
Browse files Browse the repository at this point in the history
TASK: Allow to install with composer 2.0
  • Loading branch information
albe authored Dec 15, 2020
2 parents d4045e9 + 1268863 commit 04688ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Neos.Flow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"neos/composer-plugin": "^2.0",
"neos/utility-pdo": "~5.3.0",

"composer/composer": "^1.9"
"composer/composer": "^1.9 || ^2.0"
},
"replace": {
"typo3/flow": "self.version"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"symfony/dom-crawler": "^4.2",
"symfony/console": "^4.2",
"neos/composer-plugin": "^2.0",
"composer/composer": "^1.9",
"composer/composer": "^1.9 || ^2.0",
"typo3fluid/fluid": "~2.5.11 || ^2.6.10",
"ext-mbstring": "*"
},
Expand Down

0 comments on commit 04688ce

Please sign in to comment.