forked from joomla/jissues
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 966 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
{
"name": "joomla/tracker",
"description": "Issue Tracking application built on the Joomla! Framework integrating with GitHub to replace the existing Joomlacode solution.",
"keywords": ["joomla", "tracker"],
"homepage": "https://github.com/joomla/jissues",
"license": "GPL-2.0+",
"version": "1.0.0-beta",
"require": {
"php": ">=5.3.10",
"joomla/framework": "dev-master",
"symfony/http-foundation": "2.3.*@stable",
"twig/twig": "1.*@stable",
"elkuku/g11n": "2.1",
"elkuku/console-progressbar": "1.0"
},
"require-dev": {
"monolog/monolog": "1.6.0",
"raveren/kint": "0.9",
"filp/whoops": "1.0.*@stable",
"mustache/mustache": "2.1.*",
"phpunit/phpunit" : "3.7.*"
},
"autoload": {
"psr-0": {
"Joomla": "src/",
"JTracker": "src/",
"App": "src/"
}
},
"minimum-stability": "dev"
}