X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fcodebase%2Fcomposer.json;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fcodebase%2Fcomposer.json;h=0000000000000000000000000000000000000000;hp=86431828224b625698835101dee7ea292a1e7727;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/drush/drush/tests/resources/codebase/composer.json b/vendor/drush/drush/tests/resources/codebase/composer.json deleted file mode 100644 index 864318282..000000000 --- a/vendor/drush/drush/tests/resources/codebase/composer.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Site Under Test", - "repositories": { - "drupal_org": { - "type": "composer", - "url": "https://packages.drupal.org/8" - } - }, - "require": { - "composer/installers": "^1.2", - "cweagans/composer-patches": "~1.0", - "webflo/drupal-core-strict": "8.5.x-dev", - "drush/drush": "*", - "phpunit/phpunit": "4.*", - "drupal/empty_theme": "1.0", - "drupal/devel": "^1.0@RC", - "drupal/alinks": "1.0.0", - "lox/xhprof": "dev-master" - }, - "minimum-stability": "dev", - "prefer-stable": true, - "extra": { - "installer-paths": { - "web/core": ["type:drupal-core"], - "web/libraries/{$name}": ["type:drupal-library"], - "web/modules/unish/{$name}": ["drupal/devel"], - "web/themes/unish/{$name}": ["drupal/empty_theme"], - "web/modules/contrib/{$name}": ["type:drupal-module"], - "web/profiles/contrib/{$name}": ["type:drupal-profile"], - "web/themes/contrib/{$name}": ["type:drupal-theme"], - "drush/contrib/{$name}": ["type:drupal-drush"] - }, - "patches": { - "drupal/core": { - "Allow updating modules with new service dependencies https://www.drupal.org/project/drupal/issues/2863986": "https://www.drupal.org/files/issues/2863986-2-49.patch" - } - } - } -}