2017-11-14 17:51:00 +00:00
|
|
|
{
|
2017-12-05 12:28:38 +00:00
|
|
|
"name": "medialabufg/tainacan",
|
|
|
|
"description": "Transforme seu site wordpress em um repositório digital.",
|
2017-11-14 17:51:00 +00:00
|
|
|
"type": "wordpress-plugin",
|
|
|
|
"require": {
|
2017-11-29 13:45:30 +00:00
|
|
|
"respect/validation": "^1.1"
|
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",
|
|
|
|
"wimg/php-compatibility": "*"
|
|
|
|
},
|
|
|
|
"prefer-stable" : true,
|
2017-11-24 17:32:27 +00:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"config": {
|
|
|
|
"vendor-dir": "src/vendor"
|
2018-05-21 16:56:50 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": "\"src/vendor/bin/phpcs\" --config-set installed_paths src/vendor/wimg/php-compatibility",
|
|
|
|
"post-update-cmd" : "\"src/vendor/bin/phpcs\" --config-set installed_paths src/vendor/wimg/php-compatibility"
|
2017-11-24 17:32:27 +00:00
|
|
|
}
|
2017-11-14 17:51:00 +00:00
|
|
|
}
|