Skip to content

Commit 8550699

Browse files
committed
Update bosnadev/database
1 parent 8e6b554 commit 8550699

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"name": "phaza/laravel-postgis",
33
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
44
"repositories": [
5+
{
6+
"type": "vcs",
7+
"url": "https://github.com/phaza/laravel-postgres.git"
8+
}
59
],
610
"require": {
711
"php": ">=5.5",
812
"illuminate/database": "~5.0",
9-
"bosnadev/database": "0.10.*",
13+
"bosnadev/database": "~0.1",
1014
"geo-io/wkb-parser": "~1.0"
1115
},
1216
"require-dev": {

0 commit comments

Comments
 (0)