Skip to content

Commit

Permalink
Merge pull request #4 from ubitransports/feat/CORE-8084-add-composer-…
Browse files Browse the repository at this point in the history
…require-checker

CORE-8084 - build(composer): add composer-require-checker
  • Loading branch information
sholo-matawan authored Sep 20, 2023
2 parents 4dfce9d + a2e7a51 commit d952af3
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 d952af3

Please sign in to comment.