Skip to content
Snippets Groups Projects
Unverified Commit 0671ed8a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3086118 by Krzysztof Domański: Correct the example in composer/Plugin/Scaffold/README.md

parent 78251c46
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ Sample composer.json for a project that relies on packages that use composer-sca
{
"name": "my/project",
"require": {
"drupal/composer-scaffold": "*",
"drupal/core-composer-scaffold": "*",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.5",
"drupal/core": "^8.8.x-dev",
......@@ -361,7 +361,7 @@ Sample composer.json for a project that relies on packages that use composer-sca
"extra": {
"composer-scaffold": {
"allowed-packages": [
"drupal/core",
"drupal/core"
],
"locations": {
"web-root": "./docroot"
......
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