Files
state-machine/composer.json

21 lines
456 B
JSON
Raw Permalink Normal View History

2026-01-07 01:24:40 +01:00
{
"name": "noccylabs/state-machine",
"description": "A trait to turn enums into state machines",
"type": "library",
"license": "GPL-2.0-or-later",
"autoload": {
"psr-4": {
"NoccyLabs\\StateMachine\\": "src/"
}
},
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "labs@noccy.com"
}
],
"require-dev": {
"phpunit/phpunit": "^12.5"
}
}