Skip to content

Commit da1fc7c

Browse files
committed
Merge branch 'release/2.3.0'
2 parents ef71839 + 3026329 commit da1fc7c

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "04:00"
8+
open-pull-requests-limit: 10

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.3.0] - 2022-02-15
10+
### Added
11+
- Support Laravel 9 [PR#17](https://github.com/JsonMapper/LaravelPackage/pull/17)
12+
913
## [2.2.0] - 2021-03-18
1014
### Added
1115
- Utilise the new builder factory; Add mapToCollection methods [PR#13](https://github.com/JsonMapper/LaravelPackage/pull/13)

Version

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

composer.json

Lines changed: 2 additions & 2 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"
17+
"illuminate/support": "^5.5|^6|^7|^8|^9"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -42,7 +42,7 @@
4242
"require-dev": {
4343
"ext-json": "*",
4444
"squizlabs/php_codesniffer": "^3.5",
45-
"phpstan/phpstan": "^0.12.19",
45+
"phpstan/phpstan": "^0.12.19 || ^1.0.0",
4646
"phpunit/phpunit": "^8.0 || ^9.0",
4747
"orchestra/testbench": "^5.3|^6.0",
4848
"php-coveralls/php-coveralls": "^2.4",

0 commit comments

Comments
 (0)