This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
footnotes/composer.json

12 lines
229 B
JSON
Raw Normal View History

2021-02-20 20:15:44 +00:00
{
2021-02-20 20:44:33 +00:00
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "^2.3"
},
"scripts": {
"post-install-cmd": [
"bash _tools/setup.sh"
]
2021-02-20 20:15:44 +00:00
}
}