Skip to content

Commit ed76405

Browse files
Merge pull request #50 from tweis/task-declare-php-8-compatibility
TASK: Declare compatibility to PHP 8.0
2 parents e1e8efb + 383f126 commit ed76405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Common functionality for a JobQueue in Flow applications.",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.1",
7+
"php": "^7.1 || ^8.0",
88
"neos/flow": "^4.0 || ^5.0 || ^6.0 || ^7.0 || dev-master",
99
"neos/cache": "*"
1010
},

0 commit comments

Comments
 (0)