Skip to content

Commit

Permalink
Merge pull request #53 from elifesciences/make-cache-optional
Browse files Browse the repository at this point in the history
Make doctrine cache from required to suggested dependency
  • Loading branch information
scottaubrey authored Dec 16, 2024
2 parents 04e8eab + 7a2df5b commit 0f59099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"require": {
"php": "^7.1 || ^8.0",
"aws/aws-sdk-php": "^3.238",
"doctrine/cache": "^1.6",
"elife/api-sdk": "dev-master",
"elife/logging-sdk": "^1.1",
"jms/serializer": "^1.4 || ^3.0",
Expand All @@ -33,7 +32,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"symfony/console": "^2.7 || ^3.2, to use Command classes"
"symfony/console": "^2.7 || ^3.2, to use Command classes",
"doctrine/cache": "^1.6 to use CachedTransformer"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 0f59099

Please sign in to comment.