Skip to content

Commit

Permalink
update d10 install
Browse files Browse the repository at this point in the history
  • Loading branch information
auxonic committed Mar 5, 2024
1 parent 42dce85 commit 1cd945b
Show file tree
Hide file tree
Showing 10 changed files with 12,352 additions and 13,090 deletions.
162 changes: 29 additions & 133 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,49 @@
"name": "nrcan/nrwxt",
"description": "NRCan deployment template based on the WxT Deployment of Drupal",
"type": "project",
"license": "GPL-2.0-or-later",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"cweagans/composer-patches": "^1.6.0",
"drupal/core-composer-scaffold": "^10.0",
"drupalwxt/wxt": "5.0.x-dev",
"drupal/backup_migrate": "^5.0",
"drupal/memcache": "2.1",
"drupal/devel": "^4.0",
"drupal/key": "^1.15",
"drupal/toolbar_language_switcher": "^2.0@alpha",
"drupal/transliterate_filenames": "^1.6",
"drupal/externalauth": "^2.0",
"drupal/views_bulk_operations": "^4.1",
"drupal/toc_filter": "^2.0",
"drupal/bg_image_formatter": "^1.15",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.2",
"drupal/devel": "^5.1",
"drupal/field_group": "^3.4",
"drupal/key": "^1.17",
"drupal/openid_connect": "^3.0@alpha",
"drupal/openid_connect_windows_aad": "^2.0@beta",
"drupal/schema_metatag": "^2.3",
"drupal/token_or": "^2.0"
"drupal/redis": "^1.7",
"drupal/toolbar_language_switcher": "^2.0@alpha",
"drupal/views_bulk_operations": "^4.2",
"drupal/workflow_buttons": "1.x-dev@dev",
"drupal/redis": "^1.7",
"drupal/toolbar_language_switcher": "^2.0@alpha",
"drupal/views_bulk_operations": "^4.2",
"drupal/workflow_buttons": "1.x-dev@dev",
"drupalwxt/wxt": "5.2.x-dev"
},
"require-dev": {
"drupal/core-dev": "^10.0",
"drupal/core-dev": "^10.2",
"drupal/drupal-extension": "5.0.0-alpha1",
"drush/drush": ">=12.1.0",
"drush/drush": ">=12.4",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
"squizlabs/php_codesniffer": "3.*",
"phpspec/prophecy-phpunit": "^2"
"phpspec/prophecy-phpunit": "^2",
"vlucas/phpdotenv": "^5.1",
"webflo/drupal-finder": "^1.2"
},
"config": {
"secure-http": false,
"prestissimo": {
"maxConnections": 10,
"minConnections": 5
},
"discard-changes": true,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"oomphinc/composer-installers-extender": true,
"wikimedia/composer-merge-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"php-http/discovery": true,
"phpstan/extension-installer": true
}
},
"repositories": [
Expand All @@ -58,107 +59,10 @@
{
"type": "composer",
"url": "https://drupalwxt.github.io/composer-extdeps/"
},
{
"type": "package",
"package": {
"name": "nrwxt/migrations",
"version": "0.0.2",
"type": "drupal-custom-module",
"source": {
"url": "https://github.com/NRCan/drupal-9-migrations.git",
"type": "git",
"reference": "development"
}
}
},
{
"type": "package",
"package": {
"name": "drupaloverride/button_link",
"version": "dev-0629ba90",
"type": "drupal-module",
"dist": {
"type": "zip",
"url": "https://git.drupalcode.org/api/v4/projects/project%2Fbutton_link/repository/archive.zip?sha=0629ba90"
}
}
},
{
"type": "package",
"package": {
"name": "drupaloverride/entity_embed",
"version": "dev-efc9bf60",
"type": "drupal-module",
"dist": {
"type": "zip",
"url": "https://git.drupalcode.org/api/v4/projects/project%2Fentity_embed/repository/archive.zip?sha=efc9bf60"
}
}
},
{
"type": "package",
"package": {
"name": "drupaloverride/webform_migrate",
"version": "dev-c5e4d9c3",
"type": "drupal-module",
"dist": {
"type": "zip",
"url": "https://git.drupalcode.org/api/v4/projects/project%2Fwebform_migrate/repository/archive.zip?sha=c5e4d9c3"
}
}
},
{
"type": "package",
"package": {
"name": "drupaloverride/footnotes",
"version": "dev-389813a1",
"type": "drupal-module",
"dist": {
"type": "zip",
"url": "https://git.drupalcode.org/api/v4/projects/project%2Ffootnotes/repository/archive.zip?sha=389813a1"
}
}
},
{
"type": "package",
"package": {
"name": "cdubz/ckeditor5-source-editing-codemirror",
"version": "35.1.0",
"type": "drupal-library",
"extra": {
"installer-name": "ckeditor5-source-editing-codemirror"
},
"dist": {
"url": "https://registry.npmjs.org/@cdubz/ckeditor5-source-editing-codemirror/-/ckeditor5-source-editing-codemirror-35.1.0.tgz",
"type": "tar"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
}
}
},
{
"type": "package",
"package": {
"name": "codemirror/codemirror",
"version": "5.65.8",
"type": "drupal-library",
"extra": {
"installer-name": "codemirror"
},
"dist": {
"url": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.8.tgz",
"type": "tar"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
}
}
}
],
"scripts": {
"post-create-project-cmd": "rm -r -f .travis.yml behat.yml .travis-ci",
"post-create-project-cmd": "rm -r -f behat.yml",
"quick-start": [
"composer install"
]
Expand Down Expand Up @@ -186,9 +90,6 @@
"html/modules/contrib/{$name}": [
"type:drupal-module"
],
"html/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"html/profiles/{$name}": [
"type:drupal-profile"
],
Expand All @@ -205,12 +106,7 @@
"drupal/core": "-p2"
},
"patches": { },
"patches-ignore": { },
"merge-plugin": {
"include": [
"web/modules/contrib/webform/composer.libraries.json"
]
}
"patches-ignore": { }
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 1cd945b

Please sign in to comment.