Skip to content

Commit 75df0dd

Browse files
authored
Normalize the composer.json files (#247)
* Normalize the composer.json files * Normalize tagInterop
1 parent 91e6323 commit 75df0dd

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

composer.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
],
1212
"homepage": "http://www.php-cache.com/en/latest/",
1313
"license": "MIT",
14-
"minimum-stability": "dev",
15-
"prefer-stable": true,
1614
"authors": [
1715
{
1816
"name": "Tobias Nyholm",
@@ -30,21 +28,25 @@
3028
"psr/cache": "^1.0"
3129
},
3230
"require-dev": {
33-
"phpunit/phpunit": "^5.7.21",
34-
"cache/array-adapter": "^1.0"
31+
"cache/array-adapter": "^1.0",
32+
"phpunit/phpunit": "^5.7.21"
33+
},
34+
"extra": {
35+
"branch-alias": {
36+
"dev-master": "1.1-dev"
37+
}
3538
},
3639
"autoload": {
3740
"psr-4": {
3841
"Cache\\Util\\": ""
3942
},
40-
"files": ["SimpleCache/util.php"],
43+
"files": [
44+
"SimpleCache/util.php"
45+
],
4146
"exclude-from-classmap": [
4247
"/Tests/"
4348
]
4449
},
45-
"extra": {
46-
"branch-alias": {
47-
"dev-master": "1.1-dev"
48-
}
49-
}
50+
"minimum-stability": "dev",
51+
"prefer-stable": true
5052
}

0 commit comments

Comments
 (0)