Skip to content

Commit 050fb2f

Browse files
committed
Allow psr/simple-cache v2 and v3
1 parent 11704a4 commit 050fb2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php-http/promise": "^1.0",
2727
"psr/http-message-implementation": "^1.0",
2828
"psr/log": "^1.0|^2.0|^3.0",
29-
"psr/simple-cache": "^1.0"
29+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
3030
},
3131
"require-dev": {
3232
"cache/array-adapter": "^1.0",

src/Plugin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": "^7.3 || ^8.0",
1818
"php-http/promise": "^1.0",
1919
"psr/log": "^1.0|^2.0|^3.0",
20-
"psr/simple-cache": "^1.0",
20+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
2121
"willdurand/geocoder": "^4.0"
2222
},
2323
"require-dev": {

src/Provider/Cache/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.3 || ^8.0",
16-
"psr/simple-cache": "^1.0",
16+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
1717
"willdurand/geocoder": "^4.0.0"
1818
},
1919
"provide": {
@@ -41,4 +41,4 @@
4141
"test": "vendor/bin/phpunit",
4242
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)