tui/composer.json
2026-08-31 00:13:38 +02:00

38 lines
966 B
JSON

{
"name": "countdown/tui",
"description": "A TUI anagram finder in PHP",
"type": "project",
"require": {
"countdown/letters": "^0.1.3",
"countdown/numbers": "^0.1.0",
"illuminate/collections": "^13.26",
"laravel/prompts": "^0.3.23"
},
"license": "AGPL-3.0-only",
"autoload": {
"psr-4": {
"Lvl0\\Countdown\\TUI\\": "src/",
"Lvl0\\Countdown\\TUI\\Tests\\": "tests/"
}
},
"authors": [
{
"name": "myrmidex",
"email": "myrmidex@myrmidex.net"
}
],
"require-dev": {
"phpunit/phpunit": "^13",
"friendsofphp/php-cs-fixer": "^3.95"
},
"repositories": [
{
"type": "vcs",
"url": "ssh://git@forge.lvl0.xyz:2222/countdown/letters-core.git"
},
{
"type": "vcs",
"url": "ssh://git@forge.lvl0.xyz:2222/countdown/numbers-core.git"
}
]
}