Skip to content

Commit

Permalink
Merge pull request #58 from Flowpack/raise-php-requirements
Browse files Browse the repository at this point in the history
Raise requirements to PHP 7.4 and Flow 6.3
  • Loading branch information
robertlemke authored May 17, 2022
2 parents 095e574 + 1a17838 commit 3e7a68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Common functionality for a JobQueue in Flow applications.",
"license": "MIT",
"require": {
"php": "^7.1 || ^8.0",
"neos/flow": "^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master",
"php": "^7.4 || ^8.0",
"neos/flow": "^6.3 || ^7.0 || ^8.0 || dev-master",
"neos/cache": "*"
},
"autoload": {
Expand Down

0 comments on commit 3e7a68e

Please sign in to comment.