Skip to content

Commit

Permalink
Merge pull request #31 from matomo-org/better-custom-doctrine-cache
Browse files Browse the repository at this point in the history
Use custom fork of doctrine/cache with actual packagist package.
  • Loading branch information
diosmosis authored May 26, 2021
2 parents 4714a13 + 8d76a22 commit f058d53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": ">=7.1",
"doctrine/cache": "dev-1.10.2-modified"
"matomo/doctrine-cache-fork": "1.10.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
Expand Down
20 changes: 9 additions & 11 deletions composer.lock

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

0 comments on commit f058d53

Please sign in to comment.