Skip to content
Snippets Groups Projects
Commit 15a71455 authored by Markus Kalkbrenner's avatar Markus Kalkbrenner Committed by Markus Kalkbrenner
Browse files

Issue #3081993 by mkalkbrenner: Upgrade dependencies for 3.5 release

parent 668eb503
Branches
Tags 8.x-3.5
No related merge requests found
......@@ -58,7 +58,7 @@ install:
- cd $TRAVIS_BUILD_DIR/../drupal
- composer install
- composer config repositories.search_api_solr vcs $TRAVIS_BUILD_DIR
- composer require --no-suggest symfony/event-dispatcher:"4.3.3 as 3.4.99" solarium/solarium:"dev-master as 5.1.99" drupal/search_api:1.x-dev drupal/search_api_autocomplete:1.x-dev drupal/search_api_solr:3.99 drupal/search_api_location:1.x-dev drupal/facets:1.x-dev drupal/geofield:1.x-dev drupal/composer_deploy drush/drush:$DRUSH_VERSION drupal/drush_language:1.x-dev drupal/devel monolog/monolog
- composer require --no-suggest symfony/event-dispatcher:"4.3.4 as 3.4.99" solarium/solarium:"dev-master as 5.1.99" drupal/search_api:1.x-dev drupal/search_api_autocomplete:1.x-dev drupal/search_api_solr:3.99 drupal/search_api_location:1.x-dev drupal/facets:1.x-dev drupal/geofield:1.x-dev drupal/composer_deploy drush/drush:$DRUSH_VERSION drupal/drush_language:1.x-dev drupal/devel monolog/monolog
- |
if [ ${DRUPAL_BRANCH} != "8.8.x" ]; then
composer run-script drupal-phpunit-upgrade
......
......@@ -12,6 +12,14 @@ cd $DRUPAL
composer require drupal/search_api_solr
```
**Warning!** Unless https://www.drupal.org/project/drupal/issues/2876675 is
committed to Drupal Core and released you need to modify the composer command:
```
cd $DRUPAL
composer require symfony/event-dispatcher:"4.3.4 as 3.4.99" drupal/search_api_solr
```
Setting up Solr (single core)
-----------------------------
......
......@@ -12,6 +12,14 @@ cd $DRUPAL
composer require drupal/search_api_solr
```
**Warning!** Unless https://www.drupal.org/project/drupal/issues/2876675 is
committed to Drupal Core and released you need to modify the composer command:
```
cd $DRUPAL
composer require symfony/event-dispatcher:"4.3.4 as 3.4.99" drupal/search_api_solr
```
Solr search
-----------
......
......@@ -26,8 +26,8 @@
"ext-simplexml": "*",
"drupal/search_api": "~1.14",
"consolidation/annotated-command": "^2.12",
"maennchen/zipstream-php": "^1.1.0",
"solarium/solarium": "~5.1.2",
"maennchen/zipstream-php": "^1.2.0",
"solarium/solarium": "~5.1.3",
"zendframework/zend-stdlib": "^3.0.1"
},
"require-dev": {
......
{
"require": {
"solarium/solarium": {
"version" : "5.1.2",
"url": "https://github.com/solariumphp/solarium/archive/5.1.2.zip"
"version" : "5.1.3",
"url": "https://github.com/solariumphp/solarium/archive/5.1.3.zip"
},
"maennchen/zipstream-php": {
"version" : "1.1.0",
"url": "https://github.com/maennchen/ZipStream-PHP/archive/1.1.0.zip"
"version" : "1.2.0",
"url": "https://github.com/maennchen/ZipStream-PHP/archive/1.2.0.zip"
},
"consolidation/annotated-command": {
"version" : "2.12.0",
"url": "https://github.com/consolidation/annotated-command/archive/2.12.0.zip"
},
"symfony/event-dispatcher": {
"version" : "4.3.4",
"url": "https://github.com/symfony/event-dispatcher/archive/v4.3.4.zip"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment