Skip to content

Commit

Permalink
Merge pull request #1 from headsnet/remove-composer-require-checker
Browse files Browse the repository at this point in the history
Remove composer require checker - it should be run elsewhere
  • Loading branch information
benr77 authored Nov 25, 2022
2 parents c0f4af3 + 3cd7c16 commit 00b7c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"require": {
"phpro/grumphp": "^1.13",
"headsnet/grumphp-gitlab-lint": "^0.1.0",
"ergebnis/composer-normalize": "^2.2",
"maglnet/composer-require-checker": "^3.8"
"ergebnis/composer-normalize": "^2.2"
},
"config": {
"allow-plugins": {
"phpro/grumphp": true
"phpro/grumphp": true,
"ergebnis/composer-normalize": true
}
}
}
5 changes: 0 additions & 5 deletions grumphp.conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ grumphp:
tasks:
composer: ~ # Runs "composer validate" to check the file when it's been changed
composer_normalize: ~
composer_require_checker:
ignore_parse_errors: true
#deptrac: ~
doctrine_schema_check:
scripts: [ [ '-c', '%convention.doctrine_schema_check.command%' ] ]
triggered_by: [ xml, yaml, php ]
Expand Down Expand Up @@ -79,5 +76,3 @@ grumphp:
- phpunitbridge_all
- doctrine_schema_check
- phpstan_all
#- deptrac
- composer_require_checker

0 comments on commit 00b7c13

Please sign in to comment.