File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2526install :
2627 - composer install --no-interaction
2728 - cd ..
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments