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 9dbc56f commit f1db222Copy full SHA for f1db222
composer.json
@@ -18,9 +18,9 @@
18
"source": "https://github.com/code-lts/U2F-php-server"
19
},
20
"scripts": {
21
- "test": "@php phpunit",
22
- "phpcs": "@php phpcs",
23
- "phpcbf": "@php phpcbf"
+ "test": "@php ./vendor/bin/phpunit",
+ "phpcs": "@php ./vendor/bin/phpcs",
+ "phpcbf": "@php ./vendor/bin/phpcbf"
24
25
"require": {
26
"php": "^7.1 || ^8.0",
0 commit comments