Skip to content

Commit

Permalink
TASK: Update composer manifest for ~8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 22, 2023
1 parent 7c4a40e commit ce07c06
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Neos.Eel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages",
"require": {
"php": "^8.0",
"neos/flow": "self.version",
"neos/flow": "~8.1.0",
"neos/cache": "self.version",
"neos/utility-unicode": "self.version",
"neos/utility-objecthandling": "self.version"
Expand Down
26 changes: 13 additions & 13 deletions Neos.Flow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"ext-reflection": "*",
"ext-xml": "*",

"neos/cache": "self.version",
"neos/eel": "self.version",
"neos/error-messages": "self.version",
"neos/utility-arrays": "self.version",
"neos/utility-files": "self.version",
"neos/utility-mediatypes": "self.version",
"neos/utility-objecthandling": "self.version",
"neos/utility-opcodecache": "self.version",
"neos/utility-schema": "self.version",
"neos/utility-unicode": "self.version",
"neos/flow-log": "self.version",
"neos/http-factories": "self.version",
"neos/utility-pdo": "self.version",
"neos/cache": "~8.1.0",
"neos/eel": "~8.1.0",
"neos/error-messages": "~8.1.0",
"neos/utility-arrays": "~8.1.0",
"neos/utility-files": "~8.1.0",
"neos/utility-mediatypes": "~8.1.0",
"neos/utility-objecthandling": "~8.1.0",
"neos/utility-opcodecache": "~8.1.0",
"neos/utility-schema": "~8.1.0",
"neos/utility-unicode": "~8.1.0",
"neos/flow-log": "~8.1.0",
"neos/http-factories": "~8.1.0",
"neos/utility-pdo": "~8.1.0",

"neos/composer-plugin": "^2.0",

Expand Down
2 changes: 1 addition & 1 deletion Neos.FluidAdaptor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^8.0",
"neos/flow": "self.version",
"neos/flow": "~8.1.0",
"neos/cache": "self.version",
"neos/utility-files": "self.version",
"neos/utility-objecthandling": "self.version",
Expand Down
4 changes: 2 additions & 2 deletions Neos.Kickstarter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"require": {
"php": "^8.0",
"neos/flow": "self.version",
"neos/fluid-adaptor": "self.version",
"neos/flow": "~8.1.0",
"neos/fluid-adaptor": "~8.1.0",
"neos/utility-arrays": "self.version"
},
"autoload": {
Expand Down

0 comments on commit ce07c06

Please sign in to comment.