-
- Downloads
Merge remote-tracking branch 'origin/develop' into develop
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- composer.json 5 additions, 17 deletionscomposer.json
- src/Plugin.php 3 additions, 4 deletionssrc/Plugin.php
- src/TestSuite/Base.php 7 additions, 0 deletionssrc/TestSuite/Base.php
- src/TestSuite/Functional.php 9 additions, 1 deletionsrc/TestSuite/Functional.php
- src/TestSuite/FunctionalJavascript.php 9 additions, 1 deletionsrc/TestSuite/FunctionalJavascript.php
- src/TestSuite/Kernel.php 9 additions, 1 deletionsrc/TestSuite/Kernel.php
- src/TestSuite/Unit.php 9 additions, 1 deletionsrc/TestSuite/Unit.php
... | ... | @@ -35,12 +35,6 @@ |
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment/tree/main", | ||
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/drupal-dev-environment/" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
], | ||
"require": { | ||
"php": ">=8.1", | ||
"composer-plugin-api": "^2", | ||
... | ... | @@ -76,8 +70,11 @@ |
"composer/composer": "^2", | ||
"roave/security-advisories": "dev-latest" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"config": { | ||
"allow-plugins": { | ||
"lakedrops/*": false | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"LakeDrops\\DrupalDevelopmentEnvironment\\": "src/" | ||
... | ... | @@ -85,14 +82,5 @@ |
}, | ||
"extra": { | ||
"class": "LakeDrops\\DrupalDevelopmentEnvironment\\Plugin" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"drupal/core-composer-scaffold": false, | ||
"lakedrops/*": false, | ||
"php-http/discovery": false, | ||
"phpstan/extension-installer": true | ||
} | ||
} | ||
} |
Please register or sign in to comment