Last active
February 8, 2019 12:56
-
-
Save alexd73/f58e14d9f5b2fe6acc24ff3e5f8b8cba to your computer and use it in GitHub Desktop.
composer.jsom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"drupal/block_styles": { | |
"Notice: Undefined index after placing block": "https://www.drupal.org/files/issues/2642010-7-fix-block-notice.patch", | |
"Notice: Undefined index: #id in block_styles_theme_suggestions_block_alter() ": "https://www.drupal.org/files/issues/notice_undefined-2725167-3.patch", | |
"array flip issue": "https://www.drupal.org/files/issues/2018-06-23/2890458_fix_array_flip.patch" | |
}, | |
"drupal/ds": { | |
"Warning: Invalid argument supplied for foreach() in /ds/ds.module on line 504": "https://www.drupal.org/files/issues/2018-04-21/invalid_argument_in_ds_module-2904575-7.patch" | |
}, | |
"drupal/owlcarousel": { | |
"Theme hook owl not found (solved)": "https://www.drupal.org/files/issues/drupal-8_owlcarousel_theme_hook_owl_not_found_2917939-2.patch" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# добавить в | |
# "web/libraries/{$name}": [ | |
# "type:drupal-library", | |
# "type:npm-asset" | |
#], | |
"type:npm-asset" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "composer", | |
"url": "https://asset-packagist.org" | |
}, | |
{ | |
"type": "package", | |
"package": { | |
"name": "jackmoore/colorbox", | |
"version": "1.6.4", | |
"type": "drupal-library", | |
"dist": { | |
"url": "https://github.com/jackmoore/colorbox/archive/1.6.4.zip", | |
"type": "zip" | |
} | |
} | |
}, | |
{ | |
"type": "package", | |
"package": { | |
"name": "woocommerce/flexslider", | |
"version": "2.7.0", | |
"type": "drupal-library", | |
"source": { | |
"url": "https://github.com/woocommerce/FlexSlider", | |
"type": "git", | |
"reference": "master" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"drupal/admin_toolbar": "^1.24", | |
"drupal/adminimal_theme": "^1.3", | |
"drupal/better_exposed_filters": "^3.0@alpha", | |
"drupal/block_styles": "^1.2", | |
"drupal/bootstrap_barrio": "^4.17", | |
"drupal/bootstrap_layouts": "^5.1", | |
"drupal/bootstrap_sass": "^1.6", | |
"drupal/codemirror_editor": "^1.0", | |
"drupal/colorbox": "^1.4", | |
"drupal/devel": "^1.2", | |
"drupal/ds": "^3.1", | |
"drupal/easy_breadcrumb": "^1.8", | |
"drupal/features": "^3.8", | |
"drupal/field_formatter_class": "^1.1", | |
"drupal/field_group": "3.x-dev", | |
"drupal/flexslider": "^2.0@beta", | |
"drupal/fontawesome": "^2.3", | |
"drupal/fontawesome_menu_icons": "^1.3", | |
"drupal/fz152": "^1.3", | |
"drupal/image_widget_crop": "^2.1", | |
"drupal/masquerade": "^2.0@beta", | |
"drupal/menu_link_attributes": "^1.0", | |
"drupal/metatag": "^1.5", | |
"drupal/owlcarousel": "^1.0@alpha", | |
"drupal/pathauto": "^1.3", | |
"drupal/reference_swiper": "1.x-dev", | |
"drupal/token": "1.x-dev", | |
"drupal/token_custom": "^1.0@alpha", | |
"drupal/token_custom_plus": "^1.0", | |
"drupal/token_filter": "^1.1", | |
"drupal/tvi": "^1.0@beta", | |
"drupal/twig_tweak": "^2.0", | |
"drupal/webform": "^5.0@RC", | |
"drupal/yandex_metrics": "3.x-dev", | |
"drupal/yoast_seo": "^1.5", | |
"jackmoore/colorbox": "^1.6", | |
"npm-asset/swiper": "^3.0", | |
"woocommerce/flexslider": "^2.7" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment