Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit ab4fed3

Browse files
author
Webysther Nunes
committed
Metapackage for PHP QA tools
1 parent 77d0607 commit ab4fed3

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# composer-meta-qa
2-
Metapackage for PHP QA Tools
1+
# Metapackage for PHP QA Tools

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "webysther/composer-meta-qa",
3+
"description": "Metapackage for PHP QA Tools.",
4+
"keywords": ["php", "qa", "tools"],
5+
"type": "metapackage",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Webysther Nunes",
10+
"email": "webysther@gmail.com"
11+
}
12+
],
13+
"require-dev": {
14+
"behat/behat": "@stable",
15+
"brianium/paratest": "@stable",
16+
"friendsofphp/php-cs-fixer": "@stable",
17+
"phploc/phploc": "@stable",
18+
"phpmd/phpmd" : "@stable",
19+
"phpmetrics/phpmetrics": "@stable",
20+
"phpunit/dbunit": "@stable",
21+
"phpunit/phpcov": "@stable",
22+
"sebastian/phpcpd": "@stable",
23+
"sensiolabs/security-checker": "@stable",
24+
"squizlabs/php_codesniffer": "@stable"
25+
},
26+
"suggest": {
27+
"hirak/prestissimo": "Composer parallel install plugin"
28+
}
29+
}

0 commit comments

Comments
 (0)