Skip to content

Commit

Permalink
As per symfony/symfony#31720 the simple cache interface was split of …
Browse files Browse the repository at this point in the history
…from the general symfony cache framework in the version bump from 4.3.9 to 4.4.0. (#486)

This adds the new dependency to make the cache interface available again
  • Loading branch information
M4LuZ committed May 7, 2022
1 parent 8e1c0b5 commit d15806c
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 26 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"setasign/fpdf": "^1.8",
"paypal/rest-api-sdk-php": "^1.13",
"symfony/debug": "^3.4",
"symfony/cache": "^v4.2.3"
"symfony/cache": "^v4.2.3",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
Expand Down
101 changes: 76 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d15806c

Please sign in to comment.