Skip to content

Commit

Permalink
Raise requirements to PHP >=8.0 and Flow 7.x / 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Mar 23, 2022
1 parent a7f45c2 commit 36d9c54
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": "Lean and opinionated way to integrate Event Sourcing and CQRS pattern in your Flow framework package",
"license": "MIT",
"require": {
"php": ">=7.2",
"neos/flow": "^5.3 || ^6.0 || ^7.0 || dev-master",
"php": ">=8.0",
"neos/flow": "^7.0 || ^8.0 || dev-master",
"flowpack/jobqueue-common": "^3.0 || dev-master",
"symfony/serializer": "^5.1",
"symfony/property-access": "^5.1",
Expand Down

0 comments on commit 36d9c54

Please sign in to comment.