forked from mariuswilms/media
-
Notifications
You must be signed in to change notification settings - Fork 24
/
composer.json
34 lines (34 loc) · 835 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
34
{
"name": "bmcclure/cakephp-media-plugin",
"description": "CakePHP Media Plugin",
"type": "cakephp-plugin",
"keywords": ["cakephp", "media", "upload", "convert"],
"homepage": "https://github.com/bmcclure/CakePHP-Media-Plugin",
"license": "MIT",
"authors": [
{
"name": "Ben McClure",
"role": "Maintainer",
"homepage": "https://github.com/bmcclure"
},
{
"name": "Community",
"role": "Contributor",
"homepage": "https://github.com/bmcclure/CakePHP-Media-Plugin/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/bmcclure/CakePHP-Media-Plugin/issues",
"source": "https://github.com/bmcclure/CakePHP-Media-Plugin"
},
"require": {
"php": ">=5.2.8",
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-cake-2.0": "2.x-dev"
},
"installer-name": "Media"
}
}