Skip to content

Commit 02fac3e

Browse files
authored
Merge pull request #5 from GaryJones/composer
Composer Improvements
2 parents ab74603 + 61adee0 commit 02fac3e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
util/
2-
mybuild
3-
mytest
4-
myrun
1+
/composer.lock
52
/vendor/

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
"description": "A PHPCS sniff to detect problems with variables.",
44
"type": "phpcodesniffer-standard",
55
"license": "BSD",
6-
"require" : {
7-
"php" : ">=5.4.0",
8-
"squizlabs/php_codesniffer" : "^3.0.2"
9-
},
106
"authors": [
117
{
128
"name": "Payton Swick",
139
"email": "payton@foolord.com"
1410
}
1511
],
16-
"require": {}
12+
"support" : {
13+
"issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
14+
"wiki" : "https://github.com/sirbrillig/phpcs-variable-analysis/wiki",
15+
"source": "https://github.com/sirbrillig/phpcs-variable-analysis"
16+
},
17+
"require" : {
18+
"php" : ">=5.4.0",
19+
"squizlabs/php_codesniffer" : "^3.0.2",
20+
"roave/security-advisories": "dev-master"
21+
}
1722
}

0 commit comments

Comments
 (0)