Skip to content

Commit 8f7d272

Browse files
Merge pull request #313 from daniellienert/task/fix-test
TASK: Require neos/nodetypes in travis as tests rely on it
2 parents a345855 + 9ac5da9 commit 8f7d272

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ before_install:
2222
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
2323
- cd neos-base-distribution
2424
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
25+
- composer require --no-update --no-interaction neos/nodetypes
2526
install:
2627
- composer install --no-interaction
2728
- cd ..

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)