Skip to content

Commit

Permalink
Fix: use doctrine/persistence because doctrine-common is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
BeBlood committed May 20, 2019
1 parent 9a5f473 commit 9d3ebcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"symfony/monolog-bundle": "^3.3",
"ramsey/uuid": "^3.7",
"ramsey/uuid-doctrine": "^1.4",
"doctrine/common": "~2.0",
"doctrine/persistence": "~1.0",
"payum/iso4217": "~1.0",
"paypal/rest-api-sdk-php": "^1.13",
"stripe/stripe-php": "^6.7",
Expand Down

0 comments on commit 9d3ebcf

Please sign in to comment.