X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-driver%2Fcomposer.json;fp=vendor%2Fdrupal%2Fdrupal-driver%2Fcomposer.json;h=7f5922c362c4a62c37945ee0925e7949a855b1b2;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/drupal/drupal-driver/composer.json b/vendor/drupal/drupal-driver/composer.json new file mode 100644 index 000000000..7f5922c36 --- /dev/null +++ b/vendor/drupal/drupal-driver/composer.json @@ -0,0 +1,37 @@ +{ + "name": "drupal/drupal-driver", + "type": "library", + "description": "A collection of reusable Drupal drivers", + "keywords": ["drupal", "web", "test"], + "homepage": "http://github.com/jhedstrom/DrupalDriver", + "license": "GPL-2.0+", + "authors": [ + { + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" + } + ], + "require": { + "symfony/process": "~2.5|~3.0", + "symfony/dependency-injection": "~2.6|~3.0" + }, + "require-dev": { + "drupal/coder": "~8.2.0", + "phpspec/phpspec": "~2.0", + "phpunit/phpunit": "~4.0", + "mockery/mockery": "0.9.4", + "drush-ops/behat-drush-endpoint": "*" + }, + "autoload": { + "psr-0": { + "Drupal\\Component": "src/", + "Drupal\\Driver": "src/", + "Drupal\\Tests\\Driver" : "tests/" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + } +}