Skip to content

Commit f6e8eb6

Browse files
committed
Set up composer file, added vendor dir to gitignore
0 parents  commit f6e8eb6

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "php-composter/php-composter-phpcs-wpcs",
3+
"description": "PHP Composter PHP Code Sniffer for WordPress Coding Standards",
4+
"type": "php-composter-action",
5+
"require": {
6+
"php-composter/php-composter": "^0.2.0",
7+
"squizlabs/php_codesniffer": "^2.5",
8+
"wp-coding-standards/wpcs": "^0.14.0"
9+
},
10+
"license": "MIT",
11+
"authors": [
12+
{
13+
"name": "Gabor Javorszky",
14+
"email": "[email protected]"
15+
}
16+
],
17+
"minimum-stability": "dev"
18+
}

0 commit comments

Comments
 (0)