diff --git a/CHANGELOG.md b/CHANGELOG.md index 7118cef..e4c2e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.7.0] - 2025-04-06 +### Added +- Support Laravel 12 + ## [v1.6.0] - 2024-04-04 ### Added - Support Laravel 11 ([#12](https://github.com/timothydc/laravel-lightspeed-ecom-api/pull/12)) @@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - All the things -[Unreleased]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.7.0...HEAD +[v1.7.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.6.0...v1.7.0 [v1.6.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.5.0...v1.6.0 [v1.5.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.4.0...v1.5.0 [v1.4.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.3.0...v1.4.0 diff --git a/composer.json b/composer.json index c12e1be..02eb59e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "*", "seoshop/seoshop-php": "^1.9.1" }, "require-dev": {