Skip to content

Commit f3e037d

Browse files
Merge pull request #3 from netlogix/feature/neos-8
FEATURE: Allow installation with Neos 8.0/8.1/8.2
2 parents 3503bea + 28a2340 commit f3e037d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"type": "neos-package",
1313
"require": {
1414
"flowpack/jobqueue-common": "^3.3",
15-
"neos/flow": "^7.3",
16-
"neos/neos-ui": "^7.3"
15+
"neos/flow": ">= 7.3 < 9.0",
16+
"neos/neos-ui": ">= 7.3 < 9.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)