Skip to content

Commit e01fb32

Browse files
committed
[PG10] update to PHP7.1+ doctrine packages for official PostgresQL 10 support
1 parent 8b20306 commit e01fb32

File tree

2 files changed

+98
-81
lines changed

2 files changed

+98
-81
lines changed

application/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"phantomjs/phantomjs": "1.x"
2828
},
2929
"require": {
30-
"php": ">=5.3.9",
30+
"php": ">=7.1",
3131
"symfony/symfony": "2.8.x",
3232
"doctrine/orm": "~2.2,>=2.2.3",
3333
"doctrine/doctrine-bundle": "1.x",
@@ -114,7 +114,7 @@
114114
"component-dir": "web/components",
115115
"component-baseurl": "/components",
116116
"platform": {
117-
"php": "5.5.38"
117+
"php": "7.1.9"
118118
},
119119
"archive-dir": "../dist",
120120
"archive-format": "tar.gz",

0 commit comments

Comments
 (0)