-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 858 Bytes
/
composer.json
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
{
"name": "zunderbolt/cakephp-softdelete-trait",
"description": "Soft delete trait for CakePHP models",
"type": "cakephp-plugin",
"keywords": ["cakephp", "softdelete", "soft", "delete", "trait", "model", "plugin"],
"homepage": "https://github.com/zunderbolt/cakephp-softdelete-trait",
"license": "MIT",
"authors": [
{
"name": "Michael Guchakov",
"email": "zunderbolt@gmail.com",
"homepage": "http://zunderbolt.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"composer/installers": "*"
},
"support": {
"issues": "https://github.com/zunderbolt/cakephp-softdelete-trait/issues",
"source": "https://github.com/zunderbolt/cakephp-softdelete-trait"
},
"extra": {
"installer-name": "SoftDeleteTrait"
}
}