{ "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" } }