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
285 B
JSON
Raw Normal View History

{
2021-03-10 15:54:32 +00:00
"name": "markcheret/footnotes",
"scripts": {
"build": "./_tools/build.sh",
"post-install-cmd": "./_tools/setup.sh"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "^2.3"
}
}