Skip to content

Commit

Permalink
Merge pull request #5 from MarcoPNS/patch-1
Browse files Browse the repository at this point in the history
Declare compatibility with PHP 8
  • Loading branch information
kdambekalns authored May 11, 2022
2 parents c3f444d + d78278c commit d9c3ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Copy nodes from one dimension to another to create a base for translating for example.",
"license": "MIT",
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"neos/neos": "^3.0 || ^4.0 || ^5.0 || ^7.0"
},
"autoload": {
Expand Down

0 comments on commit d9c3ed4

Please sign in to comment.