Skip to content

Commit 8355699

Browse files
christian-kolbChristian Kolb
andauthored
Update self-aware-normalizers (#66)
Co-authored-by: Christian Kolb <info@digital-craftsman.de>
1 parent dbe6965 commit 8355699

File tree

4 files changed

+236
-104
lines changed

4 files changed

+236
-104
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.11.1
4+
5+
- Updated `digital-craftsman/self-aware-normalizers` to use the first stable version.
6+
37
## 0.11.0
48

59
- **[Breaking change](./UPGRADE.md#removed-deprecated-isdate-methods-from-moment)**: Removed deprecated `isDate*` methods from `Moment`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This Symfony bundle includes Symfony normalizers for automatic normalization and
2222

2323
As it's a central part of an application, it's tested thoroughly (including mutation testing). Currently, more than 80% of the lines of code in this repository are tests.
2424

25-
[![Latest Stable Version](https://img.shields.io/badge/stable-0.11.0-blue)](https://packagist.org/packages/digital-craftsman/date-time-precision)
25+
[![Latest Stable Version](https://img.shields.io/badge/stable-0.11.1-blue)](https://packagist.org/packages/digital-craftsman/date-time-precision)
2626
[![PHP Version Require](https://img.shields.io/badge/php-8.3|8.4-5b5d95)](https://packagist.org/packages/digital-craftsman/date-time-precision)
2727
[![codecov](https://codecov.io/gh/digital-craftsman-de/date-time-precision/branch/main/graph/badge.svg?token=vZ0IvKPj2f)](https://codecov.io/gh/digital-craftsman-de/date-time-precision)
2828
![Packagist Downloads](https://img.shields.io/packagist/dt/digital-craftsman/date-time-precision)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "symfony-bundle",
55
"require": {
66
"php": "8.3.*|8.4.*",
7-
"digital-craftsman/self-aware-normalizers": "^0.3.0",
7+
"digital-craftsman/self-aware-normalizers": "^1.0.0",
88
"doctrine/dbal": "^3.4.0",
99
"symfony/framework-bundle": "^7.0",
1010
"symfony/serializer": "^7.0"

0 commit comments

Comments
 (0)