Browse Source

Add new composer requirement simpleXML for FITS.

pull/907/head
Rosie Le Faive 2 years ago
parent
commit
3cc4756abd
  1. 3
      composer.json

3
composer.json

@ -29,7 +29,8 @@
"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",
"drupal/ctools": "^3.8 || ^4" "drupal/ctools": "^3.8 || ^4",
"ext-SimpleXML": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6", "phpunit/phpunit": "^6",

Loading…
Cancel
Save