diff --git a/CHANGELOG.md b/CHANGELOG.md index dad0006..5218cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to `sebdesign/laravel-viva-payments` will be documented in t The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.0.8] - 2024-02-26 + +### Fixes + +- Fix composer dependencies + ## [6.0.7] - 2024-02-26 ### Added diff --git a/composer.json b/composer.json index 31a6509..5b5bf10 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "php": "^8.1", "guzzlehttp/guzzle": "^7.2", "illuminate/config": "^9.0 | ^10.0", - "illuminate/routing": "9.0 | ^10.0", - "illuminate/support": "9.0 | ^10.0" + "illuminate/routing": "^9.0 | ^10.0", + "illuminate/support": "^9.0 | ^10.0" }, "require-dev": { "laravel/pint": "^1.4",