We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321f804 commit 027d314Copy full SHA for 027d314
composer.json
@@ -23,7 +23,7 @@
23
{
24
"name": "William Desportes",
25
"email": "williamdes@wdes.fr",
26
- "homepage": "https://william.wdes.fr"
+ "homepage": "https://williamdes.eu"
27
},
28
29
"name": "Ondřej Mirtes",
@@ -32,10 +32,10 @@
32
}
33
],
34
"scripts": {
35
- "test": "./vendor/bin/phpunit",
36
- "phpstan": "./vendor/bin/phpstan",
37
- "phpcs": "./vendor/bin/phpcs",
38
- "phpcbf": "./vendor/bin/phpcbf"
+ "test": "@php ./vendor/bin/phpunit",
+ "phpstan": "@php ./vendor/bin/phpstan",
+ "phpcs": "@php ./vendor/bin/phpcs",
+ "phpcbf": "@php ./vendor/bin/phpcbf"
39
40
"require": {
41
"php": "^7.1 || ^8.0",
0 commit comments