letters-core/composer.json

26 lines
593 B
JSON
Raw Permalink Normal View History

2026-08-21 21:34:02 +02:00
{
2026-08-30 21:55:12 +02:00
"name": "countdown/letters",
2026-08-30 21:52:19 +02:00
"description": "Countdown letters core",
2026-08-22 18:36:59 +02:00
"type": "library",
2026-08-21 21:34:02 +02:00
"require": {
"illuminate/collections": "^13.26"
},
"license": "AGPL-3.0-only",
"autoload": {
"psr-4": {
2026-08-30 21:52:19 +02:00
"Lvl0\\Countdown\\Letters\\": "src/",
"Lvl0\\Countdown\\Letters\\Tests\\": "tests/"
2026-08-21 21:34:02 +02:00
}
},
"authors": [
{
"name": "myrmidex",
"email": "myrmidex@myrmidex.net"
}
],
"require-dev": {
"phpunit/phpunit": "^13",
"friendsofphp/php-cs-fixer": "^3.95"
}
}