Skip to content

Commit d734a7b

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 479c24a commit d734a7b

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
## 1.0.0
610

711
### Added

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"php": "^7.2.5 || ^8.0",
1414
"ext-json": "*",
1515
"async-aws/dynamo-db": "^1.1 || ^2.0 || ^3.0",
16-
"illuminate/cache": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
17-
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0"
16+
"illuminate/cache": "^6.18.13 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
17+
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.0-dev"
31+
"dev-master": "1.1-dev"
3232
},
3333
"laravel": {
3434
"providers": [

0 commit comments

Comments
 (0)