Skip to content

Commit

Permalink
Force illuminate/support to 5.6.*
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Sep 7, 2018
1 parent dc53b90 commit ed0b52b
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 90 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 9.0.4: September 7th, 2018
* Force `illuminate/support` to `5.6.*` ([#2112](https://github.com/roots/sage/pull/2112))

### 9.0.3: September 7th, 2018
* Revert "Add searchform partial and function to replace default WordPress functionality" ([#2110](https://github.com/roots/sage/pull/2110))
* Unescape get_language_attributes() ([#2108](https://github.com/roots/sage/pull/2108))
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"require": {
"php": ">=7.1",
"composer/installers": "~1.0",
"illuminate/support": "~5.6",
"roots/sage-lib": "~9.0.3",
"illuminate/support": "5.6.*",
"roots/sage-lib": "~9.0.4",
"soberwp/controller": "~2.1.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit ed0b52b

Please sign in to comment.