Skip to content

Commit d27c049

Browse files
committed
Updated dependencies for latest Symfony releases
1 parent f64f105 commit d27c049

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
"name": "toflar/psr6-symfony-http-cache-store",
33
"description": "An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.",
44
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Yanick Witschi",
9+
"email": "yanick.witschi@terminal42.ch"
10+
}
11+
],
512
"require": {
613
"php": "^5.6|^7.0",
7-
"symfony/lock": "^3.4@dev",
8-
"symfony/cache": "^3.4@dev",
9-
"symfony/http-foundation": "^3.0",
10-
"symfony/http-kernel": "^3.0"
14+
"symfony/lock": "^3.4|^4.0",
15+
"symfony/cache": "^3.4|^4.0",
16+
"symfony/http-foundation": "^3.0|^4.0",
17+
"symfony/http-kernel": "^3.0|^4.0"
1118
},
1219
"require-dev": {
1320
"friendsofphp/php-cs-fixer": "^2.6",
@@ -18,12 +25,5 @@
1825
"psr-4": {
1926
"Toflar\\Psr6HttpCacheStore\\": "src"
2027
}
21-
},
22-
"license": "MIT",
23-
"authors": [
24-
{
25-
"name": "Yanick Witschi",
26-
"email": "yanick.witschi@terminal42.ch"
27-
}
28-
]
28+
}
2929
}

0 commit comments

Comments
 (0)