-
Notifications
You must be signed in to change notification settings - Fork 941
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,17 +19,16 @@ | |
"php": ">=7.0.8", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tormi
|
||
"composer/installers": "^1.2", | ||
"cweagans/composer-patches": "^1.6.5", | ||
"drupal-composer/drupal-scaffold": "^2.5", | ||
"drupal/console": "^1.0.2", | ||
"drupal/core": "^8.7.0", | ||
"drush/drush": "^9.0.0", | ||
"vlucas/phpdotenv": "^2.4", | ||
"drupal/core": "^8.8.0", | ||
"drupal/core-composer-scaffold": "^8.8.0", | ||
"drush/drush": "^9.7.1 | ^10.0.0", | ||
"vlucas/phpdotenv": "^4.0", | ||
"webflo/drupal-finder": "^1.0.0", | ||
"webmozart/path-util": "^2.3", | ||
"zaporylie/composer-drupal-optimizations": "^1.0" | ||
}, | ||
"require-dev": { | ||
"webflo/drupal-core-require-dev": "^8.7.0" | ||
"drupal/core-dev": "^8.8.0" | ||
}, | ||
"conflict": { | ||
"drupal/drupal": "*" | ||
|
@@ -64,19 +63,18 @@ | |
"patchLevel": { | ||
"drupal/core": "-p2" | ||
}, | ||
"drupal-scaffold": { | ||
"locations": { | ||
"web-root": "web/" | ||
} | ||
}, | ||
"installer-paths": { | ||
"web/core": ["type:drupal-core"], | ||
"web/libraries/{$name}": ["type:drupal-library"], | ||
"web/modules/contrib/{$name}": ["type:drupal-module"], | ||
"web/profiles/contrib/{$name}": ["type:drupal-profile"], | ||
"web/themes/contrib/{$name}": ["type:drupal-theme"], | ||
"drush/Commands/contrib/{$name}": ["type:drupal-drush"] | ||
}, | ||
"drupal-scaffold": { | ||
"initial": { | ||
".editorconfig": "../.editorconfig", | ||
".gitattributes": "../.gitattributes" | ||
} | ||
} | ||
} | ||
} |
@greg-1-anderson, is
"php": ">=7.0.8",
needed here anymore?