mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 10:03:43 +03:00
29 lines
573 B
JSON
29 lines
573 B
JSON
{
|
|
"name": "wordpress/five-for-the-future",
|
|
"description": "",
|
|
"homepage": "https://wordpress.org/five-for-the-future",
|
|
"license": "GPL-2.0-or-later",
|
|
"support": {
|
|
"issues": "https://github.com/WordPress/five-for-the-future/issues"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.2"
|
|
},
|
|
"vendor-dir": "mu-plugins/vendor"
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
|
|
"wp-coding-standards/wpcs": "2.1.1"
|
|
},
|
|
"scripts": {
|
|
"phpcs": [
|
|
"phpcs --extensions=php -s -p"
|
|
],
|
|
"phpcbf": [
|
|
"phpcbf -p"
|
|
]
|
|
}
|
|
}
|