Skip to content

Commit

Permalink
Merge pull request #171 from palantirnet/use-phing-3
Browse files Browse the repository at this point in the history
Try updating to Phing 3.
  • Loading branch information
becw authored Oct 15, 2021
2 parents 957bebc + 8fa2421 commit 7b32735
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"bin/the-build-installer"
],
"require": {
"palantirnet/phing-drush-task": "^1.1",
"drupal/coder": "^8.3.6",
"drush/drush": "^9 || ^10",
"palantirnet/phing-drush-task": "^2",
"pear/http_request2": "^2.3",
"pear/versioncontrol_git": "@dev",
"phing/phing": "^2.14",
"phing/phing": "^3",
"phpmd/phpmd": "^2.4"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"TheBuild\\": "src/"
Expand Down

0 comments on commit 7b32735

Please sign in to comment.