Loading .github/workflows/jump-start-config-sets.yml +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ jobs: cd drupal composer config repositories.search_api_solr '{"type": "vcs", "url": "../search_api_solr"}' composer config repositories.search_api_solr_nlp '{"type": "vcs", "url": "../search_api_solr_nlp"}' composer require solarium/solarium:"dev-master as 6.1.99" drupal/search_api_solr:4.99.0 drupal/search_api_solr_nlp:1.99.0 drupal/search_api_autocomplete:1.x-dev drupal/search_api_spellcheck:3.x-dev drupal/facets:2.x-dev drupal/devel drupal/search_api_location:1.x-dev drupal/geofield drush/drush monolog/monolog --ignore-platform-reqs --no-interaction composer require solarium/solarium:"dev-master as 6.1.99" drupal/search_api_solr:4.99.0 drupal/search_api_solr_nlp:1.99.0 drupal/search_api_autocomplete:1.x-dev drupal/search_api_spellcheck:3.x-dev drupal/facets:2.0.x-dev drupal/devel drupal/search_api_location:1.x-dev drupal/geofield drush/drush monolog/monolog --ignore-platform-reqs --no-interaction # search_api was installed as dendency above. This is a required check! Now switch to the latest dev version. composer require drupal/search_api:1.x-dev --ignore-platform-reqs --no-interaction Loading Loading
.github/workflows/jump-start-config-sets.yml +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ jobs: cd drupal composer config repositories.search_api_solr '{"type": "vcs", "url": "../search_api_solr"}' composer config repositories.search_api_solr_nlp '{"type": "vcs", "url": "../search_api_solr_nlp"}' composer require solarium/solarium:"dev-master as 6.1.99" drupal/search_api_solr:4.99.0 drupal/search_api_solr_nlp:1.99.0 drupal/search_api_autocomplete:1.x-dev drupal/search_api_spellcheck:3.x-dev drupal/facets:2.x-dev drupal/devel drupal/search_api_location:1.x-dev drupal/geofield drush/drush monolog/monolog --ignore-platform-reqs --no-interaction composer require solarium/solarium:"dev-master as 6.1.99" drupal/search_api_solr:4.99.0 drupal/search_api_solr_nlp:1.99.0 drupal/search_api_autocomplete:1.x-dev drupal/search_api_spellcheck:3.x-dev drupal/facets:2.0.x-dev drupal/devel drupal/search_api_location:1.x-dev drupal/geofield drush/drush monolog/monolog --ignore-platform-reqs --no-interaction # search_api was installed as dendency above. This is a required check! Now switch to the latest dev version. composer require drupal/search_api:1.x-dev --ignore-platform-reqs --no-interaction Loading