Skip to content

Commit 5780012

Browse files
authored
Merge pull request #84 from cirrusidentity/feature/dependency-cache-version
Support more versions of psr/cache and symfony/cache
2 parents d54bbfb + e1492f7 commit 5780012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"simplesamlphp/simplesamlphp": "^v2.0.0",
1616
"firebase/php-jwt": "^5.5|^6",
1717
"kevinrob/guzzle-cache-middleware": "^4.1.1",
18-
"psr/cache": "^1.0",
19-
"symfony/cache": "^5.0|^4.3|^3.4",
18+
"psr/cache": "^1.0|^2.0|^3.0",
19+
"symfony/cache": "^6.0|^5.0|^4.3|^3.4",
2020
"ext-json": "*"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)