Skip to content

Commit

Permalink
Merge pull request #117 from ec-europa/feature/DQA-6727
Browse files Browse the repository at this point in the history
DQA-6727: Restore grumphp
  • Loading branch information
joaocsilva authored Apr 12, 2023
2 parents 3fa27df + 9228fb3 commit 7c7ff12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/bin
/docker-compose.yml
/.phpunit.result.cache
/grumphp.yml
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"cweagans/composer-patches": "^1.7",
"composer/xdebug-handler": "^3.0",
"phpmd/phpmd": "^2.10",
"symfony/yaml": "^4.4 | ^5.0 | ^6.0"
"symfony/yaml": "^4.4 | ^5.0 | ^6.0",
"phpro/grumphp": "^1.5"
},
"require-dev": {
"openeuropa/task-runner": "^1.0.0-beta6",
Expand Down Expand Up @@ -55,7 +56,8 @@
"config": {
"allow-plugins": {
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpro/grumphp": true
}
}
}
3 changes: 3 additions & 0 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
grumphp:
tasks:
phpunit: ~

0 comments on commit 7c7ff12

Please sign in to comment.