1 Star 1 Fork 0

NorthWind / state-machine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "winzou/state-machine",
"description": "A very lightweight yet powerful PHP state machine",
"keywords": ["statemachine", "state", "event", "callback"],
"homepage": "https://github.com/winzou/StateMachine",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Alexandre Bacco",
"email": "alexandre.bacco@gmail.com",
"homepage": "http://alex.bacco.fr"
}
],
"require": {
"php": "^7.1.3|^8.0",
"symfony/event-dispatcher": "^4.3|^5.0",
"symfony/property-access": "^4.3|^5.0",
"symfony/expression-language": "^4.3|^5.0"
},
"suggest": {
"twig/twig": "Access the state machine in your twig templates (^2.10|^3.0)"
},
"require-dev": {
"phpspec/phpspec": "^5.0|^6.0",
"twig/twig": "^2.10|^3.0"
},
"autoload": {
"psr-0": { "SM": "src/" }
},
"autoload-dev": {
"psr-4": { "spec\\": "spec/" }
},
"config": {
"bin-dir": "bin"
}
}
PHP
1
https://gitee.com/xskit/state-machine.git
git@gitee.com:xskit/state-machine.git
xskit
state-machine
state-machine
master

搜索帮助