Skip to content

Commit

Permalink
Allow phpcodesniffer-composer-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Dec 5, 2022
1 parent 3b19cf3 commit f2f2b18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP 7.1
uses: shivammathur/setup-php@v2
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
"test-coverage": "phpunit --colors=always --coverage-clover build/clover.xml",
"cs-check": "phpcs",
"cs-fix": "phpcbf"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit f2f2b18

Please sign in to comment.