Skip to content

Commit

Permalink
Merge pull request #4666 from neos/task/4257-self-version-agian
Browse files Browse the repository at this point in the history
TASK: All dependencies within collection point to `self.version`
  • Loading branch information
kdambekalns authored Oct 31, 2023
2 parents c49a1a8 + 7fde452 commit 7a66f71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Neos.Neos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"description": "An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.",
"require": {
"php": "^7.3 || ^8.0",
"neos/diff": "~7.3.0",
"neos/diff": "self.version",
"neos/flow": "~7.3.0",
"neos/media-browser": "~7.3.0",
"neos/media-browser": "self.version",
"neos/party": "*",
"neos/twitter-bootstrap": "*",
"neos/content-repository": "~7.3.0",
"neos/fusion": "~7.3.0",
"neos/content-repository": "self.version",
"neos/fusion": "self.version",
"neos/fusion-afx": "self.version",
"neos/fusion-form": "^1.0 || ^2.0",
"neos/fluid-adaptor": "~7.3.0",
"neos/media": "~7.3.0",
"neos/media": "self.version",
"behat/transliterator": "~1.0"
},
"suggest": {
Expand Down

0 comments on commit 7a66f71

Please sign in to comment.