Skip to content

Commit

Permalink
Merge pull request #185 from neos/task/updateDependencies
Browse files Browse the repository at this point in the history
TASK: Update dependencies to require Neos 9 compatible versions of neos/nodetypes*
  • Loading branch information
mhsdesign authored Nov 8, 2023
2 parents dedcd3c + ec04f81 commit 1c38bc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"require": {
"neos/neos": "^9.0 || dev-master",
"neos/fusion-form": "^2.0 || dev-master",
"neos/nodetypes-basemixins": "*",
"neos/nodetypes-assetlist": "*",
"neos/nodetypes-contentreferences": "*",
"neos/nodetypes-html": "*",
"neos/nodetypes-navigation": "*"
"neos/nodetypes-basemixins": "~9.0.0",
"neos/nodetypes-assetlist": "~9.0.0",
"neos/nodetypes-contentreferences": "~9.0.0",
"neos/nodetypes-html": "~9.0.0",
"neos/nodetypes-navigation": "~9.0.0"
},
"suggest": {
"sitegeist/monocle": "An living-styleguide for Neos that is based on the actual fusion-code",
Expand Down

0 comments on commit 1c38bc7

Please sign in to comment.