File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed 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.0.0] - 2021-01-07
10
+ ### Changed
11
+ - Update to version ^2.0 JsonMapper
12
+
9
13
## [ 1.1.3] - 2020-09-14
10
14
### Added
11
15
- Add support for Laravel 8
Original file line number Diff line number Diff line change 1
- 1.1.3
1
+ 2.0.0
Original file line number Diff line number Diff line change 12
12
"license" : " MIT" ,
13
13
"minimum-stability" : " stable" ,
14
14
"require" : {
15
- "json-mapper/json-mapper" : " ^1 .0" ,
15
+ "json-mapper/json-mapper" : " ^2 .0" ,
16
16
"php" : " ^7.2 || ^8.0" ,
17
17
"illuminate/support" : " ^5.5|^6|^7|^8"
18
18
},
43
43
"squizlabs/php_codesniffer" : " ^3.5" ,
44
44
"phpstan/phpstan" : " ^0.12.19" ,
45
45
"php-coveralls/php-coveralls" : " ^2.2" ,
46
- "phpunit/phpunit" : " ^8.0" ,
46
+ "phpunit/phpunit" : " ^8.0 || ^9.0 " ,
47
47
"orchestra/testbench" : " ^5.3|^6.0"
48
48
}
49
49
}
Original file line number Diff line number Diff line change 4
4
5
5
namespace JsonMapper \LaravelPackage \Tests \Implementation ;
6
6
7
-
8
7
class EloquentModel
9
8
{
10
9
11
- }
10
+ }
You can’t perform that action at this time.
0 commit comments