From 027d314b0b3d035de7e299c89e9c77a2781a7ddc Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 17 Aug 2024 21:54:10 +0200 Subject: [PATCH] ci: update my homepage and tools --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d02248a..b4b7017 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ { "name": "William Desportes", "email": "williamdes@wdes.fr", - "homepage": "https://william.wdes.fr" + "homepage": "https://williamdes.eu" }, { "name": "Ondřej Mirtes", @@ -32,10 +32,10 @@ } ], "scripts": { - "test": "./vendor/bin/phpunit", - "phpstan": "./vendor/bin/phpstan", - "phpcs": "./vendor/bin/phpcs", - "phpcbf": "./vendor/bin/phpcbf" + "test": "@php ./vendor/bin/phpunit", + "phpstan": "@php ./vendor/bin/phpstan", + "phpcs": "@php ./vendor/bin/phpcs", + "phpcbf": "@php ./vendor/bin/phpcbf" }, "require": { "php": "^7.1 || ^8.0",