Skip to content

Commit 9ac5da9

Browse files
committed
TASK: Tighten up composer version constraints
1 parent 4f61033 commit 9ac5da9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"php": "^7.2",
99
"ext-json": "*",
1010

11-
"flowpack/elasticsearch": "^2.0 || ^3.0 || ^4.0",
12-
"neos/content-repository": "^3.3 || ^4.0 || ^5.0",
11+
"flowpack/elasticsearch": " ^4.0",
12+
"neos/content-repository": "^5.0",
1313
"neos/content-repository-search": "^3.0",
14-
"neos/eel": "^4.3 || ^5.0 || ^6.0",
14+
"neos/eel": "^6.0",
1515
"neos/flow": "^6.0",
16-
"neos/fluid-adaptor": "^4.3 || ^5.0 || ^6.0",
17-
"neos/utility-arrays": "^4.3 || ^5.0 || ^6.0"
16+
"neos/fluid-adaptor": "^6.0",
17+
"neos/utility-arrays": "^6.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)