Skip to content

Commit

Permalink
TASK: Update composer manifest for 9.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 7, 2023
1 parent 5983d6d commit 3fd5570
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Neos.Neos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@
},
"require": {
"php": "^8.2",
"neos/diff": "self.version",
"neos/diff": "~9.0.0",
"neos/flow": "~9.0.0",
"neos/media-browser": "self.version",
"neos/media-browser": "~9.0.0",
"neos/party": "*",
"neos/twitter-bootstrap": "*",
"neos/contentrepository-core": "self.version",
"neos/contentrepositoryregistry": "self.version",
"neos/contentrepository-nodeaccess": "self.version",
"neos/fusion": "self.version",
"neos/fusion": "~9.0.0",
"neos/fusion-afx": "self.version",
"neos/fusion-form": "^1.0 || ^2.0",
"neos/fluid-adaptor": "~9.0.0",
"behat/transliterator": "~1.0",
"neos/media": "self.version"
"neos/media": "~9.0.0",
"neos/content-repository": "~9.0.0"
},
"suggest": {
"neos/site-kickstarter": "Helps with creating new site packages for Neos.",
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"league/flysystem-memory": "^3",
"doctrine/dbal": "^2.8",
"doctrine/migrations": "*",
"neos/eventstore": "*",
"neos/eventstore-doctrineadapter": "*",
"neos/eventstore": "~1.0.0",
"neos/eventstore-doctrineadapter": "~1.0.0",
"php": "^8.2",
"neos/error-messages": "*",
"neos/utility-objecthandling": "*",
Expand All @@ -28,7 +28,7 @@
"phpunit/phpunit": "^9.0",
"neos/behat": "^9.0",
"neos/contentrepositoryregistry-storageclient": "self.version",
"symfony/property-access": "*",
"symfony/property-access": "^5.4|^6.0",
"neos/fluid-adaptor": "*",
"neos/cache": "*",
"neos/eel": "*",
Expand All @@ -43,6 +43,7 @@
"imagine/imagine": "*",
"neos/party": "*",
"neos/fusion-form": "^1.0 || ^2.0",
"neos/content-repository": "~9.0.0",
"neos/form": "*",
"neos/kickstarter": "~9.0.0"
},
Expand Down

0 comments on commit 3fd5570

Please sign in to comment.