Updated to latest doctrine versions, solving deprecations

This commit is contained in:
Alejandro Celaya
2019-11-20 20:03:06 +01:00
parent 115ca0da0f
commit af0ed6135e
10 changed files with 30 additions and 38 deletions

View File

@@ -19,10 +19,10 @@
"akrabat/ip-address-middleware": "^1.0",
"cakephp/chronos": "^1.2",
"cocur/slugify": "^3.0",
"doctrine/cache": "^1.6",
"doctrine/dbal": "^2.9",
"doctrine/migrations": "^2.0",
"doctrine/orm": "^2.5",
"doctrine/cache": "^1.9",
"doctrine/dbal": "^2.10",
"doctrine/migrations": "^2.2",
"doctrine/orm": "^2.7",
"endroid/qr-code": "^3.6",
"firebase/php-jwt": "^4.0",
"geoip2/geoip2": "^2.9",