From ba6f41285df2550f3a7822d671b33dbf081b7d3f Mon Sep 17 00:00:00 2001 From: Filip Halaxa Date: Wed, 9 Oct 2024 10:24:21 +0200 Subject: [PATCH] Miminal PHP version update in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd288ee..98dc4a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # JSON Machine Very easy to use and memory efficient drop-in replacement for inefficient iteration of big JSON files or streams -for PHP >=7.0. See [TL;DR](#tl-dr). No dependencies in production except optional `ext-json`. README in sync with the code +for PHP >=7.2. See [TL;DR](#tl-dr). No dependencies in production except optional `ext-json`. README in sync with the code [![Build Status](https://github.com/halaxa/json-machine/actions/workflows/makefile.yml/badge.svg)](https://github.com/halaxa/json-machine/actions) [![codecov](https://img.shields.io/codecov/c/gh/halaxa/json-machine?label=phpunit%20%40covers)](https://codecov.io/gh/halaxa/json-machine)