Skip to content

Commit faea27e

Browse files
committed
TASK: Allow installation with Neos 4.3.6 and up
This requires a bugfix in 4.3.6 to work.
1 parent cd17341 commit faea27e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "flowpack/fullpagecache",
55
"license": "MIT",
66
"require": {
7-
"neos/neos": "^5.0 || dev-master"
7+
"neos/neos": "~4.3.6 || ^5.0 || dev-master"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)