-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·43 lines (43 loc) · 1002 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
{
"name": "pd/pdp7",
"license": "GPL-3.0",
"description": "Playground",
"type": "project",
"authors": [
{
"name": "Martin Šifra",
"homepage": "https://martinsifra.cz"
}
],
"require": {
"php": "7.0.*",
"ext-mbstring": "*",
"ext-bcmath": "*",
"nette/application": "2.4.*",
"nette/bootstrap": "2.4.*",
"nette/security": "2.4.*",
"latte/latte": "2.4.*",
"tracy/tracy": "2.4.*",
"kdyby/doctrine": "3.1.*",
"kdyby/events": "3.0.*",
"nextras/migrations": "3.0.*",
"symfony/process": "3.1.*",
"kdyby/console": "2.6.*",
"guzzlehttp/guzzle": "6.2.*",
"kdyby/github": "dev-master#bf9d070efdc0a4a1cb064d2a90597e9392c48b96",
"kdyby/monolog": "^1.2",
"kdyby/clock": "^0.4.0",
"kdyby/rabbitmq": "dev-master#76ed30a080803b2e0b350bc34207760d36fb2a0f",
"dg/adminer-custom": "^1.8"
},
"require-dev": {
"nette/tester": "1.7.*"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"PDP\\": "app",
"PDPTests\\": "tests"
}
}
}