Browse Source

Update composer.json

pull/761/head
dannylamb 6 years ago committed by GitHub
parent
commit
5826c0ac59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      composer.json

6
composer.json

@ -28,8 +28,7 @@
"drupal/migrate_source_csv" : "^2.1",
"drupal/token" : "^1.3",
"drupal/flysystem" : "^1.0",
"islandora/crayfish-commons": "dev-dev",
"drupal/transliterate_filenames": "^1.3"
"islandora/crayfish-commons": "dev-dev"
},
"require-dev": {
"phpunit/phpunit": "^6",
@ -37,6 +36,9 @@
"drupal/coder": "*",
"sebastian/phpcpd": "*"
},
"suggest": {
"drupal/transliterate_filenames": "Sanitizes filenames when they are uploaded so they don't break your repository."
},
"license": "GPL-2.0+",
"authors": [
{

Loading…
Cancel
Save