tainacan/composer.json

27 lines
942 B
JSON
Raw Normal View History

2017-11-14 17:51:00 +00:00
{
2020-12-17 13:09:38 +00:00
"name": "tainacan/tainacan",
2017-12-05 12:28:38 +00:00
"description": "Transforme seu site wordpress em um repositório digital.",
2017-11-14 17:51:00 +00:00
"type": "wordpress-plugin",
"require": {
"respect/validation": "^1.1",
2020-12-17 13:09:38 +00:00
"smalot/pdfparser": "*",
"kornrunner/blurhash": "^1.1",
2021-12-07 20:07:30 +00:00
"symfony/polyfill-mbstring": "1.20.0",
"phpcompatibility/php-compatibility": "*"
2017-11-14 17:51:00 +00:00
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
"yoast/phpunit-polyfills": "^1.0.1"
},
"prefer-stable" : true,
"minimum-stability": "dev",
"config": {
"vendor-dir": "src/vendor",
2021-02-12 14:04:07 +00:00
"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"
}
2017-11-14 17:51:00 +00:00
}