Skip to content

Commit

Permalink
TASK: Adjust composer dependencies
Browse files Browse the repository at this point in the history
Pin neos-neos dependency to version 8.3 and adopt the testing setup.
  • Loading branch information
markusguenther committed Dec 15, 2023
1 parent 64b32f6 commit 2dc0428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/TestDistribution/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"minimum-stability": "dev",
"require": {
"neos/neos-ui": "8.3.x-dev",
"neos/neos-ui": "8.4.x-dev",
"neos/fusion-afx": "*",
"neos/test-site": "@dev",
"neos/test-nodetypes": "@dev"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"neos/neos": "^8.2.0 || 8.3.x-dev",
"neos/neos": "^8.3.0",
"neos/neos-ui-compiled": "self.version"
},
"autoload": {
Expand Down

0 comments on commit 2dc0428

Please sign in to comment.