Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/vendor/bacon/bacon-qr-code/ |
Upload File : |
{ "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": "^8.1", "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/" } }, "autoload-dev": { "psr-4": { "BaconQrCodeTest\\": "test/" } }, "require-dev": { "phpunit/phpunit": "^10.5.11 || 11.0.4", "spatie/phpunit-snapshot-assertions": "^5.1.5", "squizlabs/php_codesniffer": "^3.9", "phly/keep-a-changelog": "^2.12" }, "config": { "allow-plugins": { "ocramius/package-versions": true, "php-http/discovery": true } }, "archive": { "exclude": [ "/test", "/phpunit.xml.dist" ] } }