From 0ef9dcbdf4461a4d4e4a7b77db9386ad2f26608d Mon Sep 17 00:00:00 2001 From: Simon Rogers Date: Thu, 17 Feb 2022 14:11:11 +0000 Subject: [PATCH 1/2] Update torchlight-laravel constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e72475a..e68595c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "torchlight/torchlight-laravel": "v0.5.10", + "torchlight/torchlight-laravel": "0.5.11", "league/commonmark": "^1.5|^2.0" }, "require-dev": { From 8fd5b2f4ba8dade10cb05ba8a83a8c8858cb1299 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Wed, 23 Feb 2022 11:08:21 -0600 Subject: [PATCH 2/2] Update version constraint --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2e104..396c489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.5.5 - 2022-02-23 + +### Changed + +- Updated torchlight-laravel version constraint + ## 0.5.4 - 2022-02-01 ### Added diff --git a/composer.json b/composer.json index e68595c..6b51bd6 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "torchlight/torchlight-laravel": "0.5.11", + "torchlight/torchlight-laravel": "^0.5.10", "league/commonmark": "^1.5|^2.0" }, "require-dev": {