mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-21 01:05:46 +03:00
Add Composer and PHPCS
This commit is contained in:
parent
94db0ea6ab
commit
a5bf51cc58
3 changed files with 354 additions and 0 deletions
28
composer.json
Normal file
28
composer.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue