Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Allow risky
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Jan 30, 2021
1 parent d89c65d commit cdc29aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -50,12 +50,12 @@
"prefer-stable": true,
"scripts": {
"integrate": [
"vendor/bin/php-cs-fixer fix",
"vendor/bin/php-cs-fixer fix --dry-run --allow-risky=yes",
"vendor/bin/phpstan analyse lib -c phpstan.neon",
"vendor/bin/phpunit"
],
"integrate-ci": [
"vendor/bin/php-cs-fixer fix --dry-run",
"vendor/bin/php-cs-fixer fix --dry-run --allow-risky=yes",
"vendor/bin/phpstan analyse lib -c phpstan.neon",
"vendor/bin/phpunit"
]

0 comments on commit cdc29aa

Please sign in to comment.