180 lines
6.5 KiB
JSON
180 lines
6.5 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "chillerlan/php-qrcode",
|
|
"version": "3.4.1",
|
|
"version_normalized": "3.4.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/chillerlan/php-qrcode.git",
|
|
"reference": "468603b687a5fe75c1ff33857a45f1726c7b95a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/468603b687a5fe75c1ff33857a45f1726c7b95a9",
|
|
"reference": "468603b687a5fe75c1ff33857a45f1726c7b95a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"chillerlan/php-settings-container": "^1.2.2",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phan/phan": "^3.2.2",
|
|
"phpunit/phpunit": "^8.5",
|
|
"setasign/fpdf": "^1.8.2"
|
|
},
|
|
"suggest": {
|
|
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
|
|
"setasign/fpdf": "Required to use the QR FPDF output."
|
|
},
|
|
"time": "2021-09-03T17:54:45+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"chillerlan\\QRCode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kazuhiko Arase",
|
|
"homepage": "https://github.com/kazuhikoarase"
|
|
},
|
|
{
|
|
"name": "Smiley",
|
|
"email": "smiley@chillerlan.net",
|
|
"homepage": "https://github.com/codemasher"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A QR code generator. PHP 7.2+",
|
|
"homepage": "https://github.com/chillerlan/php-qrcode",
|
|
"keywords": [
|
|
"phpqrcode",
|
|
"qr",
|
|
"qr code",
|
|
"qrcode",
|
|
"qrcode-generator"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/chillerlan/php-qrcode/issues",
|
|
"source": "https://github.com/chillerlan/php-qrcode/tree/3.4.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/codemasher",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../chillerlan/php-qrcode"
|
|
},
|
|
{
|
|
"name": "chillerlan/php-settings-container",
|
|
"version": "1.2.2",
|
|
"version_normalized": "1.2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/chillerlan/php-settings-container.git",
|
|
"reference": "d1b5284d6eb3a767459738bb0b20073f0cb3eeaf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/d1b5284d6eb3a767459738bb0b20073f0cb3eeaf",
|
|
"reference": "d1b5284d6eb3a767459738bb0b20073f0cb3eeaf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.4"
|
|
},
|
|
"time": "2021-09-03T17:33:25+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"chillerlan\\Settings\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Smiley",
|
|
"email": "smiley@chillerlan.net",
|
|
"homepage": "https://github.com/codemasher"
|
|
}
|
|
],
|
|
"description": "A container class for immutable settings objects. Not a DI container. PHP 7.2+",
|
|
"homepage": "https://github.com/chillerlan/php-settings-container",
|
|
"keywords": [
|
|
"PHP7",
|
|
"Settings",
|
|
"container",
|
|
"helper"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/chillerlan/php-settings-container/issues",
|
|
"source": "https://github.com/chillerlan/php-settings-container"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/codemasher",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../chillerlan/php-settings-container"
|
|
},
|
|
{
|
|
"name": "payeye/lib",
|
|
"version": "1.18.13",
|
|
"version_normalized": "1.18.13.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/payeye2/frontend216/ecommerce/ecommerce-php-library.git",
|
|
"reference": "c00935223fd34c32116b6e5bd2907808cce8961d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://gitlab.com/api/v4/projects/42726542/packages/composer/archives/payeye/lib.zip?sha=c00935223fd34c32116b6e5bd2907808cce8961d",
|
|
"reference": "c00935223fd34c32116b6e5bd2907808cce8961d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*"
|
|
},
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PayEye\\Lib\\": "src/"
|
|
}
|
|
},
|
|
"install-path": "../payeye/lib"
|
|
}
|
|
],
|
|
"dev": false,
|
|
"dev-package-names": []
|
|
}
|