Skip to content

Commit

Permalink
DQA-8416: Toolkit adaptation of cweagans/composer-patches v2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva authored Dec 15, 2023
1 parent 561aee0 commit 82fc9ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "Extra php codesniffs for QualityAssurance.",
"type": "phpcodesniffer-standard",
"homepage": "https://github.com/ec-europa/qa-automation",
"minimum-stability": "beta",
"prefer-stable": true,
"support": {
"issues": "https://github.com/ec-europa/qa-automation/issues",
"source": "https://github.com/ec-europa/qa-automation"
Expand All @@ -17,10 +19,10 @@
"phpcompatibility/php-compatibility": "^9.1",
"squizlabs/php_codesniffer": "^3.6",
"drupal/coder": "^8.3",
"cweagans/composer-patches": "^1.7",
"cweagans/composer-patches": "^1.7 || ^2.0",
"composer/xdebug-handler": "^3.0",
"phpmd/phpmd": "^2.10",
"symfony/yaml": "^4.4 | ^5.0 | ^6.0"
"phpmd/phpmd": "^2.12",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 82fc9ce

Please sign in to comment.