Browse Source

Sort dependencies.

pull/922/head
Rosie Le Faive 2 years ago
parent
commit
12e28f1284
  1. 18
      composer.json

18
composer.json

@ -15,21 +15,21 @@
],
"require": {
"drupal/context": "^4",
"drupal/search_api": "^1.8",
"islandora/jsonld": "^2",
"stomp-php/stomp-php": "4.* || ^5",
"drupal/jwt": "^1.0",
"drupal/filehash": "^2",
"drupal/prepopulate" : "^2.2",
"drupal/ctools": "^3.8 || ^4",
"drupal/eva" : "^3.0",
"drupal/features" : "^3.7",
"drupal/file_replace": "^1.1",
"drupal/filehash": "^2",
"drupal/flysystem" : "^2.0@alpha",
"drupal/jwt": "^1.0",
"drupal/migrate_plus" : "^5.1 || ^6",
"drupal/migrate_source_csv" : "^3.4",
"drupal/prepopulate" : "^2.2",
"drupal/search_api": "^1.8",
"drupal/token" : "^1.3",
"drupal/flysystem" : "^2.0@alpha",
"islandora/crayfish-commons": "^2",
"drupal/file_replace": "^1.1",
"drupal/ctools": "^3.8 || ^4"
"islandora/jsonld": "^2",
"stomp-php/stomp-php": "4.* || ^5"
},
"require-dev": {
"phpunit/phpunit": "^6",

Loading…
Cancel
Save