Updated to match latest changes...
... | ... | @@ -28,16 +28,16 @@ |
"drupal/admin_toolbar": "1.27", | ||
"drupal/adminimal_theme": "1.5", | ||
"drupal/allowed_formats": "1.1", | ||
"drupal/autocomplete_deluxe": "dev-8.x-1.x", | ||
"drupal/autocomplete_deluxe": "1.0-beta1", | ||
"drupal/cancel_button": "1.1", | ||
"drupal/captcha": "dev-8.x-1.x", | ||
"drupal/captcha": "1.0-beta1", | ||
"drupal/coder": "3.5", | ||
"drupal/coffee": "dev-8.x-1.x", | ||
"drupal/components": "1.0", | ||
"drupal/coffee": "1.0-beta2", | ||
"drupal/components": "1.1", | ||
"drupal/conditional_fields": "1.0-alpha5", | ||
"drupal/config_update": "1.6", | ||
"drupal/content_moderation_notifications": "dev-8.x-3.x", | ||
"drupal/core": "8.7.7", | ||
"drupal/content_moderation_notifications": "3.1", | ||
"drupal/core": "8.7.8", | ||
"drupal/crop": "2.0-rc1", | ||
"drupal/ctools": "3.2", | ||
"drupal/devel": "2.1", | ||
... | ... | @@ -46,36 +46,36 @@ |
"drupal/entity_browser": "2.2", | ||
"drupal/entity_browser_block": "1.0", | ||
"drupal/entity_reference_revisions": "1.6", | ||
"drupal/externalauth": "1.1", | ||
"drupal/externalauth": "1.2", | ||
"drupal/features": "3.8", | ||
"drupal/fences": "2.0-alpha2", | ||
"drupal/field_group": "3.0-rc1", | ||
"drupal/field_validation": "1.0-alpha7", | ||
"drupal/file_mdm": "1.1", | ||
"drupal/filefield_sources": "1.0-alpha1", | ||
"drupal/focal_point": "1.0", | ||
"drupal/focal_point": "1.2", | ||
"drupal/honeypot": "1.29", | ||
"drupal/image_widget_crop": "2.2", | ||
"drupal/imageapi_optimize": "2.0-alpha4", | ||
"drupal/imageapi_optimize_binaries": "1.0-alpha1", | ||
"drupal/imageapi_optimize_resmushit": "1.0-beta1", | ||
"drupal/imagemagick": "8.x-2.0-beta1-uw_wcms-dev", | ||
"drupal/imagemagick": "2.6", | ||
"drupal/imce": "1.7", | ||
"drupal/inline_entity_form": "1.0-rc1", | ||
"drupal/inline_entity_form": "1.0-rc2", | ||
"drupal/label_help": "dev-8.x-1.x", | ||
"drupal/layout_builder_modal": "1.0-alpha1", | ||
"drupal/layout_builder_restrictions": "2.1", | ||
"drupal/layout_builder_modal": "1.0-alpha2", | ||
"drupal/layout_builder_restrictions": "2.2", | ||
"drupal/maillog": "dev-8.x-1.x", | ||
"drupal/markup": "1.0-beta1", | ||
"drupal/media_entity_facebook": "2.0-alpha1", | ||
"drupal/menu_link_config": "1.0-alpha1", | ||
"drupal/module_filter": "3.1", | ||
"drupal/paragraphs": "1.8", | ||
"drupal/paragraphs": "1.9", | ||
"drupal/paragraphs_edit": "2.0-alpha6", | ||
"drupal/pathauto": "1.4", | ||
"drupal/recaptcha": "2.4", | ||
"drupal/responsive_menu_combined": "dev-8.x-1.x", | ||
"drupal/role_expire": "1.0-rc1", | ||
"drupal/role_expire": "1.2", | ||
"drupal/samlauth": "3.0-alpha1", | ||
"drupal/search_kint": "dev-8.x-1.x", | ||
"drupal/simplify_menu": "2.0", | ||
... | ... | @@ -85,17 +85,19 @@ |
"drupal/twig_vardumper": "1.2", | ||
"drupal/vardumper": "1.4", | ||
"drupal/video_embed_field": "2.2", | ||
"drupal/webform": "5.3", | ||
"drupal/webform": "5.4", | ||
"drupal/workbench": "1.1", | ||
"drupal/workbench_access": "1.0-beta2", | ||
"fourkitchens/emulsify": "dev-master#v3.1", | ||
"fileeye/mimemap": "^1.1", | ||
"hirak/prestissimo": "0.3.9", | ||
"jcalderonzumba/gastonjs": "v1.2.0", | ||
"jcalderonzumba/mink-phantomjs-driver": "v0.3.3", | ||
"libraries/drupal-composer-info-rewrite": "dev-master#b17a052", | ||
"mikey179/vfsstream": "v1.6.7", | ||
"onelogin/php-saml": "3.2.1", | ||
"oomphinc/composer-installers-extender": "v1.1.2", | ||
"phpunit/phpunit": ">=4.8.28 <5", | ||
"phpunit/phpunit": "6.5", | ||
"symfony/browser-kit": ">=2.8.13 <3.0", | ||
"symfony/css-selector": "~3.0", | ||
"symfony/finder": "^4.0", | ||
... | ... | @@ -109,6 +111,7 @@ |
"wcms/uw_sites_all": "dev-8.x-1.x", | ||
"wikimedia/composer-merge-plugin": "^1.4" | ||
}, | ||
"extra": { | ||
"merge-plugin": { | ||
"include": [ | ||
... | ... | @@ -121,26 +124,26 @@ |
"libraries-module", | ||
"drupal-library" | ||
], | ||
"installer-paths": { | ||
"../../core": ["type:drupal-core"], | ||
"../../libraries/{$name}": ["type:drupal-library"], | ||
"modules/features/{$name}": ["type:wcms-module"], | ||
"modules/contrib/{$name}": ["type:drupal-module"], | ||
"themes/{$name}": ["type:wcms-theme"] | ||
}, | ||
"patches": { | ||
"drupal/samlauth": { | ||
"ISTWCMS-2268: Rewrite the samlauth to allow for autoassigning roles": "patches/modules/samlauth/remove_presave_hook-samlauth-2925171-1.patch" | ||
}, | ||
"drupal/externalauth": { | ||
"ISTWCMS-2267: Remove provider prefix to username (samlauth_)": "patches/modules/externalauth/externalauth-optional_prefix-2798323-24.patch" | ||
}, | ||
"drupal/paragraphs": { | ||
"Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/paragraphs-missing-langcode-2901390-9.patch" | ||
}, | ||
"drupal/eck": { | ||
"After 8.7.x core update install profile with ECK config has fatal errors on install": "https://www.drupal.org/files/issues/2019-07-17/%203055007-8-after-8.7-core-update-fatal-errors-on-install-profile-install.patch" | ||
} | ||
"installer-paths": { | ||
"../../core": ["type:drupal-core"], | ||
"../../libraries/{$name}": ["type:drupal-library"], | ||
"modules/features/{$name}": ["type:wcms-module"], | ||
"modules/contrib/{$name}": ["type:drupal-module"], | ||
"themes/{$name}": ["type:wcms-theme"] | ||
}, | ||
"patches": { | ||
"drupal/samlauth": { | ||
"ISTWCMS-2268: Rewrite the samlauth to allow for autoassigning roles": "patches/modules/samlauth/remove_presave_hook-samlauth-2925171-1.patch" | ||
}, | ||
"drupal/paragraphs": { | ||
"Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/2019-07-10/paragraphs-set_langcode_widgets-2901390-29.patch" | ||
}, | ||
"drupal/eck": { | ||
"After 8.7.x core update install profile with ECK config has fatal errors on install": "https://www.drupal.org/files/issues/2019-07-17/%203055007-8-after-8.7-core-update-fatal-errors-on-install-profile-install.patch" | ||
}, | ||
"drupal/imagemagick": { | ||
"ImageMagick scale breaks animated gifs":"https://www.drupal.org/files/issues/imagemagick-resize_animated_gifs-1802534-31.patch" | ||
} | ||
} | ||
} | ||
} |
Please register or sign in to comment