You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1001 B
38 lines
1001 B
{ |
|
"name": "bacon/bacon-qr-code", |
|
"description": "BaconQrCode is a QR code generator for PHP.", |
|
"license" : "BSD-2-Clause", |
|
"homepage": "https://github.com/Bacon/BaconQrCode", |
|
"require": { |
|
"php": "^7.1 || ^8.0", |
|
"ext-iconv": "*", |
|
"dasprid/enum": "^1.0.3" |
|
}, |
|
"suggest": { |
|
"ext-imagick": "to generate QR code images" |
|
}, |
|
"authors": [ |
|
{ |
|
"name": "Ben Scholzen 'DASPRiD'", |
|
"email": "mail@dasprids.de", |
|
"homepage": "https://dasprids.de/", |
|
"role": "Developer" |
|
} |
|
], |
|
"autoload": { |
|
"psr-4": { |
|
"BaconQrCode\\": "src/" |
|
} |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^7 | ^8 | ^9", |
|
"spatie/phpunit-snapshot-assertions": "^4.2.9", |
|
"squizlabs/php_codesniffer": "^3.4", |
|
"phly/keep-a-changelog": "^2.1" |
|
}, |
|
"config": { |
|
"allow-plugins": { |
|
"ocramius/package-versions": true |
|
} |
|
} |
|
}
|
|
|