Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
bencorlett committed Sep 2, 2020
2 parents 10e3faa + f39c8bc commit f6a37f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"analyze": "vendor/bin/phpstan analyse -l 6 src/",
"php-cs-fixer:lint": "vendor/bin/php-cs-fixer fix --verbose --dry-run",
"php-cs-fixer:format": "./vendor/bin/php-cs-fixer fix",
"php-cs-fixer:format": "vendor/bin/php-cs-fixer fix",
"test:unit": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
},
"suggest": {
Expand Down

0 comments on commit f6a37f1

Please # to comment.