More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / drush / drush / tests / resources / codebase / composer-highest.json
1 {
2   "name": "Site Under Test",
3   "repositories": {
4     "drupal_org": {
5       "type": "composer",
6       "url": "https://packages.drupal.org/8"
7     }
8   },
9   "require": {
10     "composer/installers": "^1.2",
11     "cweagans/composer-patches": "~1.6",
12     "drupal/core": "8.6.x-dev",
13     "drush/drush": "*@dev",
14     "phpunit/phpunit": "^4.1",
15     "drupal/empty_theme": "^1.0",
16     "drupal/devel": "^1.0@RC",
17     "drupal/alinks": "1.0.0",
18     "lox/xhprof": "dev-master"
19   },
20   "minimum-stability": "dev",
21   "prefer-stable": true,
22   "extra": {
23     "installer-paths": {
24       "web/core": ["type:drupal-core"],
25       "web/libraries/{$name}": ["type:drupal-library"],
26       "web/modules/unish/{$name}": ["drupal/devel"],
27       "web/themes/unish/{$name}": ["drupal/empty_theme"],
28       "web/modules/contrib/{$name}": ["type:drupal-module"],
29       "web/profiles/contrib/{$name}": ["type:drupal-profile"],
30       "web/themes/contrib/{$name}": ["type:drupal-theme"],
31       "drush/contrib/{$name}": ["type:drupal-drush"]
32     },
33     "patches": {
34       "drupal/core": {
35         "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"
36       }
37     }
38   }
39 }