-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
29 lines (29 loc) · 921 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
{
"name": "abienvenu/kyjoukan",
"type": "symfony-bundle",
"description": "Tournament planner",
"keywords": ["Symfony", "Tournament", "Event", "Planner", "Manager", "Scheduler"],
"homepage": "https://github.com/abienvenu/kyjoukan",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Arnaud Bienvenu"
}
],
"require": {
"php": ">=7.1.0",
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"stof/doctrine-extensions-bundle": "~1.3",
"robloach/component-installer": "~0.2",
"components/jquery": "^3.1",
"components/jqueryui": "^1.12",
"components/bootstrap": "^3.3"
},
"autoload": {
"psr-4": {"Abienvenu\\KyjoukanBundle\\": ""}
}
}