Skip to content

Commit

Permalink
feat(#4): add Drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 29, 2022
1 parent 33f492c commit 56ba618
Show file tree
Hide file tree
Showing 6 changed files with 1,574 additions and 4,430 deletions.
1 change: 0 additions & 1 deletion drupal/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ web/sites/simpletest
web/robots.txt
.editorconfig
.gitattributes
.ddev/docker-compose.host-docker-internal.yaml
26 changes: 6 additions & 20 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,27 @@
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/realityloop/tome_drush"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-feature/3-drush_11",
"drupal/core-composer-scaffold": "9.4.5",
"drupal/core-project-message": "9.4.5",
"drupal/core-recommended": "9.4.5",
"drupal/druxt": "1.1.1",
"drupal/tome": "^1.7",
"drush/drush": "^11.1"
"composer/installers": "^1.9",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-project-message": "^9.3",
"drupal/core-recommended": "^9.3"
},
"require-dev": {
"drupal/core-dev": "9.4.5"
"drupal/core-dev": "^9.3"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
Expand Down
Loading

0 comments on commit 56ba618

Please sign in to comment.