scriptedbrowser/composer.json

17 lines
396 B
JSON

{
"name": "contentnation/scriptedbrowser",
"description": "A tool to create video recordings of automated browser actions",
"type": "project",
"require-dev": {
"phan/phan": "^5.4"
},
"license": "GPLv3+",
"authors": [
{
"name": "Grumpydeveloper",
"email": "grumpydeveloper@contentnation.net"
}
],
"require": {}
}