From d1947015debc0a49a357c83d34491096c0dd3268 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jun 2020 07:47:20 +0200 Subject: update to 1.0.5 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 131366a..d12811b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "prefer-stable": true, "require": { - "php": "^7.3" + "php": "^7.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.0" @@ -38,6 +38,7 @@ "tests/_fixture" ], "files": [ + "tests/_fixture/file_with_multiple_code_units.php", "tests/_fixture/function.php" ] }, -- cgit