Skip to content

Commit 7d8df32

Browse files
authored
Normalize the composer.json files (#247)
* Normalize the composer.json files * Normalize tagInterop
1 parent 6f64182 commit 7d8df32

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

composer.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"name": "cache/filesystem-adapter",
3-
"description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
43
"type": "library",
5-
"license": "MIT",
6-
"minimum-stability": "dev",
7-
"prefer-stable": true,
4+
"description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
85
"keywords": [
96
"cache",
107
"psr-6",
118
"filesystem",
129
"tag"
1310
],
1411
"homepage": "http://www.php-cache.com/en/latest/",
12+
"license": "MIT",
1513
"authors": [
1614
{
1715
"name": "Aaron Scherer",
@@ -26,19 +24,24 @@
2624
],
2725
"require": {
2826
"php": "^5.6 || ^7.0 || ^8.0",
29-
"psr/cache": "^1.0",
30-
"psr/simple-cache": "^1.0",
3127
"cache/adapter-common": "^1.0",
32-
"league/flysystem": "^1.0"
33-
},
34-
"require-dev": {
35-
"phpunit/phpunit": "^5.7.21",
36-
"cache/integration-tests": "^0.16"
28+
"league/flysystem": "^1.0",
29+
"psr/cache": "^1.0",
30+
"psr/simple-cache": "^1.0"
3731
},
3832
"provide": {
3933
"psr/cache-implementation": "^1.0",
4034
"psr/simple-cache-implementation": "^1.0"
4135
},
36+
"require-dev": {
37+
"cache/integration-tests": "^0.16",
38+
"phpunit/phpunit": "^5.7.21"
39+
},
40+
"extra": {
41+
"branch-alias": {
42+
"dev-master": "1.1-dev"
43+
}
44+
},
4245
"autoload": {
4346
"psr-4": {
4447
"Cache\\Adapter\\Filesystem\\": ""
@@ -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)