Skip to content

Commit

Permalink
feat: support Laravel 10.x (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Caleffi <[email protected]>
  • Loading branch information
laravel-shift and IlCallo authored Apr 3, 2023
1 parent 92fc8a8 commit 8754d69
Show file tree
Hide file tree
Showing 3 changed files with 1,432 additions and 1,410 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.0] - 2023-04-03

- Added support for L10

## [3.3.0] - 2022-03-14

- Added support for L9
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],
"require": {
"php": "^7.3.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"aws/aws-sdk-php": "^3.52"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 8754d69

Please sign in to comment.