forked from AmericanCouncils/Mutate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 859 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
{
"name": "ac/mutate",
"type": "application",
"description": "Command line file transcoding app for PHP 5.3+.",
"keywords": ["file", "convert", "transcode"],
"homepage": "http://github.com/americancouncils/mutate",
"license": "MIT",
"authors": [
{
"name": "Evan Villemez",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"ac/transcoding": "0.2.*",
"symfony/console": "2.1.*",
"symfony/event-dispatcher": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/class-loader": "2.1.*",
"pimple/pimple": "dev-master",
"monolog/monolog": ">=1.0.0,<1.2-dev",
"symfony/process": "2.1.*"
},
"autoload": {
"psr-0": { "AC\\Mutate": "src/" }
}
}