Skip to content

Commit

Permalink
Merge pull request #278 from TravisCarden/feature/composer_require_ch…
Browse files Browse the repository at this point in the history
…ecker
  • Loading branch information
TravisCarden authored Sep 13, 2023
2 parents 395fbdf + 2acadef commit 50dcdc7
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/php.xml

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

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ergebnis/composer-normalize": "^2.33",
"infection/infection": "^0.27.0",
"jangregor/phpstan-prophecy": "^1.0",
"maglnet/composer-require-checker": "^4.6",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpbench/phpbench": "^1.2",
"phpmd/phpmd": "^2.13",
Expand Down
82 changes: 81 additions & 1 deletion composer.lock

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

2 changes: 2 additions & 0 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ grumphp:
level: 100
composer: ~
composer_normalize: ~
composer_require_checker: ~
phpcs:
standard: []
whitelist_patterns:
Expand Down Expand Up @@ -64,6 +65,7 @@ grumphp:
tasks:
- composer
- composer_normalize
- composer_require_checker
- phpcs
- phplint
- phpmd
Expand Down

0 comments on commit 50dcdc7

Please sign in to comment.