Skip to content

Commit

Permalink
Update self-aware-normalizers (#76)
Browse files Browse the repository at this point in the history
* Update self-aware-normalizers

* Update docs

---------

Co-authored-by: Christian Kolb <[email protected]>
  • Loading branch information
christian-kolb and Christian Kolb authored Feb 1, 2025
1 parent c1a189a commit 31fe4b9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.1

- Updated `digital-craftsman/self-aware-normalizers` to get rid of deprecations in PHP 8.4.

## 2.0.0

- **[Breaking change](./UPGRADE.md#switched-away-from-custom-normalizers)**: Switched away from custom normalizers to the normalizers from `digital-craftsman/self-aware-normalizers`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Symfony bundle to work with id and id list value objects in Symfony. It includ

As it's a central part of an application, it's tested thoroughly (including mutation testing).

[![Latest Stable Version](https://img.shields.io/badge/stable-2.0.0-blue)](https://packagist.org/packages/digital-craftsman/ids)
[![Latest Stable Version](https://img.shields.io/badge/stable-2.0.1-blue)](https://packagist.org/packages/digital-craftsman/ids)
[![PHP Version Require](https://img.shields.io/badge/php-8.3|8.4-5b5d95)](https://packagist.org/packages/digital-craftsman/ids)
[![codecov](https://codecov.io/gh/digital-craftsman-de/ids/branch/main/graph/badge.svg?token=BL0JKZYLBG)](https://codecov.io/gh/digital-craftsman-de/ids)
![Packagist Downloads](https://img.shields.io/packagist/dt/digital-craftsman/ids)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"symfony/serializer": "^7.0",
"doctrine/dbal": "^3.3.6",
"symfony/polyfill-uuid": "^1.26",
"digital-craftsman/self-aware-normalizers": "^0.2.0"
"digital-craftsman/self-aware-normalizers": "^0.3.0"
},
"require-dev": {
"vimeo/psalm": "^6.1.0",
Expand Down
21 changes: 10 additions & 11 deletions composer.lock

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

0 comments on commit 31fe4b9

Please sign in to comment.