Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 8dcdb44

Browse files
authored
Merge pull request #6 from larapack/laravel-56
Support Laravel 5.6
2 parents eb50c0e + a22f41c commit 8dcdb44

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
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"laravel/framework": "5.1.*",
23+
"laravel/framework": "~5.1",
2424
"php": ">=5.5.9"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)