Skip to content

Commit 188f9e8

Browse files
committed
Enhancement: Normalize composer.json
1 parent 94aef9e commit 188f9e8

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "johnkary/phpunit-speedtrap",
3+
"type": "library",
34
"description": "Find slow tests in your PHPUnit test suite",
4-
"keywords": ["PHPUnit", "slow", "profile"],
5+
"keywords": [
6+
"PHPUnit",
7+
"slow",
8+
"profile"
9+
],
510
"homepage": "https://github.com/johnkary/phpunit-speedtrap",
6-
"type": "library",
711
"license": "MIT",
812
"authors": [
913
{
@@ -15,6 +19,11 @@
1519
"php": ">=7.1",
1620
"phpunit/phpunit": "^7.0"
1721
},
22+
"extra": {
23+
"branch-alias": {
24+
"dev-master": "3.0-dev"
25+
}
26+
},
1827
"autoload": {
1928
"psr-4": {
2029
"JohnKary\\PHPUnit\\Listener\\": "src/"
@@ -24,10 +33,5 @@
2433
"psr-4": {
2534
"JohnKary\\PHPUnit\\Listener\\Tests\\": "tests/"
2635
}
27-
},
28-
"extra": {
29-
"branch-alias": {
30-
"dev-master": "3.0-dev"
31-
}
3236
}
3337
}

0 commit comments

Comments
 (0)