Skip to content

Commit

Permalink
TASK: Use 8.4.x-dev of neos/flow-development-collection
Browse files Browse the repository at this point in the history
This reverts commit 0c2509e.
  • Loading branch information
ahaeslich committed Jun 27, 2024
1 parent 569964f commit 9b00a77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": ["GPL-3.0-or-later"],
"type": "neos-package-collection",
"require": {
"neos/flow-development-collection": "8.3.x-dev"
"neos/flow-development-collection": "8.4.x-dev"
},
"scripts": {
"lint:phpstan": "../../bin/phpstan analyse",
Expand Down
4 changes: 2 additions & 2 deletions Neos.Neos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": "^8.0",
"neos/diff": "self.version",
"neos/flow": "^8.3",
"neos/flow": "~8.4.0",
"neos/media-browser": "self.version",
"neos/party": "*",
"neos/content-repository": "self.version",
"neos/fusion": "self.version",
"neos/fusion-afx": "self.version",
"neos/fusion-form": "^1.0 || ^2.0",
"neos/fluid-adaptor": "^8.3",
"neos/fluid-adaptor": "~8.4.0",
"behat/transliterator": "~1.0",
"neos/media": "self.version"
},
Expand Down
2 changes: 1 addition & 1 deletion Neos.SiteKickstarter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"neos/flow": "*",
"neos/utility-files": "*",
"neos/fluid-adaptor": "*",
"neos/kickstarter": "^8.3",
"neos/kickstarter": "~8.4.0",

"neos/content-repository": "self.version"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"type": "neos-package-collection",
"require": {
"neos/flow-development-collection": "8.3.x-dev",
"neos/flow-development-collection": "8.4.x-dev",
"php": "^8.0",
"neos/flow": "*",
"neos/cache": "*",
Expand All @@ -32,7 +32,7 @@
"neos/party": "*",
"neos/fusion-form": "^1.0 || ^2.0",
"neos/form": "*",
"neos/kickstarter": "^8.3"
"neos/kickstarter": "~8.4.0"
},
"scripts": {
"lint:phpstan": "../../bin/phpstan analyse",
Expand Down

0 comments on commit 9b00a77

Please sign in to comment.