Added doctrine migrations and remove platform specific code from entities

This commit is contained in:
Alejandro Celaya
2016-08-19 14:51:34 +02:00
parent 7c42835cc1
commit 7d49c1760c
4 changed files with 46 additions and 3 deletions

View File

@@ -33,7 +33,8 @@
"monolog/monolog": "^1.21",
"theorchard/monolog-cascade": "^0.4",
"endroid/qrcode": "^1.7",
"mikehaertl/phpwkhtmltopdf": "^2.2"
"mikehaertl/phpwkhtmltopdf": "^2.2",
"doctrine/migrations": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^5.0",