Skip to content

Commit

Permalink
Add support for Laravel 10 and 11 (#1683)
Browse files Browse the repository at this point in the history
* Add support for Laravel 10 and 11

* Bump version in branch alias

* Add laralvel 10/11 in main composer.json

---------

Co-authored-by: Jérémy Derussé <[email protected]>
  • Loading branch information
mu1f407 and jderusse authored May 3, 2024
1 parent df903c1 commit 4d39c27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- Support for Laravel 10 and 11

### Changed

- Fix CS
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"php": "^7.2.5 || ^8.0",
"async-aws/sqs": "^1.1 || ^2.0",
"illuminate/queue": "^6.18.11 || ^7.10 || ^8.0 || ^9.0",
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0"
"illuminate/queue": "^6.18.11 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 4d39c27

Please sign in to comment.