Skip to content

Commit

Permalink
Feature/add support for l10 l11 (#18)
Browse files Browse the repository at this point in the history
* Update composer.json

Add support for Laravel 10 and Laravel 11

* Update CHANGELOG.md
  • Loading branch information
timothydc authored Oct 23, 2024
1 parent fcc53a9 commit 2c7f582
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions 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.15.0] - 2024-10-23
### Added
- Laravel 10 and 11 support

## [v1.14.0] - 2022-10-25
### Added
- Laravel 9 support
Expand Down Expand Up @@ -163,7 +167,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.14.0...HEAD
[Unreleased]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.15.0...HEAD
[v1.15.0]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.14.0...v1.15.0
[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
Expand Down Expand Up @@ -193,4 +198,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v1.0.3]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.0.2...v1.0.3
[v1.0.2]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.0.1...v1.0.2
[v1.0.1]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/releases/tag/v1.0.0
[v1.0.0]: https://github.com/timothydc/laravel-lightspeed-ecom-product-feeds/releases/tag/v1.0.0
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": "^7.4|^8.0",
"laravel/legacy-factories": "^1.0.5",
"spatie/array-to-xml": "^2.10",
"spatie/array-to-xml": "^2.10|^3.0",
"timothydc/laravel-lightspeed-ecom-api": "^1.1",
"illuminate/support": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^9.3"
"orchestra/testbench": "*",
"phpunit/phpunit": "*"
},
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down

0 comments on commit 2c7f582

Please sign in to comment.