forked from thecatontheflat/atlassian-connect-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.35 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
{
"name": "thecatontheflat/atlassian-connect-bundle",
"description": "Atlassian Connect Symfony Bundle",
"keywords": ["bundle", "symfony", "atlassian", "connect", "jira", "confluence", "atlassian-connect"],
"homepage": "https://github.com/thecatontheflat/atlassian-connect-bundle",
"type": "symfony-bundle",
"license": "MIT",
"require": {
"php": "^7.1",
"symfony/dependency-injection": "^3.3|^4.0",
"symfony/http-kernel": "^3.3|^4.0",
"symfony/config": "^3.3|^4.0",
"symfony/yaml": "^3.3|^4.0",
"symfony/security": "^3.3|^4.0",
"symfony/routing": "^3.3|^4.0",
"symfony/console": "^3.3|^4.0",
"doctrine/orm": "^2.5",
"guzzlehttp/guzzle": "^6.0",
"twig/twig": "^2.4",
"firebase/php-jwt": "^5.0"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.0",
"friendsofphp/php-cs-fixer": "^2.3",
"slevomat/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
},
"authors": [
{
"name": "Vitaliy Zurian",
"email": "[email protected]",
"role": "Creator"
},
{
"name": "Denis Golubovskiy",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/thecatontheflat/atlassian-connect-bundle/issues"
},
"autoload": {
"psr-4": {"AtlassianConnectBundle\\": ""}
}
}