Skip to content

Commit 94e4dc5

Browse files
authored
Normalize the composer.json files (#247)
* Normalize the composer.json files * Normalize tagInterop
1 parent a3658c0 commit 94e4dc5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
],
1010
"homepage": "http://www.php-cache.com/en/latest/",
1111
"license": "MIT",
12-
"minimum-stability": "dev",
13-
"prefer-stable": true,
1412
"authors": [
1513
{
1614
"name": "Aaron Scherer",
@@ -23,8 +21,8 @@
2321
"homepage": "https://github.com/nyholm"
2422
},
2523
{
26-
"name" : "Daniel Bannert",
27-
"email" : "[email protected]",
24+
"name": "Daniel Bannert",
25+
"email": "[email protected]",
2826
"homepage": "https://github.com/prisis"
2927
}
3028
],
@@ -34,8 +32,13 @@
3432
"symfony/polyfill-php70": "^1.6"
3533
},
3634
"require-dev": {
37-
"phpunit/phpunit": "^5.7.21",
38-
"cache/array-adapter": "^1.0"
35+
"cache/array-adapter": "^1.0",
36+
"phpunit/phpunit": "^5.7.21"
37+
},
38+
"extra": {
39+
"branch-alias": {
40+
"dev-master": "1.1-dev"
41+
}
3942
},
4043
"autoload": {
4144
"psr-4": {
@@ -45,9 +48,6 @@
4548
"/Tests/"
4649
]
4750
},
48-
"extra": {
49-
"branch-alias": {
50-
"dev-master": "1.1-dev"
51-
}
52-
}
51+
"minimum-stability": "dev",
52+
"prefer-stable": true
5353
}

0 commit comments

Comments
 (0)