-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 869 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": "sgt/lites/contractportfolio",
"description": "PHP Skelton including Composer, Slim, Twig, PHPUnit, JQuery, Bootstrap and Monolog",
"version": "0.1",
"type": "web application",
"keywords": ["application", "portfolio", "php", "sgt"],
"homepage": "https://github.com/SGT-LaRC/slim-twig-skeleton",
"time": "2015-04-09",
"authors": [
{"name": "Kevin Jones","email": "kjones@sgt-inc.com","role": "Solutions Architect"}
],
"support": {
"email": "kjones@sgt-inc.com",
"issues": "https://github.com/SGT-LaRC/slim-twig-skeleton/issues",
"source": "https://github.com/SGT-LaRC/slim-twig-skeleton"
},
"require": {
"php": ">=5.3.10",
"monolog/monolog": "1.*",
"phpunit/phpunit": "4.1.*",
"slim/slim": "2.*",
"slim/views": "0.1.*",
"twig/twig": "1.*"
},
"autoload": {
"psr-0": {
"Imavex": "src/",
"com\\sgtinc\\": "src/"
}
}
}