Skip to content

Commit

Permalink
Merge pull request #754 from UN-OCHA/berliner/HPC-9255
Browse files Browse the repository at this point in the history
berliner/HPC 9255
  • Loading branch information
berliner authored Oct 17, 2023
2 parents 24e4ed5 + 6e12f86 commit 4eba527
Show file tree
Hide file tree
Showing 121 changed files with 1,141 additions and 2,395 deletions.
46 changes: 19 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": [
"drupal/phpexcel"
]
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org",
"exclude": [
"drupal/phpexcel"
]
"url": "https://asset-packagist.org"
},
{
"type": "package",
Expand All @@ -35,10 +29,6 @@
}
}
},
{
"type": "git",
"url": "https://git.drupalcode.org/issue/phpexcel-3148435.git"
},
{
"type": "package",
"package": {
Expand Down Expand Up @@ -68,14 +58,15 @@
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/admin_denied": "^1.1",
"drupal/admin_denied": "^2.0.0",
"drupal/admin_toolbar": "^3.0",
"drupal/allowed_formats": "^1.3",
"drupal/allowed_formats": "^2.0",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/autologout": "^1.4",
"drupal/bert": "^2.0",
"drupal/big_pipe_sessionless": "^2.0",
"drupal/bigint": "^1.1",
"drupal/cer": "^4.0@alpha",
"drupal/bigint": "^2.0",
"drupal/cer": "^5.0.0",
"drupal/coder": "^8.3",
"drupal/config_default_image": "^2",
"drupal/config_ignore": "^2.3",
Expand All @@ -85,9 +76,9 @@
"drupal/core-project-message": "^9.1",
"drupal/core-recommended": "^9.1",
"drupal/ctools": "^3.7",
"drupal/editor_advanced_link": "^1.8",
"drupal/editor_advanced_link": "^2.2",
"drupal/field_group": "^3.1",
"drupal/fpa": "^3.0",
"drupal/fpa": "^4.0.0",
"drupal/gin": "^3.0-beta5",
"drupal/gin_lb": "^1.0@beta",
"drupal/gin_toolbar": "^1.0",
Expand All @@ -98,32 +89,33 @@
"drupal/layout_builder_ipe": "^1.0.x-dev",
"drupal/layout_builder_lock": "^1.1",
"drupal/layout_builder_modal": "^1.1",
"drupal/layout_builder_operation_link": "^1.0",
"drupal/layout_builder_operation_link": "^2.1",
"drupal/layout_builder_restrictions": "^2.8",
"drupal/maintenance200": "^1.1",
"drupal/maintenance200": "^2.1",
"drupal/memcache": "^2.4",
"drupal/menu_item_extras": "^2.16",
"drupal/metatag": "^1.16",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_tools": "^6.0",
"drupal/multiple_fields_remove_button": "^1.0@alpha",
"drupal/multiple_fields_remove_button": "^2.2",
"drupal/page_manager": "^4.0@beta",
"drupal/pathauto": "^1.8",
"drupal/phpexcel": "dev-3148435-automated-drupal-9",
"drupal/phpexcel": "^4.0",
"drupal/publishcontent": "^1.6",
"drupal/queue_ui": "^3.1",
"drupal/rabbit_hole": "^1.0@beta",
"drupal/redirect": "^1.6",
"drupal/redis": "^1.5",
"drupal/seckit": "^2.0",
"drupal/smugmug_api": "1.x-dev",
"drupal/social_auth_hid": "^2.6",
"drupal/smugmug_api": "^2.0",
"drupal/social_auth_hid": "^3.2",
"drupal/stage_file_proxy": "^2.0",
"drupal/tippy": "^1.0",
"drupal/upgrade_status": "^4.0",
"drupal/username_enumeration_prevention": "^1.3",
"drupal/view_unpublished": "^1.0",
"drupal/views_autocomplete_filters": "^1.3",
"drupal/viewsreference": "^1.7",
"drupal/viewsreference": "^2.0",
"drupal/warmer": "^2.0",
"drupal/webp": "^1.0-beta7",
"drush/drush": "^11",
Expand All @@ -137,15 +129,15 @@
"npm-asset/swiper": "^8.1",
"oomphinc/composer-installers-extender": "^2.0",
"phpoffice/phpspreadsheet": "^1.19",
"unocha/common_design": "^7.4",
"unocha/common_design": "^9",
"unocha/d3-sparkline": "^2.1",
"unocha/ocha_snap": "^8.3",
"wieni/wmbert": "^1.11"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"drupal/core-dev": "^9.3",
"drupal/devel": "^4.1",
"drupal/devel": "^5.0",
"drupal/xhprof": "^1.0@beta",
"drupal/yaml_content": "^1.0@alpha",
"phpcompatibility/php-compatibility": "^9.3",
Expand Down
Loading

0 comments on commit 4eba527

Please sign in to comment.