-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
38 lines (38 loc) · 1.29 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
{
"name": "sgl/flts-bundle",
"type": "symfony-bundle",
"description": "Freelancer Timesheets and Billing Symfony2 Bundle",
"keywords": ["timesheet","invoice","project management"],
"homepage": "https://github.com/sglessard/SGLFLTSBundle/",
"license": "MIT",
"authors": [
{
"name": "Simon Guillem-Lessard",
"email": "[email protected]",
"homepage": "https://github.com/sglessard",
"role": "Developer"
}
],
"require": {
"symfony/symfony": "2.8.*",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~4.0",
"sensio/framework-extra-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.0",
"friendsofsymfony/user-bundle": "2.0.*",
"symfony/assetic-bundle": "~2.3",
"jms/security-extra-bundle": "1.6.*",
"jms/di-extra-bundle": "1.4.*",
"genemu/form-bundle": "2.3.*",
"knplabs/knp-snappy-bundle": "1.4.*",
"hashids/hashids": "2.0.*"
},
"autoload": {
"psr-0": { "SGL\\FLTSBundle": "" }
},
"target-dir": "SGL/FLTSBundle"
}