|
1 | 1 | { |
2 | | - "license": "proprietary", |
3 | | - "type": "project", |
4 | | - "repositories": [ |
5 | | - { |
6 | | - "type": "composer", |
7 | | - "url": "https://packagist.drupal-composer.org" |
8 | | - } |
9 | | - ], |
10 | | - "require": { |
11 | | - "composer/installers": "^1.0.20", |
12 | | - "cweagans/composer-patches": "^1.5.0", |
13 | | - "drupal/acquia_connector": "8.1.*", |
14 | | - "drupal/acsf": "~8.1", |
15 | | - "drupal/cog": "~8", |
16 | | - "drupal/console": "1.0.0-beta5", |
17 | | - "drupal/core": "~8", |
18 | | - "drupal/features": "~8.3.0-beta9", |
19 | | - "drupal/lightning": "~8", |
20 | | - "drupal/memcache" : "8.*", |
21 | | - "drupal/search_api": "8.1.0-alpha14", |
22 | | - "drupal/search_api_solr": "8.1.0-alpha3", |
23 | | - "drupal/security_review": "8.*", |
24 | | - "drupal-composer/drupal-security-advisories": "8.0.x-dev", |
25 | | - "roave/security-advisories": "dev-master" |
26 | | - }, |
27 | | - "require-dev": { |
28 | | - "behat/behat": "3.0.*", |
29 | | - "behat/mink": "~1.7", |
30 | | - "behat/mink-browserkit-driver": "*", |
31 | | - "behat/mink-extension": "*", |
32 | | - "behat/mink-goutte-driver": "*", |
33 | | - "behat/mink-selenium2-driver": "*", |
34 | | - "drupal/coder": "~8.2", |
35 | | - "drupal/drupal-extension": "~3.0", |
36 | | - "drush/drush": "^9.0", |
37 | | - "drupal-composer/drupal-scaffold": "^2.0.0", |
38 | | - "jakoch/phantomjs-installer": "dev-master as 1.9.8", |
39 | | - "jarnaiz/behat-junit-formatter": "^1.2", |
40 | | - "phing/phing": "~2", |
41 | | - "phpunit/phpunit": "~5.4", |
42 | | - "squizlabs/php_codesniffer": "2.*" |
43 | | - }, |
44 | | - "autoload-dev": { |
45 | | - "psr-4": { |
46 | | - "Drupal\\Tests\\PHPUnit\\": "tests/phpunit/src/" |
47 | | - } |
48 | | - }, |
49 | | - "extra": { |
50 | | - "installer-paths": { |
51 | | - "docroot/core": ["type:drupal-core"], |
52 | | - "docroot/modules/contrib/{$name}": ["type:drupal-module"], |
53 | | - "docroot/profiles/contrib/{$name}": ["type:drupal-profile"], |
54 | | - "docroot/themes/contrib/{$name}": ["type:drupal-theme"], |
55 | | - "drush/contrib/{$name}": ["type:drupal-drush"] |
56 | | - }, |
57 | | - "patches": { |
58 | | - "drupal/core": { |
59 | | - "Ignore front end vendor folders to improve directory search performance": "https://www.drupal.org/files/issues/ignore_front_end_vendor-2329453-116.patch" |
60 | | - }, |
61 | | - "drupal/features": { |
62 | | - "Bundle support": "https://www.drupal.org/files/issues/features-2808303-2.patch" |
63 | | - } |
64 | | - } |
65 | | - }, |
66 | | - "scripts": { |
67 | | - "blt-alias": "blt install-alias -Dcreate_alias=true", |
68 | | - "install-phantomjs": [ |
69 | | - "rm -rf vendor/bin/phantomjs", |
70 | | - "PhantomInstaller\\Installer::installPhantomJS" |
71 | | - ], |
72 | | - "post-install-cmd": [ |
73 | | - "PhantomInstaller\\Installer::installPhantomJS" |
| 2 | + "license": "proprietary", |
| 3 | + "type": "project", |
| 4 | + "repositories": [ |
| 5 | + { |
| 6 | + "type": "composer", |
| 7 | + "url": "https://packagist.drupal-composer.org" |
| 8 | + } |
74 | 9 | ], |
75 | | - "post-update-cmd": [ |
76 | | - "PhantomInstaller\\Installer::installPhantomJS" |
77 | | - ] |
78 | | - }, |
79 | | - "minimum-stability": "dev", |
80 | | - "prefer-stable": true |
| 10 | + "require": { |
| 11 | + "composer/installers": "^1.0.20", |
| 12 | + "cweagans/composer-patches": "^1.5.0", |
| 13 | + "drupal/acquia_connector": "8.1.*", |
| 14 | + "drupal/acsf": "~8.1", |
| 15 | + "drupal/cog": "~8", |
| 16 | + "drupal/console": "1.0.0-beta5", |
| 17 | + "drupal/core": "~8", |
| 18 | + "drupal/features": "~8.3.0-beta9", |
| 19 | + "drupal/lightning": "~8", |
| 20 | + "drupal/memcache" : "8.*", |
| 21 | + "drupal/search_api": "8.1.0-alpha14", |
| 22 | + "drupal/search_api_solr": "8.1.0-alpha3", |
| 23 | + "drupal/security_review": "8.*", |
| 24 | + "drupal-composer/drupal-security-advisories": "8.0.x-dev", |
| 25 | + "roave/security-advisories": "dev-master" |
| 26 | + }, |
| 27 | + "require-dev": { |
| 28 | + "behat/behat": "3.0.*", |
| 29 | + "behat/mink": "~1.7", |
| 30 | + "behat/mink-browserkit-driver": "*", |
| 31 | + "behat/mink-extension": "*", |
| 32 | + "behat/mink-goutte-driver": "*", |
| 33 | + "behat/mink-selenium2-driver": "*", |
| 34 | + "drupal/coder": "~8.2", |
| 35 | + "drupal/drupal-extension": "~3.0", |
| 36 | + "drush/drush": "^9.0", |
| 37 | + "drupal-composer/drupal-scaffold": "^2.0.0", |
| 38 | + "jakoch/phantomjs-installer": "dev-master as 1.9.8", |
| 39 | + "jarnaiz/behat-junit-formatter": "^1.2", |
| 40 | + "phing/phing": "~2", |
| 41 | + "phpunit/phpunit": "~5.4", |
| 42 | + "squizlabs/php_codesniffer": "2.*" |
| 43 | + }, |
| 44 | + "autoload-dev": { |
| 45 | + "psr-4": { |
| 46 | + "Drupal\\Tests\\PHPUnit\\": "tests/phpunit/src/" |
| 47 | + } |
| 48 | + }, |
| 49 | + "extra": { |
| 50 | + "installer-paths": { |
| 51 | + "docroot/core": ["type:drupal-core"], |
| 52 | + "docroot/modules/contrib/{$name}": ["type:drupal-module"], |
| 53 | + "docroot/profiles/contrib/{$name}": ["type:drupal-profile"], |
| 54 | + "docroot/themes/contrib/{$name}": ["type:drupal-theme"], |
| 55 | + "drush/contrib/{$name}": ["type:drupal-drush"] |
| 56 | + }, |
| 57 | + "patches": { |
| 58 | + "drupal/core": { |
| 59 | + "Ignore front end vendor folders to improve directory search performance": "https://www.drupal.org/files/issues/ignore_front_end_vendor-2329453-116.patch" |
| 60 | + }, |
| 61 | + "drupal/features": { |
| 62 | + "Bundle support": "https://www.drupal.org/files/issues/features-2808303-2.patch" |
| 63 | + } |
| 64 | + } |
| 65 | + }, |
| 66 | + "scripts": { |
| 67 | + "blt-alias": "blt install-alias -Dcreate_alias=true", |
| 68 | + "install-phantomjs": [ |
| 69 | + "rm -rf vendor/bin/phantomjs", |
| 70 | + "PhantomInstaller\\Installer::installPhantomJS" |
| 71 | + ], |
| 72 | + "post-install-cmd": [ |
| 73 | + "PhantomInstaller\\Installer::installPhantomJS" |
| 74 | + ], |
| 75 | + "post-update-cmd": [ |
| 76 | + "PhantomInstaller\\Installer::installPhantomJS" |
| 77 | + ] |
| 78 | + }, |
| 79 | + "minimum-stability": "dev", |
| 80 | + "prefer-stable": true |
81 | 81 | } |
0 commit comments