forked from phiamo/MopaBarcodeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 960 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
{
"name": "mopa/barcode-bundle",
"type": "symfony-bundle",
"description": "Integrates Zend_Barcode and PHP QR Lib to be easily used in symfony2 via twig",
"keywords": ["barcode", "qr code", "zend", "twig"],
"version": "master",
"authors": [
{
"name": "Philipp A. Mohrenweiser",
"email": "[email protected]"
},
{
"name": "Community contributions",
"homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
}
],
"autoload": {
"psr-0": {
"Mopa\\Bundle\\BarcodeBundle": ""
}
},
"target-dir": "Mopa/Bundle/BarcodeBundle",
"require": {
"php": ">=5.3.2"
},
"suggest": {
"zendframework/zendframework": "dev-master",
"imagine/Imagine": "dev-master",
"avalanche123/imagine-bundle": "dev-master",
"mopa/bootstrap-sandbox-bundle": "dev-master"
}
}