Skip to content

Commit

Permalink
Merge pull request #101 from palantirnet/8.8-fine-tuning
Browse files Browse the repository at this point in the history
8.8 fine tuning
  • Loading branch information
becw authored Dec 5, 2019
2 parents 87beb95 + 34b7502 commit 38cac07
Showing 1 changed file with 29 additions and 26 deletions.
55 changes: 29 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,24 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "7.2"
},
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.0",
"drupal/core-composer-scaffold": "^8.8",
"composer/installers": "^1.2",
"drupal/config_installer": "^1.8",
"drupal/config_split": "^1.4",
"drupal/core-recommended": "^8.7.0",
"drupal/core-composer-scaffold": "^8.8",
"drupal/core-recommended": "^8.8",
"zaporylie/composer-drupal-optimizations": "^1.1"
},
"require-dev": {
"drupal/core-dev": "^8.7.0",
"drupal/core-dev": "^8.8",
"drupal/drupal-extension": "^3.1",
"palantirnet/the-build": "^2.0",
"palantirnet/the-build": "^2.2.1",
"palantirnet/the-vagrant": "^2.3"
},
"suggest": {
Expand All @@ -49,28 +38,42 @@
"conflict": {
"drupal/drupal": "*"
},
"extra": {
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "7.3"
},
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"allowed-packages": [
"drupal/core"
],
"locations": {
"web-root": "web/"
},
"allowed-packages": [
"drupal/core"
],
"file-mapping": {
"[web-root]/.htaccess": {
"mode": "replace",
"path": "web/core/assets/scaffold/files/htaccess",
"overwrite": false
}
}
},
"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"],
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
}
}
}

0 comments on commit 38cac07

Please sign in to comment.