Skip to content

Commit 60fa9e1

Browse files
authored
Normalize the composer.json files (#247)
* Normalize the composer.json files * Normalize tagInterop
1 parent 9dfd578 commit 60fa9e1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
],
1111
"homepage": "http://www.php-cache.com/en/latest/",
1212
"license": "MIT",
13-
"minimum-stability": "dev",
14-
"prefer-stable": true,
1513
"authors": [
1614
{
1715
"name": "Aaron Scherer",
@@ -37,9 +35,14 @@
3735
"psr/cache": "^1.0"
3836
},
3937
"require-dev": {
40-
"phpunit/phpunit": "^5.7.21",
38+
"cache/filesystem-adapter": "^1.0",
4139
"cache/integration-tests": "^0.16",
42-
"cache/filesystem-adapter": "^1.0"
40+
"phpunit/phpunit": "^5.7.21"
41+
},
42+
"extra": {
43+
"branch-alias": {
44+
"dev-master": "1.1-dev"
45+
}
4346
},
4447
"autoload": {
4548
"psr-4": {
@@ -49,9 +52,6 @@
4952
"/Tests/"
5053
]
5154
},
52-
"extra": {
53-
"branch-alias": {
54-
"dev-master": "1.1-dev"
55-
}
56-
}
55+
"minimum-stability": "dev",
56+
"prefer-stable": true
5757
}

0 commit comments

Comments
 (0)