Skip to content

Commit

Permalink
OPENEUROPA-1535: Enable patching via composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 30, 2019
1 parent 300367b commit 8c47ae8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "openeuropa/task-runner",
"description": "PHP task runner based on Robo, focused on extensibility.",
"keywords": ["Robo", "automation"],
"license": "EUPL-1.2",
"type": "library",
"minimum-stability": "dev",
Expand All @@ -11,7 +13,7 @@
"jakeasmith/http_build_url": "^1.0.1"
},
"require-dev": {
"openeuropa/code-review": "~1.0.0-alpha3",
"openeuropa/code-review": "~1",
"phpunit/phpunit": "~5.5||~6.0"
},
"autoload": {
Expand All @@ -25,5 +27,9 @@
"My\\Custom\\": "./tests/custom/src/"
}
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true
},
"bin": ["bin/run"]
}

0 comments on commit 8c47ae8

Please sign in to comment.