diff --git a/composer.json b/composer.json index 0146967..904a915 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "drupal/core-dev": "^10", "drupal/extra_field": "^2.1", "drupal/inline_entity_form": "^1.0-rc15", - "drupal/sparql_entity_storage": "2.0.0-alpha17", + "drupal/sparql_entity_storage": "dev-3511644-fix-sparqlconnectiontrait as 2.0.0-alpha18", "drush/drush": "^12", "openeuropa/code-review-drupal": "^1.0.0-alpha", "openeuropa/oe_link_lists": "^1.0", @@ -36,17 +36,13 @@ "post-update-cmd": "./vendor/bin/run drupal:site-setup" }, "repositories": [ - { - "type": "composer", - "url": "https://packages.drupal.org/8" - }, { "type": "git", - "url": "https://github.com/openeuropa/DrupalDriver.git" + "url": "https://git.drupalcode.org/issue/sparql_entity_storage-3511644.git" }, { - "type": "git", - "url": "https://github.com/openeuropa/code-review-drupal.git" + "type": "composer", + "url": "https://packages.drupal.org/8" } ], "autoload": {