Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"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": ">=5.3.0",
|
|
"symfony/event-dispatcher": "~2.1|~3.0|~4.0",
|
|
"symfony/property-access": "~2.1|~3.0|~4.0",
|
|
"symfony/expression-language": "~2.4|~3.0|~4.0"
|
|
},
|
|
"suggest": {
|
|
"twig/twig": "Access the state machine in your twig templates (~1.0)"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "~2.0",
|
|
"twig/twig": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "SM": "src/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "spec\\": "spec/" }
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
}
|
|
}
|