21 lines
425 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|