Files
nih-php-command-builder/composer.json
2025-08-16 21:55:16 +02:00

19 lines
424 B
JSON

{
"name": "nih/command-builder",
"description": "A (somewhat) simple command builder inspired by rust's std library",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Nih\\CommandBuilder\\": "src/"
}
},
"authors": [
{
"name": "Jonas Kattendick",
"email": "kattendick@bde-software.com"
}
],
"require": {}
}