-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
44 lines (38 loc) · 925 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
35
36
37
38
39
40
41
42
43
44
{
"name": "flame/doctrine",
"type": "library",
"description": "Collection of classes for working with Doctrine2 on Kdyby/Doctrine",
"keywords": ["doctrine2", "doctrine", "nette", "flame", "framework", "tools"],
"homepage": "https://github.com/flame-org/Doctrine",
"license": "BSD-2-Clause-FreeBSD",
"authors": [
{
"name": "Jiří Šifalda",
"homepage": "http://jsifalda.name/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/flame-org/Doctrine/issues"
},
"require": {
"php": ">=5.3.2",
"nette/nette": ">=2.1.0",
"kdyby/doctrine": ">=0.9",
"kdyby/console": ">=1.1.1",
"kdyby/events": ">=1.0.1",
"flame/framework": "@dev"
},
"require-dev": {
"nette/tester": "@dev",
"janmarek/mockista": "@dev"
},
"config": {
"vendor-dir": "libs"
},
"autoload": {
"psr-0": {
"Flame": ""
}
}
}