Skip to content

Commit 6c00038

Browse files
Added Laravel 10 support (#19)
* Added Laravel 10 support in composer.json * docs: Add changelog entry --------- Co-authored-by: Danny van der Sluijs <[email protected]>
1 parent 5e580b5 commit 6c00038

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Support Laravel 10 [PR#19](https://github.com/JsonMapper/LaravelPackage/pull/19). Thanks to [Sunil Bhatia](https://github.com/sunil19822701) for creating the PR.
810

911
## [2.3.0] - 2022-02-15
1012
### Added

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)