From f4a63b71512146fc0329381176f200c7fb82395a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Sep 2023 07:59:05 +0200 Subject: update to 3.2.0 sources from git snapshot switch to phpunit10 --- composer.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 63c7d4a..6653a83 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Serialize PHP variables, including objects, in JSON format. Support to unserialize it too.", "keywords": ["json", "serialize", "serializer"], - "homepage": "http://tech.zumba.com", + "homepage": "https://tech.zumba.com", "license": "MIT", "scripts": { "test": "phpunit --colors=always" @@ -26,18 +26,12 @@ "opis/closure": "Allow to serialize PHP closures" }, "require-dev": { - "phpunit/phpunit": ">=6.0 <10.0" + "phpunit/phpunit": ">=6.0 <11.0" }, "autoload": { "psr-4": { "Zumba\\": "src/", "Zumba\\JsonSerializer\\Test\\": "tests/" } - }, - "archive": { - "exclude": [ - "/tests", - "/phpunit.xml" - ] } } -- cgit