26 lines
895 B
JSON
26 lines
895 B
JSON
{
|
|
"name": "tainacan/tainacan",
|
|
"description": "Transforme seu site wordpress em um repositório digital.",
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"respect/validation": "^1.1",
|
|
"smalot/pdfparser": "*",
|
|
"kornrunner/blurhash": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
|
|
"phpcompatibility/php-compatibility": "*",
|
|
"yoast/phpunit-polyfills": "^1.0.1"
|
|
},
|
|
"prefer-stable" : true,
|
|
"minimum-stability": "dev",
|
|
"config": {
|
|
"vendor-dir": "src/vendor",
|
|
"platform-check": false
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "\"src/vendor/bin/phpcs\" --config-set installed_paths src/vendor/phpcompatibility/php-compatibility",
|
|
"post-update-cmd" : "\"src/vendor/bin/phpcs\" --config-set installed_paths src/vendor/phpcompatibility/php-compatibility"
|
|
}
|
|
}
|