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.
2 parents 2b24b5c + 40792a3 commit 133e295Copy full SHA for 133e295
.github/workflows/php.yml
@@ -25,7 +25,7 @@ jobs:
25
run: composer install --prefer-dist --no-progress
26
27
- name: PHP Lint
28
- run: vendor/bin/php-cs-fixer fix --dry-run -v
+ run: composer lint:check
29
30
- name: PHPUnit Tests
31
- run: vendor/bin/phpunit
+ run: composer phpunit
.php-cs-fixer.php
@@ -37,4 +37,4 @@
37
])
38
->setFinder($finder)
39
->setUsingCache(true)
40
- ->setRiskyAllowed(true);
+ ->setRiskyAllowed(true);
composer.json
@@ -33,4 +33,4 @@
33
"@phpunit"
34
]
35
}
36
-}
+}
0 commit comments