{
    "packages": [
        {
            "name": "bacon/bacon-qr-code",
            "version": "v3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Bacon/BaconQrCode.git",
                "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f",
                "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f",
                "shasum": ""
            },
            "require": {
                "dasprid/enum": "^1.0.3",
                "ext-iconv": "*",
                "php": "^8.1"
            },
            "require-dev": {
                "phly/keep-a-changelog": "^2.12",
                "phpunit/phpunit": "^10.5.11 || 11.0.4",
                "spatie/phpunit-snapshot-assertions": "^5.1.5",
                "squizlabs/php_codesniffer": "^3.9"
            },
            "suggest": {
                "ext-imagick": "to generate QR code images"
            },
            "time": "2024-10-01T13:55:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BaconQrCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Ben Scholzen 'DASPRiD'",
                    "email": "mail@dasprids.de",
                    "homepage": "https://dasprids.de/",
                    "role": "Developer"
                }
            ],
            "description": "BaconQrCode is a QR code generator for PHP.",
            "homepage": "https://github.com/Bacon/BaconQrCode",
            "support": {
                "issues": "https://github.com/Bacon/BaconQrCode/issues",
                "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1"
            },
            "install-path": "../bacon/bacon-qr-code"
        },
        {
            "name": "dasprid/enum",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DASPRiD/Enum.git",
                "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
                "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1 <9.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
                "squizlabs/php_codesniffer": "*"
            },
            "time": "2024-08-09T14:30:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DASPRiD\\Enum\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Ben Scholzen 'DASPRiD'",
                    "email": "mail@dasprids.de",
                    "homepage": "https://dasprids.de/",
                    "role": "Developer"
                }
            ],
            "description": "PHP 7.1 enum implementation",
            "keywords": [
                "enum",
                "map"
            ],
            "support": {
                "issues": "https://github.com/DASPRiD/Enum/issues",
                "source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
            },
            "install-path": "../dasprid/enum"
        },
        {
            "name": "endroid/qr-code",
            "version": "5.1.0",
            "version_normalized": "5.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/endroid/qr-code.git",
                "reference": "393fec6c4cbdc1bd65570ac9d245704428010122"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/endroid/qr-code/zipball/393fec6c4cbdc1bd65570ac9d245704428010122",
                "reference": "393fec6c4cbdc1bd65570ac9d245704428010122",
                "shasum": ""
            },
            "require": {
                "bacon/bacon-qr-code": "^3.0",
                "php": "^8.1"
            },
            "require-dev": {
                "endroid/quality": "dev-main",
                "ext-gd": "*",
                "khanamiryan/qrcode-detector-decoder": "^2.0.2",
                "setasign/fpdf": "^1.8.2"
            },
            "suggest": {
                "ext-gd": "Enables you to write PNG images",
                "khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator",
                "roave/security-advisories": "Makes sure package versions with known security issues are not installed",
                "setasign/fpdf": "Enables you to use the PDF writer"
            },
            "time": "2024-09-08T08:52:55+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Endroid\\QrCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeroen van den Enden",
                    "email": "info@endroid.nl"
                }
            ],
            "description": "Endroid QR Code",
            "homepage": "https://github.com/endroid/qr-code",
            "keywords": [
                "code",
                "endroid",
                "php",
                "qr",
                "qrcode"
            ],
            "support": {
                "issues": "https://github.com/endroid/qr-code/issues",
                "source": "https://github.com/endroid/qr-code/tree/5.1.0"
            },
            "funding": [
                {
                    "url": "https://github.com/endroid",
                    "type": "github"
                }
            ],
            "install-path": "../endroid/qr-code"
        },
        {
            "name": "rikudou/czqrpayment",
            "version": "v5.3.1",
            "version_normalized": "5.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RikudouSage/QrPaymentCZ.git",
                "reference": "f8e0ecbbdb6d30bafb50a833cc7cfe4f575b82a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RikudouSage/QrPaymentCZ/zipball/f8e0ecbbdb6d30bafb50a833cc7cfe4f575b82a4",
                "reference": "f8e0ecbbdb6d30bafb50a833cc7cfe4f575b82a4",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 | ^8.0",
                "rikudou/iban": "^1.1.1",
                "rikudou/qr-payment-interface": "^1.0",
                "rikudou/qr-payment-qr-code-provider": "^1.2"
            },
            "require-dev": {
                "endroid/qr-code": "^3.2",
                "friendsofphp/php-cs-fixer": "^2.18",
                "php-coveralls/php-coveralls": "^2.1",
                "phpstan/phpstan": "^0.12.82",
                "phpunit/phpunit": "^9.5"
            },
            "suggest": {
                "endroid/qr-code": "For getting the qr code image"
            },
            "time": "2024-12-20T23:39:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rikudou\\CzQrPayment\\": "src/",
                    "rikudou\\CzQrPayment\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dominik Chrástecký",
                    "email": "dominik@chrastecky.cz"
                }
            ],
            "description": "QR payment library for Czech accounts",
            "homepage": "https://github.com/RikudouSage/QrPaymentCZ",
            "keywords": [
                "payment",
                "qr"
            ],
            "support": {
                "issues": "https://github.com/RikudouSage/QrPaymentCZ/issues",
                "source": "https://github.com/RikudouSage/QrPaymentCZ/tree/v5.3.1"
            },
            "funding": [
                {
                    "url": "https://ko-fi.com/dominik_ch",
                    "type": "ko_fi"
                },
                {
                    "url": "https://liberapay.com/dominik_ch",
                    "type": "liberapay"
                }
            ],
            "install-path": "../rikudou/czqrpayment"
        },
        {
            "name": "rikudou/iban",
            "version": "v1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RikudouSage/IBAN.git",
                "reference": "7fe69bf9274792c37d5a8d9d38ef5cb000f8377a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RikudouSage/IBAN/zipball/7fe69bf9274792c37d5a8d9d38ef5cb000f8377a",
                "reference": "7fe69bf9274792c37d5a8d9d38ef5cb000f8377a",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 | ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.0",
                "php-coveralls/php-coveralls": "^2.1",
                "phpstan/phpstan": "^0.12.63",
                "phpunit/phpunit": "^9"
            },
            "time": "2023-09-11T07:54:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rikudou\\Iban\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "WTFPL"
            ],
            "authors": [
                {
                    "name": "Dominik Chrástecký",
                    "email": "dominik@chrastecky.cz"
                }
            ],
            "description": "Library for working with IBANs",
            "homepage": "https://github.com/RikudouSage/IBAN",
            "keywords": [
                "IBAN"
            ],
            "support": {
                "issues": "https://github.com/RikudouSage/IBAN/issues",
                "source": "https://github.com/RikudouSage/IBAN/tree/v1.3.0"
            },
            "funding": [
                {
                    "url": "https://ko-fi.com/dominik_ch",
                    "type": "ko_fi"
                },
                {
                    "url": "https://liberapay.com/dominik_ch",
                    "type": "liberapay"
                }
            ],
            "install-path": "../rikudou/iban"
        },
        {
            "name": "rikudou/qr-payment-interface",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RikudouSage/QrPaymentInterface.git",
                "reference": "752f7a6bf1190c7d65ead90b5989f61927436c89"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RikudouSage/QrPaymentInterface/zipball/752f7a6bf1190c7d65ead90b5989f61927436c89",
                "reference": "752f7a6bf1190c7d65ead90b5989f61927436c89",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "rikudou/iban": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16"
            },
            "time": "2021-04-27T20:05:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rikudou\\QrPayment\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dominik Chrástecký",
                    "email": "dominik@chrastecky.cz"
                }
            ],
            "description": "Common interface for my qr payment libraries",
            "keywords": [
                "payment",
                "qr"
            ],
            "support": {
                "issues": "https://github.com/RikudouSage/QrPaymentInterface/issues",
                "source": "https://github.com/RikudouSage/QrPaymentInterface/tree/v1.1.0"
            },
            "install-path": "../rikudou/qr-payment-interface"
        },
        {
            "name": "rikudou/qr-payment-qr-code-provider",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RikudouSage/QrPaymentQrCodeProvider.git",
                "reference": "d233c4bedeecf2ff7cd7e7d4ec7f4ad4a5eb4b64"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RikudouSage/QrPaymentQrCodeProvider/zipball/d233c4bedeecf2ff7cd7e7d4ec7f4ad4a5eb4b64",
                "reference": "d233c4bedeecf2ff7cd7e7d4ec7f4ad4a5eb4b64",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "rikudou/qr-payment-interface": "^1.0"
            },
            "require-dev": {
                "bacon/bacon-qr-code": "^3.0",
                "chillerlan/php-qrcode": "^5.0",
                "endroid/qr-code": "^6.0",
                "friendsofphp/php-cs-fixer": "^3.1",
                "phpstan/phpstan": "^0.12.99"
            },
            "time": "2024-12-20T23:25:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rikudou\\QrPaymentQrCodeProvider\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "QR code provider for QR payment libraries",
            "support": {
                "issues": "https://github.com/RikudouSage/QrPaymentQrCodeProvider/issues",
                "source": "https://github.com/RikudouSage/QrPaymentQrCodeProvider/tree/v1.2.0"
            },
            "install-path": "../rikudou/qr-payment-qr-code-provider"
        },
        {
            "name": "rikudou/skqrpayment",
            "version": "v4.2.2",
            "version_normalized": "4.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RikudouSage/QrPaymentSK.git",
                "reference": "777fa98caaff3f10fb43f3cf67a8464c547e0550"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RikudouSage/QrPaymentSK/zipball/777fa98caaff3f10fb43f3cf67a8464c547e0550",
                "reference": "777fa98caaff3f10fb43f3cf67a8464c547e0550",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ^8.0",
                "rikudou/iban": "^1.0",
                "rikudou/qr-payment-interface": "^1.0",
                "rikudou/qr-payment-qr-code-provider": "^1.2"
            },
            "require-dev": {
                "endroid/qr-code": "^3.9",
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpstan/phpstan": "^0.12.32",
                "phpunit/phpunit": "^8.5"
            },
            "suggest": {
                "endroid/qr-code": "For getting QR code image",
                "rikudou/pay-by-square-decoder": "If you want to decode Pay By Square encoded data"
            },
            "time": "2024-12-20T23:34:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "rikudou\\SkQrPayment\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dominik Chrástecký",
                    "email": "dominik@chrastecky.cz"
                }
            ],
            "description": "QR payment library for Slovak accounts",
            "homepage": "https://github.com/RikudouSage/QrPaymentSK",
            "keywords": [
                "payment",
                "qr"
            ],
            "support": {
                "issues": "https://github.com/RikudouSage/QrPaymentSK/issues",
                "source": "https://github.com/RikudouSage/QrPaymentSK/tree/v4.2.2"
            },
            "funding": [
                {
                    "url": "https://ko-fi.com/dominik_ch",
                    "type": "ko_fi"
                },
                {
                    "url": "https://liberapay.com/dominik_ch",
                    "type": "liberapay"
                }
            ],
            "install-path": "../rikudou/skqrpayment"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
