Skip to content

Commit

Permalink
Use PHPCS develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 13, 2024
1 parent 9e18d1a commit 2cf2a34
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 20 deletions.
4 changes: 3 additions & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"QIT_CLI\\": "src/"
Expand All @@ -31,7 +33,7 @@
"phpunit/phpunit": "^8",
"phpstan/phpstan": "^1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"wp-coding-standards/wpcs": "^2.3",
"wp-coding-standards/wpcs": "dev-develop",
"phpcompatibility/php-compatibility": "^9",
"spatie/phpunit-snapshot-assertions": "^3.0"
}
Expand Down
223 changes: 204 additions & 19 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cf2a34

Please sign in to comment.