react-shell/composer.json

26 lines
579 B
JSON

{
"name": "noccylabs/react-shell",
"description": "A friendy interactive shell library for ReactPH",
"type": "library",
"license": "GPL-3.0-or-later",
"keywords": [ "reactphp", "shell" ],
"autoload": {
"psr-4": {
"NoccyLabs\\React\\Shell\\": "src/"
}
},
"authors": [
{
"name": "NoccyLabs",
"email": "labs@noccy.com"
}
],
"require": {
"react/react": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"phpstan/phpstan": "^1.10"
}
}