-
- Downloads
Issue #2758431 by webflo, KWANGSUNG CHOI: Fix composer requirements
{ | { | ||
"name": "vardot/varbase", | "name": "drupal/varbase", | ||
"description": "Drupal Bundled with Necessities | by Vardot", | "description": "Drupal Bundled with Necessities | by Vardot", | ||
"type": "drupal-profile", | "type": "drupal-profile", | ||
"license": "GPL-2.0+", | "license": "GPL-2.0+", | ||
"minimum-stability": "dev", | "minimum-stability": "dev", | ||
"prefer-stable": true, | "prefer-stable": true, | ||
"require-dev": { | "require-dev": { | ||
"drush/drush": "^9.0", | "drush/drush": "^9.0", | ||
"drupal/drupal-extension": "3.1.5", | "drupal/drupal-extension": "3.1.5", | ||
"phpunit/phpunit": "~4.8", | "phpunit/phpunit": "~4.8", | ||
"symfony/css-selector": "~2.8", | "symfony/css-selector": "~2.8", | ||
"drupal/devel": "^8.0.0" | "drupal/devel": "^8.0.0" | ||
}, | }, | ||
"repositories": [ | "repositories": [ | ||
{ | { | ||
"type": "composer", | "type": "composer", | ||
"url": "https://packagist.drupal-composer.org" | "url": "https://packagist.drupal-composer.org" | ||
} | } | ||
], | ], | ||
"extra": { | "extra": { | ||
"installer-paths": { | "installer-paths": { | ||
"modules/contrib/{$name}": [ | "modules/contrib/{$name}": [ | ||
"type:drupal-module" | "type:drupal-module" | ||
], | ], | ||
"themes/contrib/{$name}": [ | "themes/contrib/{$name}": [ | ||
"type:drupal-theme" | "type:drupal-theme" | ||
] | ] | ||
}, | }, | ||
"patches": { | "patches": { | ||
"drupal/ctools": { | "drupal/ctools": { | ||
"2747739 - Mega patch": | "2747739 - Mega patch": | ||
"https://www.drupal.org/files/issues/ctools--8.x-3.0-alpha26--1fe3649.patch", | "https://www.drupal.org/files/issues/ctools--8.x-3.0-alpha26--1fe3649.patch", | ||
"2672110 - EntityFieldDeriver naive about field info, throws PHP warnings": | "2672110 - EntityFieldDeriver naive about field info, throws PHP warnings": | ||
"https://www.drupal.org/files/issues/ctools_2672110_16.patch" | "https://www.drupal.org/files/issues/ctools_2672110_16.patch" | ||
}, | }, | ||
"drupal/page_manager": { | "drupal/page_manager": { | ||
"2747739 - Mega Patch": | "2747739 - Mega Patch": | ||
"https://www.drupal.org/files/issues/page_manager--alpha23-09e79ff--2747739-3.patch" | "https://www.drupal.org/files/issues/page_manager--alpha23-09e79ff--2747739-3.patch" | ||
}, | }, | ||
"drupal/panelizer": { | "drupal/panelizer": { | ||
"2747739 - Mega Patch": | "2747739 - Mega Patch": | ||
"https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch", | "https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch", | ||
"2701349 - Generate new UUIDs for displays when switching from default to field storage": | "2701349 - Generate new UUIDs for displays when switching from default to field storage": | ||
"https://www.drupal.org/files/issues/2701349-2.patch", | "https://www.drupal.org/files/issues/2701349-2.patch", | ||
"2700597 - Explicitly set the Panels IPE URL root when saving in Panelizer": | "2700597 - Explicitly set the Panels IPE URL root when saving in Panelizer": | ||
"https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch", | "https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch", | ||
"2664682 - Implement admin UI for editing Panelizer defaults": | "2664682 - Implement admin UI for editing Panelizer defaults": | ||
"https://www.drupal.org/files/issues/2664682-45.patch" | "https://www.drupal.org/files/issues/2664682-45.patch" | ||
}, | }, | ||
"drupal/panels": { | "drupal/panels": { | ||
"2667754 - Allow other modules to disable the IPE based on custom logic": | "2667754 - Allow other modules to disable the IPE based on custom logic": | ||
"https://www.drupal.org/files/issues/2667754-3.patch", | "https://www.drupal.org/files/issues/2667754-3.patch", | ||
"Bandaid tempstore patch": | "Bandaid tempstore patch": | ||
"https://www.drupal.org/files/issues/bandaid.patch", | "https://www.drupal.org/files/issues/bandaid.patch", | ||
"2697587 - Wizard API integration": | "2697587 - Wizard API integration": | ||
"https://www.drupal.org/files/issues/2697587-42.patch" | "https://www.drupal.org/files/issues/2697587-42.patch" | ||
}, | }, | ||
"drush/drush": { | "drush/drush": { | ||
"Adding composer.json support to make-convert command": | "Adding composer.json support to make-convert command": | ||
"https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch" | "https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch" | ||
} | } | ||
} | } | ||
}, | }, | ||
"require": { | "require": { | ||
"cweagans/composer-patches": "^1.5.0", | "cweagans/composer-patches": "^1.5.0", | ||
"composer/installers": "^1.0", | "composer/installers": "^1.0", | ||
"drupal/core": "^8.1.0", | "drupal/core": "^8.1.0", | ||
"drupal/config_update": "8.x-1.1", | "drupal/config_update": "8.1.1", | ||
"drupal/composer_manager": "8.x-1.0-rc2", | "drupal/composer_manager": "8.1.0-rc2", | ||
"drupal/ctools": "8.x-3.0-alpha26", | "drupal/ctools": "8.3.0-alpha26", | ||
"drupal/token": "8.x-1.0-alpha2", | "drupal/token": "8.1.0-alpha2", | ||
"drupal/pathauto": "8.x-1.0-alpha3", | "drupal/pathauto": "8.1.0-alpha3", | ||
"drupal/page_manager": "8.x-1.0-alpha23", | "drupal/page_manager": "8.1.0-alpha23", | ||
"drupal/panels": "8.x-3.0-beta4", | "drupal/panels": "8.3.0-beta4", | ||
"drupal/panelizer": "8.x-3.0-alpha2", | "drupal/panelizer": "8.3.0-alpha2", | ||
"drupal/layout_plugin": "8.x-1.0-alpha22", | "drupal/layout_plugin": "8.1.0-alpha22", | ||
"drupal/bootstrap_layouts": "8.x-3.1", | "drupal/bootstrap_layouts": "8.3.1", | ||
"drupal/ds": "8.x-2.5", | "drupal/ds": "8.2.5", | ||
"drupal/field_group": "8.x-1.0-rc4", | "drupal/field_group": "8.1.0-rc4", | ||
"drupal/smart_trim": "8.x-1.0-rc4", | "drupal/smart_trim": "8.1.0", | ||
"drupal/advanced_text_formatter": "8.x-1.0-beta3", | "drupal/advanced_text_formatter": "8.1.0-beta3", | ||
"drupal/block_class": "8.x-1.x-dev", | "drupal/block_class": "8.1.x-dev", | ||
"drupal/metatag": "8.x-1.0-beta9", | "drupal/metatag": "8.1.0-beta9", | ||
"drupal/simple_sitemap": "8.x-2.5", | "drupal/simple_sitemap": "8.2.5", | ||
"drupal/google_analytics": "8.x-2.0", | "drupal/google_analytics": "8.2.0", | ||
"drupal/extlink": "8.x-1.0-alpha2", | "drupal/extlink": "8.1.0-alpha2", | ||
"drupal/features": "8.x-3.x-dev", | "drupal/features": "8.3.x-dev", | ||
"drupal/bootstrap": "8.x-3.0-beta3", | "drupal/bootstrap": "8.3.0-beta3", | ||
"drupal/adminimal_theme": "8.x-1.1" | "drupal/adminimal_theme": "8.1.1" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment