Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Issue #17: Fix dependecies as the module is external now.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed May 15, 2019
1 parent bda0145 commit 1db4bc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": {
"php": ">=7.1"
"php": ">=7.1",
"drupal/sparql_entity_storage": "dev-master"
},
"require-dev": {
"minimaxir/big-list-of-naughty-strings": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ec-europa/sparql_entity_storage.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand All @@ -33,8 +38,8 @@
}
],
"autoload": {
"classmap": [
"sparql_entity_storage/driver/sparql/Connection.php"
]
"psr-4": {
"Drupal\\sparql_entity_storage\\": "../sparql_entity_storage/src"
}
}
}
6 changes: 1 addition & 5 deletions tests/travis-ci/fixtures/composer.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"drupal-composer/drupal-scaffold": "dev-master",
"drupal/core": "~8",
"drupal/rdf_entity": "*",
"drupal/sparql_entity_storage": "^1.0",
"drush/drush": "~9",
"easyrdf/easyrdf": "0.10.0-alpha.1 as 0.9.2",
"ml/json-ld": "^1.0"
Expand Down Expand Up @@ -43,10 +44,5 @@
"web/core": ["type:drupal-core"],
"web/modules/{$name}": ["type:drupal-module"]
}
},
"autoload": {
"classmap": [
"web/modules/rdf_entity/sparql_entity_storage/driver/sparql/Connection.php"
]
}
}

0 comments on commit 1db4bc4

Please sign in to comment.