Skip to content

Commit d82fb28

Browse files
committed
Updating composer files
1 parent a92e081 commit d82fb28

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

composer.json

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
"type": "library",
55
"license": "MIT",
66
"minimum-stability": "stable",
7-
"keywords":
8-
[
7+
"keywords": [
98
"cache",
109
"psr-6",
1110
"filesystem",
1211
"tag"
1312
],
14-
"homepage": "https://github.com/php-cache/filesystem-adapter",
15-
"authors":
16-
[
13+
"homepage": "https://github.com/php-cache/filesystem-adapter",
14+
"authors": [
1715
{
1816
"name": "Aaron Scherer",
1917
"email": "[email protected]",
@@ -25,31 +23,26 @@
2523
"homepage": "https://github.com/nyholm"
2624
}
2725
],
28-
"require":
29-
{
26+
"require": {
3027
"php": "^5.5|^7.0",
31-
"psr/cache": "~1.0",
28+
"psr/cache": "^1.0",
3229
"cache/adapter-common": "^0.2",
3330
"cache/taggable-cache": "^0.3",
3431
"league/flysystem": "^1.0"
3532
},
36-
"require-dev":
37-
{
38-
"phpunit/phpunit": "^5.1|^4.0",
33+
"require-dev": {
34+
"phpunit/phpunit": "^4.0|^5.1",
3935
"cache/integration-tests": "^0.7"
4036
},
41-
"provide":
42-
{
37+
"provide": {
4338
"psr/cache-implementation": "~1.0"
4439
},
45-
"autoload":
46-
{
40+
"autoload": {
4741
"psr-4": {
4842
"Cache\\Adapter\\Filesystem\\": "src/"
4943
}
5044
},
51-
"autoload-dev":
52-
{
45+
"autoload-dev": {
5346
"psr-4": {
5447
"Cache\\Adapter\\Filesystem\\Tests\\": "tests/"
5548
}

0 commit comments

Comments
 (0)