2025-09-03 15:58:58 +03:00

32 lines
763 B
JSON

{
"name": "dbrekelmans/bdi",
"description": "PHAR distribution of dbrekelmans/browser-driver-installer.",
"homepage": "https://github.com/dbrekelmans/bdi",
"authors": [
{
"name": "Daniël Brekelmans",
"homepage": "https://github.com/dbrekelmans"
},
{
"name": "Contributors",
"homepage": "https://github.com/dbrekelmans/bdi/graphs/contributors"
}
],
"keywords": [
"browser-driver-installer"
],
"license": "MIT",
"bin": [
"bdi",
"bdi.phar"
],
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"ext-zip": "*",
"ext-zlib": "*"
},
"config": {
"sort-packages": true
}
}