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

Commit 0a326bf

Browse files
committed
Make sure we require laravel 5.1 as that's the first version which has Arr::isAssoc
1 parent c0873d8 commit 0a326bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": ">=5.5",
12-
"illuminate/database": "~5.0",
12+
"illuminate/database": "~5.1",
1313
"bosnadev/database": "~0.1",
1414
"geo-io/wkb-parser": "~1.0",
1515
"jmikola/geojson": "~1.0"

0 commit comments

Comments
 (0)