Skip to content

Commit

Permalink
[DOC] Update README.md with correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tPl0ch committed Dec 25, 2024
1 parent cfb32ff commit 9e437c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Avro SerDe for PHP 7.3+ and 8.0
# Avro SerDe for PHP 8.1+

[![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)
[![Maintainability](https://api.codeclimate.com/v1/badges/7500470a6812cf5a1ad5/maintainability)](https://codeclimate.com/github/flix-tech/avro-serde-php/maintainability)
Expand All @@ -13,7 +13,7 @@ When serializing and deserializing messages using the [Avro](http://avro.apache.
especially when integrating with the [Confluent Platform](https://docs.confluent.io/current/avro.html), you want to make
sure that schemas are evolved in a way that downstream consumers are not affected.

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

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

## Symfony Serializer Integration

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

```php
<?php
Expand Down

0 comments on commit 9e437c9

Please sign in to comment.