Skip to content

Commit

Permalink
Add L9 support (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydc authored Oct 25, 2022
1 parent 250d1fb commit fcc53a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.14.0] - 2022-10-25
### Added
- Laravel 9 support

## [v1.13.0] - 2021-12-08
### Added
- PHP8.0 support
Expand Down Expand Up @@ -159,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Commands to create, list and remove product feed via `artisan`-commands
- Option to overwrite XML data structure via interface binding

[Unreleased]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.13.0...HEAD
[Unreleased]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.14.0...HEAD
[v1.14.0]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.13.0...v1.14.0
[v1.13.0]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.12.0...v1.13.0
[v1.12.0]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.11.2...v1.12.0
[v1.11.2]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.11.1...v1.11.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"laravel/legacy-factories": "^1.0.5",
"spatie/array-to-xml": "^2.10",
"timothydc/laravel-lightspeed-ecom-api": "^1.1",
"illuminate/support": "^7.0|^8.0"
"illuminate/support": "^7.0|^8.0|^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit fcc53a9

Please sign in to comment.