-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 842 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 842 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
{
"name": "burriko/cake-state-machine",
"description": "A finite state machine behavior for CakePHP 2.x",
"type": "cakephp-plugin",
"keywords": ["cakephp", "finite", "state", "machine", "behavior"],
"homepage": "https://github.com/burriko/cakephp-state-machine-behavior",
"license": "MIT",
"authors": [
{
"name": "Graeme Tait",
"homepage": "http://graemetait.co.uk",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/burriko/cakephp-state-machine-behavior/issues",
"source": "https://github.com/burriko/cakephp-state-machine-behavior"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}