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
66
77## [ Unreleased]
88
9+ ## [ 2.0.0] - 2021-01-07
10+ ### Changed
11+ - Update to version ^2.0 JsonMapper
12+
913## [ 1.1.3] - 2020-09-14
1014### Added
1115- 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 1212 "license" : " MIT" ,
1313 "minimum-stability" : " stable" ,
1414 "require" : {
15- "json-mapper/json-mapper" : " ^1 .0" ,
15+ "json-mapper/json-mapper" : " ^2 .0" ,
1616 "php" : " ^7.2 || ^8.0" ,
1717 "illuminate/support" : " ^5.5|^6|^7|^8"
1818 },
4343 "squizlabs/php_codesniffer" : " ^3.5" ,
4444 "phpstan/phpstan" : " ^0.12.19" ,
4545 "php-coveralls/php-coveralls" : " ^2.2" ,
46- "phpunit/phpunit" : " ^8.0" ,
46+ "phpunit/phpunit" : " ^8.0 || ^9.0 " ,
4747 "orchestra/testbench" : " ^5.3|^6.0"
4848 }
4949}
Original file line number Diff line number Diff line change 44
55namespace JsonMapper \LaravelPackage \Tests \Implementation ;
66
7-
87class EloquentModel
98{
109
11- }
10+ }
You can’t perform that action at this time.
0 commit comments