Skip to content

Commit f1db222

Browse files
committed
chore: adjust composer.json
1 parent 9dbc56f commit f1db222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"source": "https://github.com/code-lts/U2F-php-server"
1919
},
2020
"scripts": {
21-
"test": "@php phpunit",
22-
"phpcs": "@php phpcs",
23-
"phpcbf": "@php phpcbf"
21+
"test": "@php ./vendor/bin/phpunit",
22+
"phpcs": "@php ./vendor/bin/phpcs",
23+
"phpcbf": "@php ./vendor/bin/phpcbf"
2424
},
2525
"require": {
2626
"php": "^7.1 || ^8.0",

0 commit comments

Comments
 (0)