|
|
|
@ -29,17 +29,18 @@ |
|
|
|
"drupal/token" : "^1.3", |
|
|
|
"drupal/token" : "^1.3", |
|
|
|
"drupal/flysystem" : "^1.0", |
|
|
|
"drupal/flysystem" : "^1.0", |
|
|
|
"islandora/crayfish-commons": "dev-dev", |
|
|
|
"islandora/crayfish-commons": "dev-dev", |
|
|
|
"drupal/file_replace": "^1.1" |
|
|
|
"drupal/file_replace": "^1.1", |
|
|
|
|
|
|
|
"php": "^7.3 || ^7.4" |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^6", |
|
|
|
"phpunit/phpunit": "^9", |
|
|
|
"squizlabs/php_codesniffer": "2.7.1", |
|
|
|
"squizlabs/php_codesniffer": "^3.0", |
|
|
|
"drupal/coder": "*", |
|
|
|
"drupal/coder": "*", |
|
|
|
"sebastian/phpcpd": "*" |
|
|
|
"sebastian/phpcpd": "^6" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"suggest": { |
|
|
|
"drupal/transliterate_filenames": "Sanitizes filenames when they are uploaded so they don't break your repository." |
|
|
|
"drupal/transliterate_filenames": "Sanitizes filenames when they are uploaded so they don't break your repository." |
|
|
|
}, |
|
|
|
}, |
|
|
|
"license": "GPL-2.0+", |
|
|
|
"license": "GPL-2.0+", |
|
|
|
"authors": [ |
|
|
|
"authors": [ |
|
|
|
|