{
    "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": "dompdf/dompdf",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/dompdf.git",
                "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085",
                "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "masterminds/html5": "^2.0",
                "phenx/php-font-lib": ">=0.5.4 <1.0.0",
                "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "ext-zip": "*",
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance",
                "ext-zlib": "Needed for pdf stream compression"
            },
            "time": "2022-09-22T13:43:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dompdf\\": "src/"
                },
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "The Dompdf Community",
                    "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
                }
            ],
            "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
            "homepage": "https://github.com/dompdf/dompdf",
            "support": {
                "issues": "https://github.com/dompdf/dompdf/issues",
                "source": "https://github.com/dompdf/dompdf/tree/v2.0.1"
            },
            "install-path": "../dompdf/dompdf"
        },
        {
            "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": "masterminds/html5",
            "version": "2.7.6",
            "version_normalized": "2.7.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "897eb517a343a2281f11bc5556d6548db7d93947"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
                "reference": "897eb517a343a2281f11bc5556d6548db7d93947",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
            },
            "time": "2022-08-18T16:18:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Butcher",
                    "email": "technosophos@gmail.com"
                },
                {
                    "name": "Matt Farina",
                    "email": "matt@mattfarina.com"
                },
                {
                    "name": "Asmir Mustafic",
                    "email": "goetas@gmail.com"
                }
            ],
            "description": "An HTML5 parser and serializer.",
            "homepage": "http://masterminds.github.io/html5-php",
            "keywords": [
                "HTML5",
                "dom",
                "html",
                "parser",
                "querypath",
                "serializer",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/Masterminds/html5-php/issues",
                "source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "phenx/php-font-lib",
            "version": "0.5.4",
            "version_normalized": "0.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-font-lib.git",
                "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
                "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3 || ^4 || ^5"
            },
            "time": "2021-12-17T19:44:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/PhenX/php-font-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-font-lib/issues",
                "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
            },
            "install-path": "../phenx/php-font-lib"
        },
        {
            "name": "phenx/php-svg-lib",
            "version": "0.5.0",
            "version_normalized": "0.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-svg-lib.git",
                "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
                "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0",
                "sabberworm/php-css-parser": "^8.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
            },
            "time": "2022-09-06T12:16:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Svg\\": "src/Svg"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/PhenX/php-svg-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-svg-lib/issues",
                "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
            },
            "install-path": "../phenx/php-svg-lib"
        },
        {
            "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"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "8.4.0",
            "version_normalized": "8.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
                "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
                "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=5.6.20"
            },
            "require-dev": {
                "codacy/coverage": "^1.4",
                "phpunit/phpunit": "^4.8.36"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2021-12-11T13:40:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sabberworm\\CSS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
                "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
            },
            "install-path": "../sabberworm/php-css-parser"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
