10000 chore: allow psr/simple-cache v2 or v3 (#1150) · geocoder-php/plugin@5140e91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5140e91

Browse files
gnumoksharuudk
andauthored
chore: allow psr/simple-cache v2 or v3 (#1150)
* chore: allow psr/simple-cache v2 or v3 Co-authored-by: Ruud Kamphuis <ruudk@users.noreply.github.com>
1 parent ec293bd commit 5140e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": {

0 commit comments

Comments
 (0)
0