Skip to content

Commit 98b9ff8

Browse files
committed
Merge branch 'release/2.5.0'
2 parents 95db4e9 + c6cb495 commit 98b9ff8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.5.0] - 2024-04-05
10+
### Added
11+
- Support Laravel 11 [PR#21](https://github.com/JsonMapper/LaravelPackage/pull/21). Thanks to [laravel-shift](https://github.com/laravel-shift) for creating the PR.
12+
913
## [2.4.0] - 2023-04-04
1014
### Added
1115
- Support Laravel 10 [PR#19](https://github.com/JsonMapper/LaravelPackage/pull/19). Thanks to [Sunil Bhatia](https://github.com/sunil19822701) for creating the PR.

Version

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

composer.json

Lines changed: 3 additions & 3 deletions
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|^10"
17+
"illuminate/support": "^5.5|^6|^7|^8|^9|^10 || ^11.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -43,8 +43,8 @@
4343
"ext-json": "*",
4444
"squizlabs/php_codesniffer": "^3.5",
4545
"phpstan/phpstan": "^0.12.19 || ^1.0.0",
46-
"phpunit/phpunit": "^8.0 || ^9.0",
47-
"orchestra/testbench": "^5.3|^6.0",
46+
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.5",
47+
"orchestra/testbench": "^5.3|^6.0 || ^9.0",
4848
"php-coveralls/php-coveralls": "^2.4",
4949
"guzzlehttp/guzzle": "^6.5 || ^7.0"
5050
}

0 commit comments

Comments
 (0)