Skip to content

Commit

Permalink
install Composer Require Checker during the CI step only (remove from…
Browse files Browse the repository at this point in the history
… composer dependencies)
  • Loading branch information
maglnet committed Apr 18, 2024
1 parent 51c53fd commit d9b367e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,8 @@ jobs:
symfony-version: "7.0.*"
install-doctrine-annotations: false

- name: Install Composer Require Checker
run: composer require --dev maglnet/composer-require-checker

- name: Composer Require Checker
run: vendor/bin/composer-require-checker
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"friendsofsymfony/rest-bundle": "^2.8 || ^3.0",
"jms/serializer": "^1.14 || ^3.0",
"jms/serializer-bundle": "^2.3 || ^3.0 || ^4.0 || ^5.0",
"maglnet/composer-require-checker": "^4.11",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
Expand Down

0 comments on commit d9b367e

Please sign in to comment.