Skip to content

Commit 6ee29f4

Browse files
authored
Normalize the composer.json files (#247)
* Normalize the composer.json files * Normalize tagInterop
1 parent 40edebf commit 6ee29f4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"name": "cache/simple-cache-bridge",
3-
"description": "A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.",
43
"type": "library",
5-
"license": "MIT",
6-
"minimum-stability": "dev",
7-
"prefer-stable": true,
4+
"description": "A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.",
85
"keywords": [
96
"cache",
107
"psr-6",
118
"psr-16",
129
"bridge"
1310
],
1411
"homepage": "http://www.php-cache.com/en/latest/",
12+
"license": "MIT",
1513
"authors": [
1614
{
1715
"name": "Magnus Nordlander",
@@ -24,14 +22,19 @@
2422
"psr/cache": "^1.0",
2523
"psr/simple-cache": "^1.0"
2624
},
25+
"provide": {
26+
"psr/simple-cache-implementation": "^1.0"
27+
},
2728
"require-dev": {
28-
"phpunit/phpunit": "^5.7.21",
2929
"cache/integration-tests": "^0.16",
3030
"mockery/mockery": "^1.0",
31+
"phpunit/phpunit": "^5.7.21",
3132
"symfony/cache": "^3.2"
3233
},
33-
"provide": {
34-
"psr/simple-cache-implementation": "^1.0"
34+
"extra": {
35+
"branch-alias": {
36+
"dev-master": "1.1-dev"
37+
}
3538
},
3639
"autoload": {
3740
"psr-4": {
@@ -41,9 +44,6 @@
4144
"/Tests/"
4245
]
4346
},
44-
"extra": {
45-
"branch-alias": {
46-
"dev-master": "1.1-dev"
47-
}
48-
}
47+
"minimum-stability": "dev",
48+
"prefer-stable": true
4949
}

0 commit comments

Comments
 (0)