-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.json
30 lines (30 loc) · 1020 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
{
"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": "LGPL-3.0-or-later",
"authors": [
{
"name":"Patrick Paechnatz",
"email":"[email protected]"
},
{
"name": "BGBarcodeBundle Community",
"homepage": "https://github.com/paterik/BGBarcodeBundle/contributors"
}
],
"minimum-stability": "stable",
"require": {
"php": "^5.5 || ^5.6 || ^7.0",
"symfony/dependency-injection": "^2.1 || ^3.0 || ^4.0 || ^4.1",
"symfony/http-kernel": "^2.1 || ^3.0 || ^4.0 || ^5.1"
},
"require-dev": {
"symfony/framework-bundle": "^2.1 || ^3.0 || ^4.0 || ^4.1"
},
"autoload": {
"psr-4": { "BG\\BarcodeBundle\\": "" }
}
}