Skip to content

Commit 9e437c9

Browse files
committed
[DOC] Update README.md with correct versions
1 parent cfb32ff commit 9e437c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Avro SerDe for PHP 7.3+ and 8.0
1+
# Avro SerDe for PHP 8.1+
22

33
[![php-confluent-serde Actions Status](https://github.com/flix-tech/avro-serde-php/workflows/php-confluent-serde/badge.svg?branch=master)](https://github.com/flix-tech/avro-serde-php/actions)
44
[![Maintainability](https://api.codeclimate.com/v1/badges/7500470a6812cf5a1ad5/maintainability)](https://codeclimate.com/github/flix-tech/avro-serde-php/maintainability)
@@ -13,7 +13,7 @@ When serializing and deserializing messages using the [Avro](http://avro.apache.
1313
especially when integrating with the [Confluent Platform](https://docs.confluent.io/current/avro.html), you want to make
1414
sure that schemas are evolved in a way that downstream consumers are not affected.
1515

16-
Hence [Confluent](https://www.confluent.io/) developed the
16+
Hence, [Confluent](https://www.confluent.io/) developed the
1717
[Schema Registry](https://docs.confluent.io/current/schema-registry/docs/index.html) which has the responsibility to
1818
validate a given schema evolution against a configurable compatibility policy.
1919

@@ -273,7 +273,7 @@ $resolver->keySchemaFor($record); // Will resolve $fileResolver, then $callableR
273273

274274
## Symfony Serializer Integration
275275

276-
This library provides integrations with the [Symfony Serializer component](https://symfony.com/doc/master/components/serializer.html).
276+
This library provides integrations with the [Symfony Serializer component](https://symfony.com/doc/master/components/serializer.html) from version 6.4 and above.
277277

278278
```php
279279
<?php

0 commit comments

Comments
 (0)