Skip to content

Commit

Permalink
Merge pull request #50 from tweis/task-declare-php-8-compatibility
Browse files Browse the repository at this point in the history
TASK: Declare compatibility to PHP 8.0
  • Loading branch information
daniellienert authored Oct 26, 2021
2 parents e1e8efb + 383f126 commit ed76405
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": "Common functionality for a JobQueue in Flow applications.",
"license": "MIT",
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"neos/flow": "^4.0 || ^5.0 || ^6.0 || ^7.0 || dev-master",
"neos/cache": "*"
},
Expand Down

0 comments on commit ed76405

Please sign in to comment.