public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/bacon/bacon-qr-code/composer.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "bacon/bacon-qr-code",
3
"description": "BaconQrCode is a QR code generator for PHP.",
4
"license" : "BSD-2-Clause",
5
"homepage": "https://github.com/Bacon/BaconQrCode",
6
"require": {
7
"php": "^7.1 || ^8.0",
8
"ext-iconv": "*",
9
"dasprid/enum": "^1.0.3"
10
},
11
"suggest": {
12
"ext-imagick": "to generate QR code images"
13
},
14
"authors": [
15
{
16
"name": "Ben Scholzen 'DASPRiD'",
17
"email": "[email protected]",
18
"homepage": "https://dasprids.de/",
19
"role": "Developer"
20
}
21
],
22
"autoload": {
23
"psr-4": {
24
"BaconQrCode\\": "src/"
25
}
26
},
27
"require-dev": {
28
"phpunit/phpunit": "^7 | ^8 | ^9",
29
"spatie/phpunit-snapshot-assertions": "^4.2.9",
30
"squizlabs/php_codesniffer": "^3.4",
31
"phly/keep-a-changelog": "^2.1"
32
},
33
"config": {
34
"allow-plugins": {
35
"ocramius/package-versions": true
36
}
37
},
38
"archive": {
39
"exclude": [
40
"/test",
41
"/phpunit.xml.dist"
42
]
43
}
44
}