{
    "packages": [
        {
            "name": "codeigniter4/framework",
            "version": "v4.1.9",
            "version_normalized": "4.1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/codeigniter4/framework.git",
                "reference": "4ec623a6b8269dd09f570ab514e5864276bb7f56"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeigniter4/framework/zipball/4ec623a6b8269dd09f570ab514e5864276bb7f56",
                "reference": "4ec623a6b8269dd09f570ab514e5864276bb7f56",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "kint-php/kint": "^4.0",
                "laminas/laminas-escaper": "^2.9",
                "php": "^7.3 || ^8.0",
                "psr/log": "^1.1"
            },
            "require-dev": {
                "codeigniter/coding-standard": "^1.1",
                "fakerphp/faker": "^1.9",
                "friendsofphp/php-cs-fixer": "^3.1",
                "mikey179/vfsstream": "^1.6",
                "nexusphp/cs-config": "^3.3",
                "phpunit/phpunit": "^9.1",
                "predis/predis": "^1.1"
            },
            "suggest": {
                "ext-fileinfo": "Improves mime type detection for files"
            },
            "time": "2022-02-26T00:51:52+00:00",
            "type": "project",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CodeIgniter\\": "system/"
                },
                "exclude-from-classmap": [
                    "**/Database/Migrations/**"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "The CodeIgniter framework v4",
            "homepage": "https://codeigniter.com",
            "support": {
                "forum": "http://forum.codeigniter.com/",
                "slack": "https://codeigniterchat.slack.com",
                "source": "https://github.com/codeigniter4/CodeIgniter4"
            },
            "install-path": "../codeigniter4/framework"
        },
        {
            "name": "jason-napolitano/codeigniter4-cart-module",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module.git",
                "reference": "f696be03e715884a04e52d28f104f3f13c326d2b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jason-napolitano/CodeIgniter4-Cart-Module/zipball/f696be03e715884a04e52d28f104f3f13c326d2b",
                "reference": "f696be03e715884a04e52d28f104f3f13c326d2b",
                "shasum": ""
            },
            "require": {
                "codeigniter4/framework": "^4.0.3"
            },
            "time": "2020-11-22T21:40:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CodeIgniterCart\\": "./src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A basic port of the codeigniter 3 cart module for CodeIgniter 4.",
            "homepage": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module",
            "support": {
                "issues": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module/issues",
                "source": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module/tree/1.1.0"
            },
            "install-path": "../jason-napolitano/codeigniter4-cart-module"
        },
        {
            "name": "kint-php/kint",
            "version": "4.1.2",
            "version_normalized": "4.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kint-php/kint.git",
                "reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kint-php/kint/zipball/fa53c4333cda79dc9cb002cfa029abe994d0ae00",
                "reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.0",
                "phpspec/prophecy-phpunit": "^2",
                "phpunit/phpunit": "^9.0",
                "seld/phar-utils": "^1.0",
                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
                "vimeo/psalm": "^4.0"
            },
            "suggest": {
                "kint-php/kint-helpers": "Provides extra helper functions",
                "kint-php/kint-twig": "Provides d() and s() functions in twig templates"
            },
            "time": "2022-02-22T20:32:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "init.php"
                ],
                "psr-4": {
                    "Kint\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Vollebregt",
                    "homepage": "https://github.com/jnvsor"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/kint-php/kint/graphs/contributors"
                }
            ],
            "description": "Kint - debugging tool for PHP developers",
            "homepage": "https://kint-php.github.io/kint/",
            "keywords": [
                "debug",
                "kint",
                "php"
            ],
            "support": {
                "issues": "https://github.com/kint-php/kint/issues",
                "source": "https://github.com/kint-php/kint/tree/4.1.2"
            },
            "install-path": "../kint-php/kint"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.10.0",
            "version_normalized": "2.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "58af67282db37d24e584a837a94ee55b9c7552be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be",
                "reference": "58af67282db37d24e584a837a94ee55b9c7552be",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "zendframework/zend-escaper": "*"
            },
            "require-dev": {
                "infection/infection": "^0.26.6",
                "laminas/laminas-coding-standard": "~2.3.0",
                "maglnet/composer-require-checker": "^3.8.0",
                "phpunit/phpunit": "^9.5.18",
                "psalm/plugin-phpunit": "^0.16.1",
                "vimeo/psalm": "^4.22.0"
            },
            "time": "2022-03-08T20:15:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "source": "https://github.com/laminas/laminas-escaper"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-escaper"
        },
        {
            "name": "picqer/php-barcode-generator",
            "version": "v2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/picqer/php-barcode-generator.git",
                "reference": "877fcb0e9279ac40646361a7d7a7c6d0e1639836"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/877fcb0e9279ac40646361a7d7a7c6d0e1639836",
                "reference": "877fcb0e9279ac40646361a7d7a7c6d0e1639836",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "suggest": {
                "ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
                "ext-gd": "For JPG and PNG generators, GD or Imagick is required",
                "ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
            },
            "time": "2022-05-06T07:19:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Picqer\\Barcode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "homepage": "http://nicolaasuni.tecnick.com"
                },
                {
                    "name": "Casper Bakker",
                    "email": "info@picqer.com",
                    "homepage": "https://picqer.com"
                }
            ],
            "description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
            "homepage": "https://github.com/picqer/php-barcode-generator",
            "keywords": [
                "CODABAR",
                "Code11",
                "Code93",
                "EAN13",
                "KIX",
                "KIXCODE",
                "MSI",
                "POSTNET",
                "Pharma",
                "Standard 2 of 5",
                "barcode",
                "barcode generator",
                "code128",
                "code39",
                "ean",
                "html",
                "jpeg",
                "jpg",
                "php",
                "png",
                "svg",
                "upc"
            ],
            "support": {
                "issues": "https://github.com/picqer/php-barcode-generator/issues",
                "source": "https://github.com/picqer/php-barcode-generator/tree/v2.2.2"
            },
            "funding": [
                {
                    "url": "https://github.com/casperbakker",
                    "type": "github"
                }
            ],
            "install-path": "../picqer/php-barcode-generator"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "razorpay/razorpay",
            "version": "v2.8.3",
            "version_normalized": "2.8.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/razorpay/razorpay-php.git",
                "reference": "1ae60f9142f63cb01e6f9b843dd0a3573976fd40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/1ae60f9142f63cb01e6f9b843dd0a3573976fd40",
                "reference": "1ae60f9142f63cb01e6f9b843dd0a3573976fd40",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.3.0",
                "rmccue/requests": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "raveren/kint": "1.*"
            },
            "time": "2022-04-29T11:11:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Deprecated.php"
                ],
                "psr-4": {
                    "Razorpay\\Api\\": "src/",
                    "Razorpay\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Abhay Rana",
                    "email": "nemo@razorpay.com",
                    "homepage": "https://captnemo.in",
                    "role": "Developer"
                },
                {
                    "name": "Shashank Kumar",
                    "email": "shashank@razorpay.com",
                    "role": "Developer"
                }
            ],
            "description": "Razorpay PHP Client Library",
            "homepage": "https://docs.razorpay.com",
            "keywords": [
                "api",
                "client",
                "php",
                "razorpay"
            ],
            "support": {
                "email": "contact@razorpay.com",
                "issues": "https://github.com/Razorpay/razorpay-php/issues",
                "source": "https://github.com/Razorpay/razorpay-php"
            },
            "install-path": "../razorpay/razorpay"
        },
        {
            "name": "rmccue/requests",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/Requests.git",
                "reference": "b01ce7c91657d604f298751686d7f5eec87b9493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/Requests/zipball/b01ce7c91657d604f298751686d7f5eec87b9493",
                "reference": "b01ce7c91657d604f298751686d7f5eec87b9493",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "php-parallel-lint/php-console-highlighter": "^0.5.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
                "phpcompatibility/php-compatibility": "^9.0",
                "requests/test-server": "dev-main",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.6",
                "wp-coding-standards/wpcs": "^2.0",
                "yoast/phpunit-polyfills": "^1.0.0"
            },
            "time": "2022-03-28T15:37:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "library/Deprecated.php"
                ],
                "psr-4": {
                    "WpOrg\\Requests\\": "src/"
                },
                "classmap": [
                    "library/Requests.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Ryan McCue",
                    "homepage": "https://rmccue.io/"
                },
                {
                    "name": "Alain Schlesser",
                    "homepage": "https://github.com/schlessera"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
                }
            ],
            "description": "A HTTP library written in PHP, for human beings.",
            "homepage": "https://requests.ryanmccue.info/",
            "keywords": [
                "curl",
                "fsockopen",
                "http",
                "idna",
                "ipv6",
                "iri",
                "sockets"
            ],
            "support": {
                "docs": "https://requests.ryanmccue.info/",
                "issues": "https://github.com/WordPress/Requests/issues",
                "source": "https://github.com/WordPress/Requests"
            },
            "install-path": "../rmccue/requests"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
