Skip to content

Commit

Permalink
chore: update drupal-quality-checker
Browse files Browse the repository at this point in the history
Update the configuration as well

Following dependencies were also updated
+------------------------------------+--------+--------+-------------------------------------------------------------------------------+
| Production Changes                 | From   | To     | Compare                                                                       |
+------------------------------------+--------+--------+-------------------------------------------------------------------------------+
| symfony/console                    | v6.4.6 | v6.4.7 | symfony/console@v6.4.6...v6.4.7                    |
| symfony/dependency-injection       | v6.4.6 | v6.4.7 | symfony/dependency-injection@v6.4.6...v6.4.7       |
| symfony/deprecation-contracts      | v3.4.0 | v3.5.0 | symfony/deprecation-contracts@v3.4.0...v3.5.0      |
| symfony/event-dispatcher-contracts | v3.4.2 | v3.5.0 | symfony/event-dispatcher-contracts@v3.4.2...v3.5.0 |
| symfony/filesystem                 | v6.4.6 | v6.4.7 | symfony/filesystem@v6.4.6...v6.4.7                 |
| symfony/finder                     | v6.4.0 | v6.4.7 | symfony/finder@v6.4.0...v6.4.7                     |
| symfony/process                    | v6.4.4 | v6.4.7 | symfony/process@v6.4.4...v6.4.7                    |
| symfony/service-contracts          | v3.4.2 | v3.5.0 | symfony/service-contracts@v3.4.2...v3.5.0          |
| symfony/string                     | v6.4.4 | v6.4.7 | symfony/string@v6.4.4...v6.4.7                     |
| symfony/translation-contracts      | v3.4.2 | v3.5.0 | symfony/translation-contracts@v3.4.2...v3.5.0      |
| symfony/var-exporter               | v7.0.6 | v7.0.7 | symfony/var-exporter@v7.0.6...v7.0.7               |
| symfony/yaml                       | v6.4.3 | v6.4.7 | symfony/yaml@v6.4.3...v6.4.7                       |
| webflo/drupal-finder               | 1.2.2  | 1.3.0  | webflo/drupal-finder@1.2.2...1.3.0                 |
+------------------------------------+--------+--------+-------------------------------------------------------------------------------+

+-----------------------------------+---------+---------+-----------------------------------------------------------------------------+
| Dev Changes                       | From    | To      | Compare                                                                     |
+-----------------------------------+---------+---------+-----------------------------------------------------------------------------+
| axelerant/drupal-quality-checker  | v1.3.0  | v1.4.0  | axelerant/drupal-quality-checker@v1.3.0...v1.4.0 |
| composer/xdebug-handler           | 3.0.4   | 3.0.5   | composer/xdebug-handler@3.0.4...3.0.5            |
| phpro/grumphp-shim                | v1.16.0 | v2.5.0  | phpro/grumphp-shim@v1.16.0...v2.5.0              |
| phpstan/phpdoc-parser             | 1.28.0  | 1.29.0  | phpstan/phpdoc-parser@1.28.0...1.29.0            |
| sebastian/phpcpd                  | 6.0.3   | REMOVED |                                                                             |
| squizlabs/php_codesniffer         | 3.9.1   | 3.9.2   | PHPCSStandards/PHP_CodeSniffer@3.9.1...3.9.2     |
| symfony/config                    | v7.0.6  | v7.0.7  | symfony/config@v7.0.6...v7.0.7                   |
| mglaman/phpstan-drupal            | NEW     | 1.2.10  |                                                                             |
| phpstan/phpstan                   | NEW     | 1.10.67 |                                                                             |
| phpstan/phpstan-deprecation-rules | NEW     | 1.1.4   |                                                                             |
+-----------------------------------+---------+---------+-----------------------------------------------------------------------------+
  • Loading branch information
hussainweb committed May 9, 2024
1 parent 4023bf8 commit e4bf9a0
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 549 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ignore drupal-quality-checker generated config
/*.dist

# Ignore directories generated by Composer
/drush/contrib/
/vendor/
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"require-dev": {
"axelerant/db-docker": "^1.1",
"axelerant/drupal-quality-checker": "^1.0.0",
"axelerant/drupal-quality-checker": "^1.4",
"behat/mink": "^1.10",
"behat/mink-browserkit-driver": "^2.1",
"phpunit/phpunit": "^9.0",
Expand All @@ -91,7 +91,8 @@
"phpro/grumphp-shim": true,
"axelerant/db-docker": true,
"oomphinc/composer-installers-extender": true,
"php-http/discovery": true
"php-http/discovery": true,
"axelerant/drupal-quality-checker": true
}
},
"autoload": {
Expand Down

0 comments on commit e4bf9a0

Please sign in to comment.