Skip to content

Commit 027d314

Browse files
committed
ci: update my homepage and tools
1 parent 321f804 commit 027d314

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"name": "William Desportes",
2525
"email": "[email protected]",
26-
"homepage": "https://william.wdes.fr"
26+
"homepage": "https://williamdes.eu"
2727
},
2828
{
2929
"name": "Ondřej Mirtes",
@@ -32,10 +32,10 @@
3232
}
3333
],
3434
"scripts": {
35-
"test": "./vendor/bin/phpunit",
36-
"phpstan": "./vendor/bin/phpstan",
37-
"phpcs": "./vendor/bin/phpcs",
38-
"phpcbf": "./vendor/bin/phpcbf"
35+
"test": "@php ./vendor/bin/phpunit",
36+
"phpstan": "@php ./vendor/bin/phpstan",
37+
"phpcs": "@php ./vendor/bin/phpcs",
38+
"phpcbf": "@php ./vendor/bin/phpcbf"
3939
},
4040
"require": {
4141
"php": "^7.1 || ^8.0",

0 commit comments

Comments
 (0)