Skip to content

Commit

Permalink
Bump netresearch/jsonmapper from 4.4.1 to 5.0.0 (#130)
Browse files Browse the repository at this point in the history
* Bump netresearch/jsonmapper from 4.4.1 to 5.0.0

Bumps [netresearch/jsonmapper](https://github.com/cweiske/jsonmapper) from 4.4.1 to 5.0.0.
- [Changelog](https://github.com/cweiske/jsonmapper/blob/master/ChangeLog)
- [Commits](cweiske/jsonmapper@v4.4.1...v5.0.0)

---
updated-dependencies:
- dependency-name: netresearch/jsonmapper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fixed build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mroloux <[email protected]>
  • Loading branch information
dependabot[bot] and mroloux authored Oct 2, 2024
1 parent c76c3f0 commit fe4e9ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=8.1.0",
"guzzlehttp/guzzle": "7.9.2",
"guzzlehttp/uri-template": "v1.0.3",
"netresearch/jsonmapper": "4.4.1",
"netresearch/jsonmapper": "5.0.0",
"lstrojny/functional-php": "1.17.0",
"halaxa/json-machine": "1.1.4"
},
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/SeatsioJsonMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public static function create(): SeatsioJsonMapper
$mapper = new SeatsioJsonMapper();
$mapper->classMap["\DateTime"] = JsonDateTime::class;
$mapper->classMap["Seatsio\Events\Event"] = $eventMapper;
$mapper->bStrictObjectTypeChecking = false;
return $mapper;
}

Expand Down

0 comments on commit fe4e9ae

Please sign in to comment.