Skip to content

Commit 375b06a

Browse files
authored
Merge pull request #2112 from roots/9.0.4
9.0.4: Force `illuminate/support` to `5.6.*`
2 parents dc53b90 + ed0b52b commit 375b06a

File tree

5 files changed

+92
-90
lines changed

5 files changed

+92
-90
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 9.0.4: September 7th, 2018
2+
* Force `illuminate/support` to `5.6.*` ([#2112](https://github.com/roots/sage/pull/2112))
3+
14
### 9.0.3: September 7th, 2018
25
* Revert "Add searchform partial and function to replace default WordPress functionality" ([#2110](https://github.com/roots/sage/pull/2110))
36
* Unescape get_language_attributes() ([#2108](https://github.com/roots/sage/pull/2108))

composer.json

Lines changed: 2 additions & 2 deletions
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.6",
38-
"roots/sage-lib": "~9.0.3",
37+
"illuminate/support": "5.6.*",
38+
"roots/sage-lib": "~9.0.4",
3939
"soberwp/controller": "~2.1.0"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)