aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-11-09 16:31:59 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-11-09 16:31:59 +0100
commitf1eccfd63f214dcc730ab0d18a694a5465f425db (patch)
treee6cbd355f3a360e5619821fb1415ee26a01f11ce /composer.json
parent4529d0f4b6b20cbbd1ccb5339a753aff7d35552b (diff)
parent53cf5106891fc64f3f66cb6b3316654a9620239c (diff)
downloadwallabag-f1eccfd63f214dcc730ab0d18a694a5465f425db.tar.gz
wallabag-f1eccfd63f214dcc730ab0d18a694a5465f425db.tar.zst
wallabag-f1eccfd63f214dcc730ab0d18a694a5465f425db.zip
Merge pull request #1500 from wallabag/v2-quote-pgsql
Fix quote strategy for reserved keyword in Postgres
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b8c936f0..a46e990a 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
31 "php": ">=5.3.3", 31 "php": ">=5.3.3",
32 "symfony/symfony": "~2.7.0", 32 "symfony/symfony": "~2.7.0",
33 "doctrine/orm": "~2.3", 33 "doctrine/orm": "~2.3",
34 "doctrine/doctrine-bundle": "~1.2", 34 "doctrine/doctrine-bundle": "1.5.2",
35 "twig/extensions": "~1.0", 35 "twig/extensions": "~1.0",
36 "symfony/assetic-bundle": "~2.3", 36 "symfony/assetic-bundle": "~2.3",
37 "symfony/swiftmailer-bundle": "~2.3", 37 "symfony/swiftmailer-bundle": "~2.3",