forked from chrisandchris/barcode-bundle
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
44 lines (44 loc) · 933 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
41
42
43
44
{
"name": "nikitospush/barcode-bundle",
"type": "symfony-bundle",
"description": "Symfony 4, 5, 6 ,7 Barcode Generator Bundle with Twig function extension",
"keywords": [
"Symfony",
"Flex",
"barcode",
"Symfony",
"Bundle",
"Twig",
"generator",
"qrcode",
"qr code"
],
"license": "Apache-2.0",
"require": {
"php": "^7.4|^8.0",
"symfony/framework-bundle": "^4.4|^5.4|^6.0|^7.0",
"symfony/twig-bundle": "^4.4|^5.4|^6.0|^7.0",
"symfony/options-resolver": "^4.4|^5.4|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"rector/rector": "^0.15",
"friendsofphp/php-cs-fixer": "^3.14"
},
"autoload": {
"psr-4": {
"SGK\\BarcodeBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"SGK\\BarcodeBundle\\Tests\\": "tests"
}
},
"config": {
"platform": {
"php": "7.4"
}
},
"minimum-stability": "stable"
}