PHPUnit-Base/composer.json
2020-02-16 09:04:19 +00:00

21 lines
425 B
JSON

{
"name": "jhodges/phpunit-base",
"type": "library",
"authors": [
{
"name": "James",
"email": "inbox.dev@jhodges.co.uk"
}
],
"require": {
"phpunit/phpunit-selenium": "^4.1",
"php-webdriver/webdriver": "^1.7",
"spatie/crawler": "^4.6"
},
"autoload": {
"psr-4": {
"JHodges\\PHPUnitBase\\": "src/"
}
}
}