Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes repository/vcs entries from composer.json and adds requirements #3

Merged
merged 2 commits into from
Jan 26, 2017

Conversation

bryjbrown
Copy link

Resolves Islandora/documentation#497

Removes lines 18-29 from composer.json (repository/vcs entries) and adds islandora & claw-jsonld to requirements section.

@@ -41,6 +29,8 @@
"drupal/media_entity": "^1.6",
"drupal/media_entity_image": "^1.2",
"drupal/bootstrap": "^3.1",
"islandora/islandora": "dev-8.x-1.x",
"islandora/claw-jsonld": "dev-8.x-1.x",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These will get brought in as transitive dependencies and can be removed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duh, shoulda known that. I just pushed another commit that removes islandora and claw-jsonld. I did a fresh composer install and web/modules/contrib contained islandora, islandora_collection and claw-jsonld so should be good to go.

@dannylamb dannylamb merged commit 8c8818b into islandora-deprecated:8.x-1.x Jan 26, 2017
dannylamb pushed a commit to dannylamb/drupal-project that referenced this pull request Feb 3, 2017
…ts (islandora-deprecated#3)

* Removes repository/vcs entries from composer.json and adds requirements

* Removes islandora and claw-jsonld from composer.json requirements
ruebot pushed a commit to yorkulibraries/drupal-project that referenced this pull request Mar 22, 2017
…ts (islandora-deprecated#3)

* Removes repository/vcs entries from composer.json and adds requirements

* Removes islandora and claw-jsonld from composer.json requirements
ruebot pushed a commit to yorkulibraries/drupal-project that referenced this pull request Mar 22, 2017
…ts (islandora-deprecated#3)

* Removes repository/vcs entries from composer.json and adds requirements

* Removes islandora and claw-jsonld from composer.json requirements
dannylamb pushed a commit that referenced this pull request Mar 23, 2017
* Ignore web/sites/*/settings.php and web/sites/*/settings.local.php by default (drupal-composer#178)

* Prefix paths with a slash (drupal-composer#245)

* Update dev dependencies (SA-CORE-2017-001)

https://www.drupal.org/SA-2017-001

* Fix typo in README.md

Fixes drupal-composer#251

* Adding Islandora dependencies (#2)

* Adding Islandora dependencies

Part of Islandora/documentation#474

* Adding the github for claw-jsonld

* Removing requirement on islandora/islandora

islandora/islandora_collection requires it already.

* Removes repository/vcs entries from composer.json and adds requirements (#3)

* Removes repository/vcs entries from composer.json and adds requirements

* Removes islandora and claw-jsonld from composer.json requirements

* Revert to drupal/rdf_ui 1.x-dev version (#4)

* ISSUE-513

Fixes Drupal 8.1.x compatibility issue with drupal/rdf_ui by setting
version fixed to 1.x-dev

* Lock package versions to stuff we know work

* Adding Islandora dependencies (#2)

* Adding Islandora dependencies

Part of Islandora/documentation#474

* Adding the github for claw-jsonld

* Removing requirement on islandora/islandora

islandora/islandora_collection requires it already.

* Removes repository/vcs entries from composer.json and adds requirements (#3)

* Removes repository/vcs entries from composer.json and adds requirements

* Removes islandora and claw-jsonld from composer.json requirements

* Remove and ignore composer.lock; Resolves Islandora/documentation#530

* Pull Request Template (#8)

* address Islandora/documentation#537 (#9)
dannylamb pushed a commit to dannylamb/drupal-project that referenced this pull request May 2, 2017
…ts (islandora-deprecated#3)

* Removes repository/vcs entries from composer.json and adds requirements

* Removes islandora and claw-jsonld from composer.json requirements
dannylamb pushed a commit to dannylamb/drupal-project that referenced this pull request May 2, 2017
…ts (islandora-deprecated#3)

* Removes repository/vcs entries from composer.json and adds requirements

* Removes islandora and claw-jsonld from composer.json requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants