Skip to content

Commit

Permalink
ci: update my homepage and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 17, 2024
1 parent 321f804 commit 027d314
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"name": "William Desportes",
"email": "[email protected]",
"homepage": "https://william.wdes.fr"
"homepage": "https://williamdes.eu"
},
{
"name": "Ondřej Mirtes",
Expand All @@ -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",
Expand Down

0 comments on commit 027d314

Please sign in to comment.