Skip to content

Commit

Permalink
Merge pull request #1024 from kylekatarnls/feature/upgrade-phpcs
Browse files Browse the repository at this point in the history
Run PHPCS 3 on GitHub Actions
  • Loading branch information
kylekatarnls committed Aug 20, 2023
2 parents 11efb16 + 7109417 commit 792872c
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 @@ -43,7 +43,7 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7.27",
"squizlabs/php_codesniffer": "^2.0",
"squizlabs/php_codesniffer": "^2.9.2 || ^3.7.2",
"mikey179/vfsstream": "^1.6.8",
"gregwar/rst": "^1.0",
"ext-simplexml": "*",
Expand Down

0 comments on commit 792872c

Please sign in to comment.