Skip to content

Commit 9834098

Browse files
authored
Merge pull request #2061 from roots/laravel-5.6
Bump to Laravel 5.6
2 parents fb7dabe + 5103f51 commit 9834098

File tree

4 files changed

+378
-332
lines changed

4 files changed

+378
-332
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### HEAD
2+
* Bump to Laravel 5.6 ([#2061](https://github.com/roots/sage/pull/2061))
23
* Update to Boostrap 4.1.0 ([#2056](https://github.com/roots/sage/pull/2056))
34
* Change inline `@php` directive to full form ([#2042](https://github.com/roots/sage/pull/2042))
45
* PHP 7.1.3+ is now required ([#2037](https://github.com/roots/sage/pull/2037))

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"require": {
3535
"php": ">=7.1",
3636
"composer/installers": "~1.0",
37-
"illuminate/support": "5.4.*",
38-
"roots/sage-lib": "~9.0.0-beta.4",
37+
"illuminate/support": "~5.6",
38+
"roots/sage-lib": "~9.0.1",
3939
"soberwp/controller": "~9.0.0-beta.4"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)