Skip to content

Commit

Permalink
Add PSR-6 cache provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhelmer committed Apr 4, 2024
1 parent f55cd09 commit 7b6eca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"require": {
"php": "^8.1|^8.2",
"auth0/auth0-php": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"symfony/cache" : "^6.4|^7.0"
},
"require-dev": {
"nunomaduro/collision": "^5.3|^6|^7|^8",
"orchestra/testbench": "^6.18|^7|^8",
"phpunit/phpunit": "^9.3|^10|^11",
"symfony/cache" : "^6.4|^7.0"
"phpunit/phpunit": "^9.3|^10|^11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7b6eca8

Please sign in to comment.