forked from Eisen-L/SGKBarcodeBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 853 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
32
33
34
35
36
37
38
39
40
{
"name": "sgk/barcode-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Barcode Generator Bundle with Twig function extension",
"keywords": [
"Symfony2",
"barcode",
"Symfony",
"Bundle",
"Twig",
"generator",
"qrcode",
"qr code"
],
"license": "MIT",
"authors": [
{
"name": "Dinesh Rabara",
"email": "[email protected]"
},
{
"name": "SHANG Guokan",
"email": "[email protected]",
"homepage": "https://github.com/shangguokan"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3",
"symfony/options-resolver": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "4.5.0"
},
"autoload": {
"psr-4": { "SGK\\BarcodeBundle\\": "" }
},
"minimum-stability": "stable"
}