|
| 1 | +{ |
| 2 | + "repositories": { |
| 3 | + "drupal": { |
| 4 | + "type": "composer", |
| 5 | + "url": "https://packages.drupal.org/8" |
| 6 | + } |
| 7 | + }, |
| 8 | + "require": { |
| 9 | + "acquia/lightning": "2.0.3", |
| 10 | + "drupal/acquia_connector": "^1.5.0", |
| 11 | + "drupal/acsf": "^1.32.0", |
| 12 | + "drupal/core": "^8.0", |
| 13 | + "drupal/cog": "^1.0.0", |
| 14 | + "drupal/features": "^3.0.0", |
| 15 | + "drupal/memcache": "2.x-dev", |
| 16 | + "drupal/seckit": "^1.0.0-alpha2", |
| 17 | + "drupal/security_review": "*", |
| 18 | + "drupal/shield": "^1.0.0", |
| 19 | + "drush/drush": "^8.1.8" |
| 20 | + }, |
| 21 | + "require-dev": { |
| 22 | + "behat/behat": "^3.1", |
| 23 | + "behat/mink": "~1.7", |
| 24 | + "behat/mink-selenium2-driver": "^1.3.1", |
| 25 | + "bex/behat-screenshot": "^1.2", |
| 26 | + "drupal/console": "^1.0.0-rc13", |
| 27 | + "drupal/devel": "^1.0.0-alpha1", |
| 28 | + "drupal/drupal-extension": "^3.2", |
| 29 | + "drupal-composer/drupal-scaffold": "^2.1.0", |
| 30 | + "jarnaiz/behat-junit-formatter": "^1.3.2", |
| 31 | + "se/selenium-server-standalone": "^2.53", |
| 32 | + "jakoch/phantomjs-installer": "^2.1.1-p07" |
| 33 | + }, |
| 34 | + "autoload-dev": { |
| 35 | + "psr-4": { |
| 36 | + "Drupal\\Tests\\PHPUnit\\": "tests/phpunit/src/" |
| 37 | + } |
| 38 | + }, |
| 39 | + "extra": { |
| 40 | + "drupal-scaffold": { |
| 41 | + "initial": { |
| 42 | + "sites/default/default.services.yml": "sites/default/services.yml", |
| 43 | + "sites/default/default.settings.php": "sites/default/settings.php" |
| 44 | + }, |
| 45 | + "excludes": [ |
| 46 | + "sites/development.services.yml" |
| 47 | + ] |
| 48 | + }, |
| 49 | + "enable-patching": true, |
| 50 | + "patches": { |
| 51 | + "drupal/core": { |
| 52 | + "Clear Twig caches on deploys": "https://www.drupal.org/files/issues/no_reliable_method-2752961-29.patch" |
| 53 | + } |
| 54 | + } |
| 55 | + }, |
| 56 | + "scripts": { |
| 57 | + "blt-alias": "blt install-alias -Dcreate_alias=true", |
| 58 | + "drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", |
| 59 | + "nuke": [ |
| 60 | + "rm -rf vendor composer.lock", |
| 61 | + "@composer clearcache", |
| 62 | + "@composer install" |
| 63 | + ], |
| 64 | + "install-phantomjs": [ |
| 65 | + "rm -rf vendor/bin/phantomjs", |
| 66 | + "PhantomInstaller\\Installer::installPhantomJS" |
| 67 | + ] |
| 68 | + } |
| 69 | +} |
0 commit comments