diff --git a/CHANGELOG.md b/CHANGELOG.md index 396c489..6ee24b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## Unreleased +## 0.5.6 - Unreleased + +### Changed + +- Updated torchlight-laravel version constraint to support Laravel 12.x ## 0.5.5 - 2022-02-23 @@ -50,7 +54,6 @@ - Bump `torchlight/torchlight-laravel` dependency. - Use `Torchlight::highlight` instead of `(new Client)->highlight` - ## 0.3.3 - 2021-07-31 ### Changed @@ -81,7 +84,6 @@ - Bump `torchlight/torchlight-laravel` dependency. - Changed package name from `torchlight/commonmark` to `torchlight/torchlight-commonmark` - ## 0.1.0 First. \ No newline at end of file diff --git a/composer.json b/composer.json index 6b51bd6..f30d504 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "torchlight/torchlight-laravel": "^0.5.10", + "torchlight/torchlight-laravel": "^v0.6.1", "league/commonmark": "^1.5|^2.0" }, "require-dev": { @@ -39,4 +39,4 @@ }, "extra": { } -} +} \ No newline at end of file