summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-31 09:05:50 +0200
committerRemi Collet <remi@remirepo.net>2020-08-31 09:05:50 +0200
commit528bba2130ef3947647489c1b0385fb0fdaff427 (patch)
tree575fcb250b54d0ecca884a94a74f8d1882bdfb2d /composer.json
parent1f7a7a63da0ff81fec28cb785d7548e550334577 (diff)
update to 4.4.12
allow doctrine/dbal 3.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 2af8cf7..b2f9c50 100644
--- a/composer.json
+++ b/composer.json
@@ -105,7 +105,7 @@
"doctrine/cache": "~1.6",
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
- "doctrine/dbal": "~2.4",
+ "doctrine/dbal": "~2.4|^3.0",
"doctrine/orm": "~2.4,>=2.4.5",
"doctrine/reflection": "~1.0",
"doctrine/doctrine-bundle": "^1.5|^2.0",
@@ -120,7 +120,7 @@
"psr/http-client": "^1.0",
"psr/simple-cache": "^1.0",
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
- "symfony/phpunit-bridge": "^5.0.8",
+ "symfony/phpunit-bridge": "^5.2",
"symfony/security-acl": "~2.8|~3.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"twig/cssinliner-extra": "^2.12",