Add composer.json
This commit is contained in:
parent
de98f3fb30
commit
89470787d8
1 changed files with 7 additions and 5 deletions
|
@ -6,13 +6,15 @@
|
||||||
"homepage": "http://www.doctrine-project.org",
|
"homepage": "http://www.doctrine-project.org",
|
||||||
"license": "LGPL",
|
"license": "LGPL",
|
||||||
"authors": [
|
"authors": [
|
||||||
{"name": "Guilherme Blanco"},
|
{"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
|
||||||
{"name": "Roman Borschel"},
|
{"name": "Roman Borschel", "email": "roman@code-factory.org"},
|
||||||
{"name": "Benjamin Eberlei"},
|
{"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
|
||||||
{"name": "Jonathan Wage"}
|
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"ext-pdo": "*"
|
"ext-pdo": "*",
|
||||||
|
"doctrine/common": "master-dev",
|
||||||
|
"doctrine/dbal": "master-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue