forked from dfridrich/QRPlatba
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (36 loc) · 803 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·36 lines (36 loc) · 803 Bytes
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
{
"name": "dfridrich/qr-platba",
"type": "library",
"description": "Generování QR Plateb a QR Faktur v PHP.",
"keywords": [
"php",
"qr",
"platba"
],
"homepage": "https://github.com/dfridrich/QRPlatba",
"license": "MIT",
"authors": [
{
"name": "Dennis Fridrich",
"email": "fridrich.dennis@gmail.com"
}
],
"require": {
"php": ">=7.4.0",
"endroid/qr-code": "^4",
"jschaedl/iban-validation": "^1.4",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"Defr\\QRPlatba\\": "src/"
},
"files": [
"src/bcmod.php"
]
},
"require-dev": {
"phpunit/phpunit": "^9",
"fpdf/fpdf": "^1.84"
}
}