Skip to content

Commit

Permalink
TASK: Update composer manifest for 5.2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Apr 4, 2020
1 parent 1e88993 commit 36a08d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Neos.Neos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
],
"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": {
"neos/diff": "~5.1.0",
"neos/flow": "~6.1.0",
"neos/media-browser": "~5.1.0",
"neos/diff": "~5.2.0",
"neos/flow": "~6.2.0",
"neos/media-browser": "~5.2.0",
"neos/party": "*",
"neos/twitter-bootstrap": "*",
"neos/content-repository": "~5.1.0",
"neos/fusion": "~5.1.0",
"neos/content-repository": "~5.2.0",
"neos/fusion": "~5.2.0",
"neos/fusion-afx": "^1.4",
"neos/fusion-form": "^1.0",
"neos/fluid-adaptor": "~6.1.0",
"neos/fluid-adaptor": "~6.2.0",
"behat/transliterator": "~1.0",
"neos/media": "~5.1.0"
"neos/media": "~5.2.0"
},
"suggest": {
"neos/site-kickstarter": "Helps with creating new site packages for Neos.",
Expand Down
2 changes: 1 addition & 1 deletion Neos.SiteKickstarter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"neos/flow": "*",
"neos/utility-files": "*",
"neos/fluid-adaptor": "*",
"neos/kickstarter": "~6.1.0",
"neos/kickstarter": "~6.2.0",

"neos/content-repository": "self.version"
},
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"doctrine/dbal": "^2.8",
"neos/party": "*",
"neos/twitter-bootstrap": "*",
"neos/fusion-afx": "*",
"neos/fusion-form": "*",
"neos/fusion-afx": "^1.4",
"neos/fusion-form": "^1.0",
"neos/form": "*",
"neos/kickstarter": "dev-master "
"neos/kickstarter": "~6.2.0"
},
"replace": {
"typo3/typo3cr": "self.version",
Expand All @@ -58,6 +58,7 @@
},
"suggest": {
"neos/utility-schema": "Validate NodeType schema.",
"phpbench/phpbench": "For running performance benchmarks of the Fusion runtime",
"neos/site-kickstarter": "Helps with creating new site packages for Neos.",
"neos/redirecthandler-neosadapter": "Adds automatic redirects for moved/renamed pages"
},
Expand Down

0 comments on commit 36a08d3

Please sign in to comment.