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": {
|
2019-09-18 20:48:46 +00:00
|
|
|
"respect/validation": "^1.1",
|
2020-12-17 13:09:38 +00:00
|
|
|
"smalot/pdfparser": "*",
|
2021-12-07 19:10:19 +00:00
|
|
|
"kornrunner/blurhash": "^1.1",
|
2021-12-07 20:07:30 +00:00
|
|
|
"symfony/polyfill-mbstring": "1.20.0",
|
2021-12-07 19:10:19 +00:00
|
|
|
"phpcompatibility/php-compatibility": "*"
|
2017-11-14 17:51:00 +00:00
|
|
|
},
|
2018-05-21 16:56:50 +00:00
|
|
|
"require-dev": {
|
|
|
|
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
|
2021-12-07 19:10:19 +00:00
|
|
|
"yoast/phpunit-polyfills": "^1.0.1"
|
2018-05-21 16:56:50 +00:00
|
|
|
},
|
|
|
|
"prefer-stable" : true,
|
2017-11-24 17:32:27 +00:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"config": {
|
2021-02-12 13:34:04 +00:00
|
|
|
"vendor-dir": "src/vendor",
|
2021-02-12 14:04:07 +00:00
|
|
|
"platform-check": false
|
2018-05-21 16:56:50 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-26 12:48:21 +00:00
|
|
|
"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-24 17:32:27 +00:00
|
|
|
}
|
2017-11-14 17:51:00 +00:00
|
|
|
}
|