forked from paterik/BGBarcodeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (28 loc) · 914 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": "bitgrave/barcode-bundle",
"type": "symfony-bundle",
"description": "provide barcode rendering service into your Symfony2 application.",
"keywords": ["barcodes","barcode","qrcode","pdf417","datamatrix","ean"],
"homepage": "https://github.com/paterik/BGBarcodeBundle",
"license": "GNU-LGPLv3",
"authors": [
{
"name":"Patrick Paechnatz",
"email":"[email protected]",
"homepage":"http://www.bitgrave.net/"
},
{
"name": "BGBarcodeBundle Community",
"homepage": "https://github.com/paterik/BGBarcodeBundle/contributors"
}
],
"require": {
"php": ">=5.5",
"symfony/framework-bundle": ">=2.1",
"symfony/security-bundle": ">=2.1",
"symfony/twig-bundle": ">=2.1"
},
"autoload": {
"psr-4": { "BG\\BarcodeBundle\\": "" }
}
}