Skip to content

Commit

Permalink
Require symfony/cache for Doctrine 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryszon committed Jun 13, 2024
1 parent 915a92b commit 0abdc85
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 3 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"phpunit/phpunit": "^9.6",
"psr/http-message": "^1.1",
"psr/http-server-handler": "^1.0",
"slim/psr7": "^1.7"
"slim/psr7": "^1.7",
"symfony/cache": "^7.1"
},
"require": {
"php": "^8.3"
Expand All @@ -33,7 +34,8 @@
"slim/psr7": "For testing PSR-7 handlers",
"phpunit/phpunit": "For actual testing code",
"psr/http-message": "For testing PSR-7 handlers",
"psr/http-server-handler": "Required for PsrHttp utility"
"psr/http-server-handler": "Required for PsrHttp utility",
"symfony/cache": "Required by Doctrine utility"
},
"config": {
"sort-packages": true
Expand Down
175 changes: 174 additions & 1 deletion composer.lock

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

0 comments on commit 0abdc85

Please sign in to comment.