Skip to content

Commit f36565c

Browse files
authored
Normalize the composer.json files (#247)
* Normalize the composer.json files * Normalize tagInterop
1 parent beb7d20 commit f36565c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "cache/adapter-common",
3-
"description": "Common classes for PSR-6 adapters",
43
"type": "library",
5-
"license": "MIT",
6-
"minimum-stability": "dev",
7-
"prefer-stable": true,
4+
"description": "Common classes for PSR-6 adapters",
85
"keywords": [
96
"cache",
107
"psr-6",
118
"tag"
129
],
1310
"homepage": "http://www.php-cache.com/en/latest/",
11+
"license": "MIT",
1412
"authors": [
1513
{
1614
"name": "Aaron Scherer",
@@ -25,14 +23,19 @@
2523
],
2624
"require": {
2725
"php": "^5.6 || ^7.0 || ^8.0",
26+
"cache/tag-interop": "^1.0",
2827
"psr/cache": "^1.0",
29-
"psr/simple-cache": "^1.0",
3028
"psr/log": "^1.0",
31-
"cache/tag-interop": "^1.0"
29+
"psr/simple-cache": "^1.0"
3230
},
3331
"require-dev": {
34-
"phpunit/phpunit": "^5.7.21",
35-
"cache/integration-tests": "^0.16"
32+
"cache/integration-tests": "^0.16",
33+
"phpunit/phpunit": "^5.7.21"
34+
},
35+
"extra": {
36+
"branch-alias": {
37+
"dev-master": "1.1-dev"
38+
}
3639
},
3740
"autoload": {
3841
"psr-4": {
@@ -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)