Skip to content

Commit

Permalink
EWPP-2016: Remove from composer.json require-dev locked version of ph…
Browse files Browse the repository at this point in the history
…pmd.
  • Loading branch information
sergepavle authored and upchuk committed Apr 6, 2022
1 parent 53ca49f commit 8c89208
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"openeuropa/rdf_skos": "^1.0",
"openeuropa/task-runner-drupal-project-symlink": "^1.0-beta5",
"phpspec/prophecy-phpunit": "^2",
"symfony/dom-crawler": "^4.4.12",
"phpmd/phpmd": "2.11.1"
"symfony/dom-crawler": "^4.4.12"
},
"scripts": {
"post-install-cmd": "./vendor/bin/run drupal:site-setup",
Expand Down Expand Up @@ -116,8 +115,7 @@
"Explicit minimum version requirement of drupal/ctools module due to D9.2 compatability.",
"Explicit minimum version requirement of behat library due to PHP compatibility.",
"Explicit requirement for egulias/email-validator due to https://www.drupal.org/project/drupal/issues/3061074#comment-14300579. It can be removed when Drupal core 9.2 support is droppped.",
"Explicit minimum version requirement for symfony/dom-crawler due to its lower versions using the deprecated function libxml_disable_entity_loader() in PHP8.",
"Explicit requirement for phpmd since version 2.7 is installed after latest composer update"
"Explicit minimum version requirement for symfony/dom-crawler due to its lower versions using the deprecated function libxml_disable_entity_loader() in PHP8."
]
},
"config": {
Expand Down

0 comments on commit 8c89208

Please sign in to comment.