Skip to content

Commit 4d39c27

Browse files
mu1f407jderusse
andauthored
Add support for Laravel 10 and 11 (#1683)
* 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]>
1 parent df903c1 commit 4d39c27

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- Support for Laravel 10 and 11
8+
59
### Changed
610

711
- Fix CS

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": "^7.2.5 || ^8.0",
1616
"async-aws/sqs": "^1.1 || ^2.0",
17-
"illuminate/queue": "^6.18.11 || ^7.10 || ^8.0 || ^9.0",
18-
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0"
17+
"illuminate/queue": "^6.18.11 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
18+
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
1919
},
2020
"autoload": {
2121
"psr-4": {
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "1.0-dev"
32+
"dev-master": "1.1-dev"
3333
},
3434
"laravel": {
3535
"providers": [

0 commit comments

Comments
 (0)