Browse Source

Purge Migrate Tools (Issue 1994) (#859)

* Update composer.json

* purge migrate_tools instead
pull/860/head
Seth Shaw 3 years ago committed by GitHub
parent
commit
90d6795172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md
  2. 2
      composer.json
  3. 1
      islandora.info.yml

3
README.md

@ -40,7 +40,6 @@ Installing via composer will download all required libraries and modules. Howev
- [eva](http://drupal.org/project/eva) - [eva](http://drupal.org/project/eva)
- [features](http://drupal.org/project/features) - [features](http://drupal.org/project/features)
- [migrate_plus](http://drupal.org/project/migrate_plus) - [migrate_plus](http://drupal.org/project/migrate_plus)
- [migrate_tools](http://drupal.org/project/migrate_tools)
- [migrate_source_csv](http://drupal.org/project/migrate_source_csv) - [migrate_source_csv](http://drupal.org/project/migrate_source_csv)
- [flysystem](http://drupal.org/project/flysystem) - [flysystem](http://drupal.org/project/flysystem)
@ -49,6 +48,8 @@ It also requires the following PHP libraries:
- [Crayfish Commons](https://packagist.org/packages/islandora/crayfish-commons) - [Crayfish Commons](https://packagist.org/packages/islandora/crayfish-commons)
- [Stomp PHP](http://drupal.org/project/) - [Stomp PHP](http://drupal.org/project/)
If you are using a Drush version less than 10.4 you will also need to install and enable [migrate_tools](http://drupal.org/project/migrate_tools) separately.
## Installation ## Installation
For a full digital repository solution, see our [installation documentation](https://islandora.github.io/documentation/installation/component_overview/). For a full digital repository solution, see our [installation documentation](https://islandora.github.io/documentation/installation/component_overview/).

2
composer.json

@ -24,13 +24,11 @@
"drupal/eva" : "^2.0", "drupal/eva" : "^2.0",
"drupal/features" : "^3.7", "drupal/features" : "^3.7",
"drupal/migrate_plus" : "^5.1", "drupal/migrate_plus" : "^5.1",
"drupal/migrate_tools" : "^5.0",
"drupal/migrate_source_csv" : "^3.4", "drupal/migrate_source_csv" : "^3.4",
"drupal/token" : "^1.3", "drupal/token" : "^1.3",
"drupal/flysystem" : "^2.0@alpha", "drupal/flysystem" : "^2.0@alpha",
"islandora/crayfish-commons": "^2", "islandora/crayfish-commons": "^2",
"drupal/file_replace": "^1.1" "drupal/file_replace": "^1.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6", "phpunit/phpunit": "^6",

1
islandora.info.yml

@ -27,7 +27,6 @@ dependencies:
- drupal:media - drupal:media
- drupal:prepopulate - drupal:prepopulate
- drupal:features_ui - drupal:features_ui
- drupal:migrate_tools
- drupal:migrate_source_csv - drupal:migrate_source_csv
- drupal:content_translation - drupal:content_translation
- drupal:flysystem - drupal:flysystem

Loading…
Cancel
Save