forked from lexik/LexikWorkflowBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1023 Bytes
/
Copy pathcomposer.json
File metadata and controls
40 lines (40 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "lexik/workflow-bundle",
"type": "symfony-bundle",
"description": "Simple workflow bundle for Symfony2",
"keywords": ["Symfony2", "bundle", "workflow"],
"license": "MIT",
"homepage": "https://github.com/lexik/LexikWorkflowBundle",
"authors": [
{
"name": "Cedric Girard",
"email": "c.girard@lexik.fr"
},
{
"name": "Jeremy Barthe",
"email": "j.barthe@lexik.fr"
},
{
"name": "Dev Lexik",
"email": "dev@lexik.fr"
},
{
"name": "Jérémy Romey",
"email": "jeremy@free-agent.fr"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "~2.0",
"doctrine/orm": "~2.2"
},
"autoload": {
"psr-0": { "Lexik\\Bundle\\WorkflowBundle": "" }
},
"target-dir": "Lexik/Bundle/WorkflowBundle",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
}
}