From 3db15521e3ade84a44b39e32287299e0047c1449 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 9 Jun 2024 10:15:55 +0000 Subject: [PATCH] Improve composer.json --- composer.json | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 02976cf..9e1890a 100644 --- a/composer.json +++ b/composer.json @@ -9,22 +9,22 @@ { "name": "Josh Lockhart", "email": "hello@joshlockhart.com", - "homepage": "http://joshlockhart.com" + "homepage": "https://joshlockhart.com" }, { "name": "Andrew Smith", "email": "a.smith@silentworks.co.uk", - "homepage": "http://silentworks.co.uk" + "homepage": "https://silentworks.co.uk" }, { "name": "Rob Allen", "email": "rob@akrabat.com", - "homepage": "http://akrabat.com" + "homepage": "https://akrabat.com" }, { "name": "Pierre Berube", "email": "pierre@lgse.com", - "homepage": "http://www.lgse.com" + "homepage": "https://www.lgse.com" } ], "require": { @@ -66,17 +66,11 @@ "@phpcs", "@phpstan" ], - "phpunit": "phpunit", - "phpcs": "phpcs", - "phpstan": "phpstan --memory-limit=-1" + "phpunit": "@php phpunit", + "phpcs": "@php phpcs", + "phpstan": "@php phpstan --memory-limit=-1" }, "config": { "sort-packages": true - }, - "archive": { - "exclude": [ - "/tests", - "/phpunit.xml.dist" - ] } }