Skip to content

Commit 9d3ebcf

Browse files
committed
Fix: use doctrine/persistence because doctrine-common is deprecated
doctrine/common#826
1 parent 9a5f473 commit 9d3ebcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/monolog-bundle": "^3.3",
2222
"ramsey/uuid": "^3.7",
2323
"ramsey/uuid-doctrine": "^1.4",
24-
"doctrine/common": "~2.0",
24+
"doctrine/persistence": "~1.0",
2525
"payum/iso4217": "~1.0",
2626
"paypal/rest-api-sdk-php": "^1.13",
2727
"stripe/stripe-php": "^6.7",

0 commit comments

Comments
 (0)