X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fcodebase%2Fcomposer-highest.json;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fcodebase%2Fcomposer-highest.json;h=0c84aa7d198afa47fde23495daac7b3dbc96fe6a;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/tests/resources/codebase/composer-highest.json b/vendor/drush/drush/tests/resources/codebase/composer-highest.json new file mode 100644 index 000000000..0c84aa7d1 --- /dev/null +++ b/vendor/drush/drush/tests/resources/codebase/composer-highest.json @@ -0,0 +1,39 @@ +{ + "name": "Site Under Test", + "repositories": { + "drupal_org": { + "type": "composer", + "url": "https://packages.drupal.org/8" + } + }, + "require": { + "composer/installers": "^1.2", + "cweagans/composer-patches": "~1.6", + "drupal/core": "8.6.x-dev", + "drush/drush": "*@dev", + "phpunit/phpunit": "^4.1", + "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" + } + } + } +}