Skip to content

Commit d9ca2ea

Browse files
committed
Allow doctrine/cache 2
1 parent 8fd6dd4 commit d9ca2ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
"doctrine/orm": "^2.7"
2424
},
2525
"require-dev": {
26-
"doctrine/cache": "^1.11",
26+
"doctrine/cache": "^1.11|^2.0",
2727
"doctrine/data-fixtures": "^1.4.1",
2828
"fakerphp/faker": "^1.9",
2929
"friendsofphp/php-cs-fixer": "^3.0",
30-
"phpunit/phpunit": "^8.4"
30+
"phpunit/phpunit": "^8.4",
31+
"symfony/cache": "*"
3132
},
3233
"extra": {
3334
"branch-alias": {

0 commit comments

Comments
 (0)