Skip to content

Commit

Permalink
Merge pull request #11 from malberts/scssphp-version
Browse files Browse the repository at this point in the history
Add scssphp upper limit
  • Loading branch information
malberts authored May 15, 2021
2 parents 1d9dd68 + a2983d8 commit 7d1d074
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ version 3][license] (or any later version).

## Release notes

### Version 2.0.6

Released on 2021-05-15

* Temporarily limit the version of `scssphp` below 1.5 to avoid breaking changes

### Version 2.0.5

Released on 2020-12-27
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"require": {
"php": ">=5.6",
"scssphp/scssphp": "^1.2.1"
"scssphp/scssphp": ">=1.2.1 <1.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7d1d074

Please sign in to comment.