Skip to content

Commit 7b6eca8

Browse files
committed
Add PSR-6 cache provider
1 parent f55cd09 commit 7b6eca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"require": {
1212
"php": "^8.1|^8.2",
1313
"auth0/auth0-php": "^8.0",
14-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
14+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
15+
"symfony/cache" : "^6.4|^7.0"
1516
},
1617
"require-dev": {
1718
"nunomaduro/collision": "^5.3|^6|^7|^8",
1819
"orchestra/testbench": "^6.18|^7|^8",
19-
"phpunit/phpunit": "^9.3|^10|^11",
20-
"symfony/cache" : "^6.4|^7.0"
20+
"phpunit/phpunit": "^9.3|^10|^11"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)