Skip to content

Commit

Permalink
Update composer.json (#12)
Browse files Browse the repository at this point in the history
### Added
- Support Laravel 11 ([#12](#12))
  • Loading branch information
timothydc authored Apr 4, 2024
1 parent 6d5fff4 commit 9f819fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.6.0] - 2024-04-04
### Added
- Support Laravel 11 ([#12](https://github.com/timothydc/laravel-lightspeed-ecom-api/pull/12))

## [v1.5.0] - 2023-02-26
### Added
- Support Laravel 10 ([#9](https://github.com/timothydc/laravel-lightspeed-ecom-api/pull/9) by @TVKe)

## [v1.4.0] - 2022-03-01
### Added
- Support Laravel 9 ([#6](https://github.com/timothydc/laravel-lightspeed-ecom-api/pull/6) by @mvd81)
Expand All @@ -30,8 +38,10 @@ 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.4.0...HEAD
[v1.3.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.3.0...v1.4.0
[Unreleased]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.6.0...HEAD
[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
[v1.3.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/timothydc/laravel-lightspeed-ecom-api/compare/v1.0.0...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"seoshop/seoshop-php": "^1.9.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "*",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down

0 comments on commit 9f819fa

Please sign in to comment.