From f040749ea56e965bd3187210920a8272156aa95f Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Fri, 5 Nov 2021 13:04:16 -0400 Subject: [PATCH] bump php version and phpunit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0935075..a04df60 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=7.4" }, "autoload": { "psr-4": { "Michelf\\": "Michelf/" } }, "require-dev": { - "phpunit/phpunit": ">=4.3 <5.8" + "phpunit/phpunit": "^9.5" } }