Skip to content

Commit 599784a

Browse files
authored
Normalize the composer.json files (#247)
* Normalize the composer.json files * Normalize tagInterop
1 parent b1134a4 commit 599784a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

composer.json

Lines changed: 10 additions & 10 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",
@@ -31,14 +29,19 @@
3129
],
3230
"require": {
3331
"php": "^5.6 || ^7.0 || ^8.0",
34-
"psr/cache": "^1.0",
35-
"cache/tag-interop": "^1.0"
32+
"cache/tag-interop": "^1.0",
33+
"psr/cache": "^1.0"
3634
},
3735
"require-dev": {
38-
"phpunit/phpunit": "^5.7.21",
3936
"cache/integration-tests": "^0.16",
37+
"phpunit/phpunit": "^5.7.21",
4038
"symfony/cache": "^3.1"
4139
},
40+
"extra": {
41+
"branch-alias": {
42+
"dev-master": "1.1-dev"
43+
}
44+
},
4245
"autoload": {
4346
"psr-4": {
4447
"Cache\\Taggable\\": ""
@@ -47,9 +50,6 @@
4750
"/Tests/"
4851
]
4952
},
50-
"extra": {
51-
"branch-alias": {
52-
"dev-master": "1.1-dev"
53-
}
54-
}
53+
"minimum-stability": "dev",
54+
"prefer-stable": true
5555
}

0 commit comments

Comments
 (0)