forked from imsamurai/cakephp-serializable-behaviour
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 853 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 853 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
{
"name": "imsamurai/cakephp-serializable-behaviour",
"description": "Behavior for saving and reading serialized data from/into database",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"serializable",
"behaviour",
"database"
],
"homepage": "http://github.com/imsamurai/cakephp-serializable-behaviour",
"license": "MIT",
"authors": [
{
"name": "Shamray Alexander",
"email": "im.samuray@gmail.com",
"homepage": "https://imsamurai.me",
"role": "Maintainer"
}
],
"require": {
"composer/installers": "*"
},
"support": {
"email": "im.samuray@gmail.com",
"issues": "https://github.com/imsamurai/cakephp-serializable-behaviour/issues",
"source": "https://github.com/imsamurai/cakephp-serializable-behaviour"
},
"extra": {
"installer-name": "Serializable"
}
}