Files
nih-php-command-builder/composer.json
2026-02-15 15:46:27 +01:00

26 lines
589 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": {
"php": "^8.4"
},
"require-dev": {
"phpunit/phpunit": "^13.0",
"vimeo/psalm": "^6.15",
"psalm/plugin-phpunit": "^0.19.5"
}
}