From 4ab7437b184e8ca1bb3271a28a535006d177ecf9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jul 2020 11:51:11 +0200 Subject: update to 1.2.0 sources from git snapshot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2870c70..3f452a9 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/theseer/tokenizer/issues" }, "require": { - "php": "^7.0", + "php": "^7.2 || ^8.0", "ext-xmlwriter": "*", "ext-dom": "*", "ext-tokenizer": "*" -- cgit