Skip to content
Snippets Groups Projects
Commit dfb13fd6 authored by jurgenhaas's avatar jurgenhaas
Browse files

drupal-environment#7 Add PHP quality tools

parent 676c3b14
No related branches found
No related tags found
1 merge request!2Merging develop into main
Pipeline #540695 passed
......@@ -13,14 +13,20 @@
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen@paragon-es.de",
"homepage": "https://www.paragon-es.de",
"email": "juergen.haas@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Daniel Speicher",
"email": "daniel.speicher@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@boromino.com",
"homepage": "http://www.boromino.com",
"email": "richard.papp@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
}
],
......@@ -56,8 +62,8 @@
"symfony/phpunit-bridge": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"composer/composer": "^1||^2"
"composer/composer": "^1||^2",
"roave/security-advisories": "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true,
......@@ -68,5 +74,16 @@
},
"extra": {
"class": "LakeDrops\\DrupalDevelopmentEnvironment\\Plugin"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": false,
"lakedrops/ahoy": false,
"lakedrops/behat4drupal": false,
"lakedrops/dorgflow": false,
"lakedrops/drupal-environment": false,
"lakedrops/docker4drupal": false
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment