Merge pull request #352 from CartoDB/version-fix

Changes in PostGIS version to use 4 numbers
This commit is contained in:
Juan Ignacio Sánchez Lara
2018-08-20 10:20:17 +02:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
"current_version": {
"requires": {
"postgresql": "^10.0.0",
"postgis": "^2.4"
"postgis": "^2.4.0.0"
}
}
}