Skip to content

Commit

Permalink
Merge pull request #6 from Flowpack/php-8-compat
Browse files Browse the repository at this point in the history
Add compatibility with PHP 8
  • Loading branch information
batabana authored Sep 6, 2022
2 parents 40b2eb7 + 24bf0cb commit c57cc47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"type": "neos-package",
"name": "flowpack/decoupledcontentstore",
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"neos/neos": "^7.0",
"albertofem/rsync-lib": "~1.0",
"sandstorm/optimizedrediscachebackend": "^1.1.4"
"sandstorm/optimizedrediscachebackend": "^1.1.4",
"flowpack/prunner": "^0.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c57cc47

Please sign in to comment.