Skip to content

Commit f235edb

Browse files
Sebastian HelzleSebobo
authored andcommitted
FEATURE: Allow Neos 7.3 and 8.x
1 parent 282b962 commit f235edb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
"type": "neos-package",
44
"name": "flowpack/decoupledcontentstore",
55
"require": {
6-
"php": "^8.0",
7-
"neos/neos": "^8.0",
6+
"php": "^7.4 || ^8.0",
7+
"neos/neos": "^7.3 || ^8.0",
88
"albertofem/rsync-lib": "~1.0",
99
"flowpack/prunner": "*"
1010
},
11+
"suggest": {
12+
"sandstorm/optimizedrediscachebackend": "This package is only needed when this package is being used with Neos 7.3"
13+
},
1114
"autoload": {
1215
"psr-4": {
1316
"Flowpack\\DecoupledContentStore\\": "Classes/"

0 commit comments

Comments
 (0)