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