X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Fcomposer.json;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Fcomposer.json;h=0000000000000000000000000000000000000000;hp=0af37c560c2ab7d90f5638f5676a7005066df841;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/tests/makefiles/composer.json b/vendor/drush/drush/tests/makefiles/composer.json deleted file mode 100644 index 0af37c560..000000000 --- a/vendor/drush/drush/tests/makefiles/composer.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Enter project name here", - "description": "Enter project description here", - "type": "project", - "repositories": [ - { - "type": "composer", - "url": "https://packagist.drupal-composer.org" - } - ], - "require": { - "composer/installers": "^1.0.20", - "cweagans/composer-patches": "~1.0", - "drupal/drupal": "7.*", - "drupal/wysiwyg": "7.2.1", - "drupal/features": "7.1.0-beta4", - "drupal/context": "7.3.0-beta2" - }, - "minimum-stability": "dev", - "prefer-stable": true, - "extra": { - "installer-paths": { - "core": [ - "type:drupal-core" - ], - "docroot/modules/contrib/{$name}": [ - "type:drupal-module" - ], - "docroot/profiles/contrib/{$name}": [ - "type:drupal-profile" - ], - "docroot/themes/contrib/{$name}": [ - "type:drupal-theme" - ], - "drush/contrib/{$name}": [ - "type:drupal-drush" - ] - }, - "patches": { - "drupal/wysiwyg": { - "Enter drupal/wysiwyg patch #0 description here": "http://drupal.org/files/0001-feature.inc-from-624018-211.patch", - "Enter drupal/wysiwyg patch #1 description here": "patches-local-test-wysiwyg.patch" - }, - "drupal/features": { - "Enter drupal/features patch #0 description here": "http://drupal.org/files/issues/features-drush-backend-invoke-25.patch" - }, - "drupal/context": { - "Enter drupal/context patch #0 description here": "http://drupal.org/files/issues/custom_blocks_arent_editable-make.patch", - "Enter drupal/context patch #1 description here": "http://drupal.org/files/issues/661094-context-permissions.patch" - } - } - } -}