forked from contao/contao-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
59 lines (57 loc) · 1.71 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "contao/contao-manager",
"description": "Contao Manager is the management tool for Contao 4 Open Source CMS",
"type": "project",
"keywords": ["contao", "cms", "php", "vuejs", "symfony", "symfony-application", "manager", "installer"],
"homepage": "https://contao.org",
"license": "GPL-3.0+",
"authors": [
{
"name": "Andreas Schempp",
"homepage": "https://github.com/aschempp",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/contao/contao-manager/issues",
"forum": "https://community.contao.org",
"source": "https://github.com/contao/contao-manager",
"docs": "https://docs.contao.org"
},
"require": {
"php": "^5.5.9 || ^7.0",
"ext-json": "*",
"symfony/framework-bundle": "3.4.*",
"symfony/security-bundle": "3.4.*",
"symfony/console": "3.4.*",
"symfony/process": "3.4.*",
"symfony/yaml": "3.4.*",
"doctrine/annotations": "~1.0",
"symfony/monolog-bundle": "~2.9",
"ircmaxell/password-compat": "^1.0",
"firebase/php-jwt": "^4.0",
"terminal42/background-process": "dev-master@dev",
"crell/api-problem": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"composer/composer": "^1.7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1"
},
"autoload": {
"psr-4": {
"Contao\\ManagerApi\\": "api/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/terminal42/background-process.git"
}
],
"config": {
"platform": {
"php": "5.5.9"
}
}
}