Skip to content

Commit

Permalink
Bump project to use Drupal 10.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Jan 14, 2025
1 parent b9e8471 commit 8c1ab50
Show file tree
Hide file tree
Showing 12 changed files with 5,828 additions and 662 deletions.
219 changes: 98 additions & 121 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,126 +1,103 @@
{
"name": "dbca-wa/flatbacks-website",
"description": "North West Shelf Flatback Turtles Conservation Program public website",
"version": "10.4.0",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/dbca-wa/flatbacks-website",
"support": {
"source": "https://github.com/dbca-wa/flatbacks-website",
"issues": "https://github.com/dbca-wa/flatbacks-website/issues",
"security": "https://github.com/dbca-wa/flatbacks-website?tab=security-ov-file#readme"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^2.0",
"drupal/admin_toolbar": "^3.4",
"drupal/back_to_top": "^3.0",
"drupal/backup_migrate": "^5.0",
"drupal/better_exposed_filters": "^6.0",
"drupal/colorbox": "^2.1",
"drupal/colorbox_inline": "^2.0",
"drupal/core-composer-scaffold": "10.4.0",
"drupal/core-project-message": "10.4.0",
"drupal/core-recommended": "10.4.0",
"drupal/easy_breadcrumb": "^2.0",
"drupal/entityqueue": "^1.8",
"drupal/htmlmail": "^4.0@beta",
"drupal/mailsystem": "^4.4",
"drupal/metatag": "^2.0",
"drupal/paragraphs": "^1.17",
"drupal/pathauto": "^1.12",
"drupal/quick_node_clone": "^1.18",
"drupal/recaptcha": "^3.2",
"drupal/redirect": "^1.10",
"drupal/redis": "^1.8",
"drupal/smtp": "^1.3",
"drupal/social_media": "^2.0",
"drupal/social_share": "^2.0@beta",
"drupal/socialfeed": "^2.0@beta",
"drupal/svg_image": "^3.0",
"drupal/twig_tweak": "^3.3",
"drupal/video_embed_field": "^2.5",
"drupal/we_megamenu": "^1.16",
"drupal/webform": "^6.2",
"drush/drush": "^12.5",
"predis/predis": "^2.2"
},
"conflict": {
"drupal/drupal": "*"
"name": "dbca-wa/flatbacks-website",
"description": "North West Shelf Flatback Turtles Conservation Program public website",
"version": "10.4.0",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/dbca-wa/flatbacks-website",
"support": {
"source": "https://github.com/dbca-wa/flatbacks-website",
"issues": "https://github.com/dbca-wa/flatbacks-website/issues",
"security": "https://github.com/dbca-wa/flatbacks-website?tab=security-ov-file#readme"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^2.0",
"drupal/admin_toolbar": "^3.4",
"drupal/back_to_top": "^3.0",
"drupal/backup_migrate": "^5.0",
"drupal/better_exposed_filters": "~7.0",
"drupal/colorbox": "^2.1",
"drupal/colorbox_inline": "^2.0",
"drupal/core-composer-scaffold": "10.4.1",
"drupal/core-recommended": "10.4.1",
"drupal/easy_breadcrumb": "^2.0",
"drupal/entityqueue": "^1.8",
"drupal/htmlmail": "^4.0@beta",
"drupal/mailsystem": "^4.4",
"drupal/metatag": "^2.0",
"drupal/paragraphs": "^1.17",
"drupal/pathauto": "^1.12",
"drupal/quick_node_clone": "^1.18",
"drupal/recaptcha": "^3.2",
"drupal/redirect": "^1.10",
"drupal/redis": "^1.8",
"drupal/smtp": "^1.3",
"drupal/social_media": "^2.0",
"drupal/social_share": "^2.0@beta",
"drupal/socialfeed": "^2.0@beta",
"drupal/svg_image": "^3.0",
"drupal/twig_tweak": "^3.3",
"drupal/video_embed_field": "^2.5",
"drupal/we_megamenu": "^1.16",
"drupal/webform": "^6.2",
"drush/drush": "~13.3.3",
"predis/predis": "^2.2"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
},
"sort-packages": true
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"extra": {
"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"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"drupal-core-project-message": {
"include-keys": [
"homepage",
"support"
],
"post-create-project-cmd-message": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
"<bg=blue;fg=white> from the drupal/recommended-project template! </>",
"<bg=blue;fg=white> </>",
"",
"<bg=yellow;fg=black>Next steps</>:",
" * Install the site: https://www.drupal.org/docs/installing-drupal",
" * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
" * Get support: https://www.drupal.org/support",
" * Get involved with the Drupal community:",
" https://www.drupal.org/getting-involved",
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
}
"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/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
}
}
}
Loading

0 comments on commit 8c1ab50

Please sign in to comment.