-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 778 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 778 Bytes
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
{
"name": "sundrique/doctrine-tools",
"description": "Zend Framework 2 Module providing unified endpoint for Doctrine command line tools",
"type": "library",
"license": "MIT",
"keywords": [
"doctrine",
"tools",
"cli",
"module",
"zf2"
],
"homepage": "https://github.com/Sundrique/DoctrineTools",
"authors": [
{
"name": "Aleksandr Sandrovskiy",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"doctrine/doctrine-orm-module": ">=0.7",
"doctrine/migrations": "dev-master"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"DoctrineTools\\": "src/",
"DoctrineToolsTest\\": "tests/"
}
}
}