-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 1.1 KB
/
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
35
36
{
"name": "micjohnson/weed-php-bundle",
"description": "Weed-FS integration for your Symfony 2 application using WeedPhp",
"keywords": ["weedfs","client","image storage","blob","clob"],
"homepage": "https://github.com/micjohnson/weed-php-bundle",
"type": "symfony-bundle",
"license": "Apache 2.0",
"authors": [
{
"name": "Mic Johnson",
"homepage": "http://micjohnson.com/"
}
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": ">=2.1.0,<2.3-dev",
"symfony/console": ">=2.1.0,<2.3-dev",
"symfony/form": ">=2.1.0,<2.3-dev",
"micjohnson/weed-php": "v0.1"
},
"require-dev":{
"doctrine/orm":"2.2.*",
"doctrine/mongodb-odm":"dev-master",
"propel/propel1":"1.6.*"
},
"suggest": {
"doctrine/orm": "2.2.*",
"doctrine/mongodb-odm": ">=3.0.0-beta2,<3.1-dev",
"propel/propel1": "1.6.*"
},
"autoload": {
"psr-0": { "Micjohnson\\WeedPhpBundle": "" }
},
"minimum-stability":"dev",
"target-dir": "Micjohnson/WeedPhpBundle"
}