File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.3.0] - 2022-02-15
10
+ ### Added
11
+ - Support Laravel 9 [ PR #17 ] ( https://github.com/JsonMapper/LaravelPackage/pull/17 )
12
+
9
13
## [ 2.2.0] - 2021-03-18
10
14
### Added
11
15
- Utilise the new builder factory; Add mapToCollection methods [ PR #13 ] ( https://github.com/JsonMapper/LaravelPackage/pull/13 )
Original file line number Diff line number Diff line change 1
- 2.2 .0
1
+ 2.3 .0
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"json-mapper/json-mapper" : " ^2.3" ,
16
16
"php" : " ^7.2 || ^8.0" ,
17
- "illuminate/support" : " ^5.5|^6|^7|^8"
17
+ "illuminate/support" : " ^5.5|^6|^7|^8|^9 "
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
42
42
"require-dev" : {
43
43
"ext-json" : " *" ,
44
44
"squizlabs/php_codesniffer" : " ^3.5" ,
45
- "phpstan/phpstan" : " ^0.12.19" ,
45
+ "phpstan/phpstan" : " ^0.12.19 || ^1.0.0 " ,
46
46
"phpunit/phpunit" : " ^8.0 || ^9.0" ,
47
47
"orchestra/testbench" : " ^5.3|^6.0" ,
48
48
"php-coveralls/php-coveralls" : " ^2.4" ,
You can’t perform that action at this time.
0 commit comments