forked from vodd/CakePHP-Media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 904 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
28
29
30
31
32
33
{
"name":"grafikart/cakephp-media",
"version": "1.0.0",
"description":"The main goal of this plugin is to give you the ability to create and associatie any kind of media with your content. This system use behaviour to associate medias with your content and a helper to manage the UI.",
"type":"cakephp-plugin",
"keywords":[
"cakephp",
"media",
"model",
"models",
"behaviour"
],
"homepage":"http://grafikart.github.io/CakePHP-Media/",
"license":"MIT",
"authors":[
{
"name": "Jonathan Boyer",
"email": "[email protected]",
"homepage": "http://jonathan-boyer.fr/",
"role": "Maintainer"
}
],
"support":{
"source":"https://github.com/Grafikart/CakePHP-Media",
"issues":"https://github.com/Grafikart/CakePHP-Media/issues"
},
"require":{
"composer/installers":"*"
},
"extra": {
"installer-name": "Media"
}
}