Skip to content

Commit

Permalink
Merge pull request #3207 from kdambekalns/bugfix/self-version-depende…
Browse files Browse the repository at this point in the history
…ncies

TASK: Fix overlooked dependency…
  • Loading branch information
kdambekalns authored Oct 31, 2023
2 parents d246e38 + 0af31b3 commit 8153030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Neos.Flow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"neos/utility-unicode": "self.version",
"neos/flow-log": "self.version",
"neos/http-factories": "self.version",
"neos/utility-pdo": "self.version",

"neos/composer-plugin": "^2.0",

"psr/http-message": "^1.0",
"psr/http-factory": "^1.0",
Expand All @@ -46,9 +49,6 @@
"symfony/dom-crawler": "^5.1",
"symfony/console": "^5.1",

"neos/composer-plugin": "^2.0",
"neos/utility-pdo": "~7.3.0",

"composer/composer": "^2.2.8",

"egulias/email-validator": "^2.1.17 || ^3.0",
Expand Down

0 comments on commit 8153030

Please sign in to comment.