Skip to content

Commit f3f88ae

Browse files
authored
Allow newer version of psr/simple-cache (#698)
* Allow newer version of psr/simple-cache * Remove unnecessary whitespace from composer.json
1 parent 3f24ac6 commit f3f88ae

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
"ext-mbstring": "*",
1818
"psr/http-message": "^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
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.0",

0 commit comments

Comments
 (0)