Skip to content

Commit

Permalink
build(composer): add composer require-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihaylov-ubitransport committed Sep 20, 2023
1 parent 4dfce9d commit a2e7a51
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"phpstan/phpstan-symfony": "1.2.23",
"phpunit/phpunit": "^9.5",
"ubitransport/php-code-sniffs": "^4.5",
"wapmorgan/php-deprecation-detector": "^2.0"
"wapmorgan/php-deprecation-detector": "^2.0",
"maglnet/composer-require-checker": "^4.7"
},
"config": {
"allow-plugins": {
Expand Down
133 changes: 131 additions & 2 deletions composer.lock

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

0 comments on commit a2e7a51

Please sign in to comment.