Skip to content

Commit 95db4e9

Browse files
committed
Merge branch 'release/2.4.0'
2 parents da1fc7c + ee2afc1 commit 95db4e9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.4.0] - 2023-04-04
10+
### Added
11+
- Support Laravel 10 [PR#19](https://github.com/JsonMapper/LaravelPackage/pull/19). Thanks to [Sunil Bhatia](https://github.com/sunil19822701) for creating the PR.
12+
913
## [2.3.0] - 2022-02-15
1014
### Added
1115
- Support Laravel 9 [PR#17](https://github.com/JsonMapper/LaravelPackage/pull/17)

Version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"json-mapper/json-mapper": "^2.3",
1616
"php": "^7.2 || ^8.0",
17-
"illuminate/support": "^5.5|^6|^7|^8|^9"
17+
"illuminate/support": "^5.5|^6|^7|^8|^9|^10"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)