Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 846828f

Browse files
authored
Merge pull request #57 from njbarrett/fix-for-5.1-connection
Fixes #56 Laravel v5.1.39 Declaration of Bosnadev createConnection
2 parents e296599 + e294e49 commit 846828f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"require": {
1111
"php": ">=5.5",
1212
"illuminate/database": "~5.1.0",
13-
"bosnadev/database": "~0.1",
13+
"bosnadev/database": "0.12",
1414
"geo-io/wkb-parser": "~1.0",
1515
"jmikola/geojson": "~1.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.5",
1919
"mockery/mockery": "0.9.*",
20-
"satooshi/php-coveralls": "~0.6",
20+
"satooshi/php-coveralls": "~1.0",
2121
"codeclimate/php-test-reporter": "dev-master",
2222
"illuminate/pagination": "~5.0"
2323
},

0 commit comments

Comments
 (0)