From 98fea07aaa6e888c8b32d458eebef1576cfaba66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jul 2024 15:35:38 +0200 Subject: update to 1.3.0 --- composer.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 00bcfef..9afbaa1 100644 --- a/composer.json +++ b/composer.json @@ -47,13 +47,13 @@ "phpcbf": "@php phpcbf" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^7 || ^8 || ^9", - "phpstan/phpstan": "^1.2", - "wdes/coding-standard": "^3.2.1", - "swaggest/json-schema": "^0.12.29" + "phpunit/phpunit": "^8 || ^9 || ^10 || ^11", + "phpstan/phpstan": "^1.10", + "wdes/coding-standard": "^3.3.2", + "swaggest/json-schema": "^0.12.42" }, "autoload": { "psr-4": { @@ -72,11 +72,5 @@ "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } - }, - "archive": { - "exclude": [ - "/test", - "/phpunit.xml" - ] } } -- cgit