Skip to content

Commit

Permalink
TASK: Declare PHP8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
albe committed May 16, 2021
1 parent e212659 commit 3c38fcb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Neos.ContentRepository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/flow": "*",
"neos/cache": "*",
"neos/eel": "*",
Expand Down Expand Up @@ -126,4 +126,4 @@
"Neos.Flow-20201109224100"
]
}
}
}
2 changes: 1 addition & 1 deletion Neos.Diff/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "BSD-3-Clause",
"description": "This is a comprehensive library for generating differences between two strings or arrays",
"require": {
"php": "^7.3"
"php": "^7.3 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion Neos.Fusion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/flow": "*",
"neos/fluid-adaptor": "*",
"neos/cache": "*",
Expand Down
2 changes: 1 addition & 1 deletion Neos.Media.Browser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/media": "self.version",
"neos/content-repository": "self.version",
"neos/neos": "self.version",
Expand Down
2 changes: 1 addition & 1 deletion Neos.Media/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/imagine": "^3.1.0",
"neos/flow": "*",
"neos/cache": "*",
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"description": "An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.",
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/diff": "~7.0.0",
"neos/flow": "~7.0.0",
"neos/media-browser": "~7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Neos.NodeTypes.Form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/neos": "*",
"neos/form": "*",
"neos/nodetypes-basemixins": "*"
Expand Down
2 changes: 1 addition & 1 deletion Neos.SiteKickstarter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A simple generator for Neos assets, like sites and plugins.",
"license": ["GPL-3.0-or-later"],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/flow": "*",
"neos/utility-files": "*",
"neos/fluid-adaptor": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"neos/flow-development-collection": "7.0.x-dev",
"neos/neos-setup": "^1.0",
"php": "^7.3",
"php": "^7.3 || ^8.0",
"neos/flow": "*",
"neos/cache": "*",
"neos/eel": "*",
Expand Down

0 comments on commit 3c38fcb

Please sign in to comment.