Skip to content

Commit c57cc47

Browse files
authored
Merge pull request #6 from Flowpack/php-8-compat
Add compatibility with PHP 8
2 parents 40b2eb7 + 24bf0cb commit c57cc47

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"type": "neos-package",
44
"name": "flowpack/decoupledcontentstore",
55
"require": {
6-
"php": "^7.1",
6+
"php": "^7.1 || ^8.0",
77
"neos/neos": "^7.0",
88
"albertofem/rsync-lib": "~1.0",
9-
"sandstorm/optimizedrediscachebackend": "^1.1.4"
9+
"sandstorm/optimizedrediscachebackend": "^1.1.4",
10+
"flowpack/prunner": "^0.2"
1011
},
1112
"autoload": {
1213
"psr-4": {

0 commit comments

Comments
 (0)