Skip to content

Commit d650ca2

Browse files
committed
Add composer file
1 parent 90d5249 commit d650ca2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ util/
22
mybuild
33
mytest
44
myrun
5+
/vendor/

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "sirbrillig/phpcs-variable-analysis",
3+
"description": "A PHPCS sniff to detect problems with variables.",
4+
"type": "phpcodesniffer-standard",
5+
"license": "BSD",
6+
"require" : {
7+
"php" : ">=5.4.0",
8+
"squizlabs/php_codesniffer" : "^3.0.2"
9+
},
10+
"authors": [
11+
{
12+
"name": "Payton Swick",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"require": {}
17+
}

0 commit comments

Comments
 (0)