Skip to content

Commit c1e7790

Browse files
committed
feat(doctrine): Support for Doctrine v3
1 parent 0211aa6 commit c1e7790

File tree

8 files changed

+535
-571
lines changed

8 files changed

+535
-571
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"ext-ffi": "^8.2",
4848
"ext-intl": "*",
4949
"blackfire/php-sdk": "^1.30",
50-
"doctrine/dbal": "^3.4",
50+
"doctrine/dbal": "^3.7 || ^4.0",
5151
"doctrine/doctrine-bundle": "^2.7",
5252
"doctrine/doctrine-migrations-bundle": "^3.2.4",
5353
"doctrine/migrations": "^3.5",
54-
"doctrine/orm": "^2.13",
54+
"doctrine/orm": "^2.17 || ^3.0",
5555
"doctrine/persistence": "^3.2",
5656
"friendsofphp/php-cs-fixer": "^3.7",
5757
"jangregor/phpstan-prophecy": "^2.0",
@@ -160,7 +160,6 @@
160160
"merge-code-coverage": [
161161
"php -dmemory_limit=512M ./vendor/bin/phpcov merge cov --clover=clover.xml"
162162
],
163-
"fix": "php-cs-fixer fix -v --ansi",
164163
"unit-tests": [
165164
"phpunit tests/Unit --colors=always"
166165
],

0 commit comments

Comments
 (0)