Mercurial > hg > cmmr2012-drupal-site
diff vendor/instaclick/php-webdriver/composer.json @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/instaclick/php-webdriver/composer.json Thu Jul 05 14:24:15 2018 +0000 @@ -0,0 +1,43 @@ +{ + "name": "instaclick/php-webdriver", + "type": "library", + "description": "PHP WebDriver for Selenium 2", + "keywords": [ + "selenium", + "webdriver", + "webtest", + "browser" + ], + "homepage": "http://instaclick.com/", + "license": "Apache-2.0", + "authors": [ + { + "name": "Justin Bishop", + "email": "jubishop@gmail.com", + "role": "Developer" + }, + { + "name": "Anthon Pang", + "email": "apang@softwaredevelopment.ca", + "role": "Fork Maintainer" + } + ], + "require": { + "php": ">=5.3.2", + "ext-curl": "*" + }, + "require-dev": { + "satooshi/php-coveralls": "^1.0||^2.0", + "phpunit/phpunit": "^4.8" + }, + "autoload": { + "psr-0": { + "WebDriver": "lib/" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + } +}