Browse Source

Update dependencies.

pull/882/head
Rosie Le Faive 3 years ago
parent
commit
7b218f20a5
  1. 17
      composer.json

17
composer.json

@ -15,20 +15,21 @@
],
"require": {
"drupal/context": "^4.1",
"drupal/search_api": "^1.24",
"islandora/jsonld": "^2",
"drupal/jwt": "^1.0",
"stomp-php/stomp-php": "4.* || ^5",
"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@beta",
"drupal/jwt": "^1.0",
"drupal/migrate_plus" : "^5.1 || ^6",
"drupal/migrate_source_csv" : "^3.4",
"drupal/prepopulate" : "^2.2",
"drupal/search_api": "^1.24",
"drupal/token" : "^1.3",
"drupal/flysystem" : "^2.0@beta",
"islandora/crayfish-commons": "^2",
"drupal/file_replace": "^1.1",
"drupal/ctools": "^3.8 || ^4"
"islandora/jsonld": "^2",
"stomp-php/stomp-php": "4.*"
},
"require-dev": {
"phpunit/phpunit": "^6",

Loading…
Cancel
Save