Skip to content

Commit b945fec

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "cache/hierarchical-cache",
3-
"description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
43
"type": "library",
5-
"license": "MIT",
4+
"description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
65
"keywords": [
76
"cache",
87
"psr-6",
98
"hierarchy",
109
"hierarchical"
1110
],
1211
"homepage": "http://www.php-cache.com/en/latest/",
12+
"license": "MIT",
1313
"authors": [
1414
{
1515
"name": "Aaron Scherer",
@@ -24,12 +24,17 @@
2424
],
2525
"require": {
2626
"php": "^5.6 || ^7.0 || ^8.0",
27-
"psr/cache": "^1.0",
28-
"cache/adapter-common": "^1.0"
27+
"cache/adapter-common": "^1.0",
28+
"psr/cache": "^1.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^5.7.21"
3232
},
33+
"extra": {
34+
"branch-alias": {
35+
"dev-master": "1.1-dev"
36+
}
37+
},
3338
"autoload": {
3439
"psr-4": {
3540
"Cache\\Hierarchy\\": ""
@@ -39,10 +44,5 @@
3944
]
4045
},
4146
"minimum-stability": "dev",
42-
"prefer-stable": true,
43-
"extra": {
44-
"branch-alias": {
45-
"dev-master": "1.1-dev"
46-
}
47-
}
47+
"prefer-stable": true
4848
}

0 commit comments

Comments
 (0)