Skip to content

Commit 8754d69

Browse files
feat: support Laravel 10.x (#33)
Co-authored-by: Paolo Caleffi <[email protected]>
1 parent 92fc8a8 commit 8754d69

File tree

3 files changed

+1432
-1410
lines changed

3 files changed

+1432
-1410
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.4.0] - 2023-04-03
11+
12+
- Added support for L10
13+
1014
## [3.3.0] - 2022-03-14
1115

1216
- Added support for L9

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": "^7.3.0|^8.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
2323
"aws/aws-sdk-php": "^3.52"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.0",
26+
"orchestra/testbench": "^6.0|^8.0",
2727
"phpunit/phpunit": "^8.0|^9.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)