{
    "packages": [
        {
            "name": "automattic/phpcs-neutron-standard",
            "version": "v1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/phpcs-neutron-standard.git",
                "reference": "566ad70534296073afa9143858671356444ddead"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/phpcs-neutron-standard/zipball/566ad70534296073afa9143858671356444ddead",
                "reference": "566ad70534296073afa9143858671356444ddead",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "squizlabs/php_codesniffer": "^3.3.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || ^0.5 || ^0.6 || ^0.7",
                "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
                "sirbrillig/phpcs-variable-analysis": "^2.0.1"
            },
            "time": "2021-02-15T22:42:03+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NeutronStandard\\": "NeutronStandard/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Payton Swick",
                    "email": "payton@foolord.com"
                }
            ],
            "description": "A set of phpcs sniffs for modern php development.",
            "support": {
                "issues": "https://github.com/sirbrillig/phpcs-neutron-standard/issues",
                "source": "https://github.com/sirbrillig/phpcs-neutron-standard",
                "wiki": "https://github.com/sirbrillig/phpcs-neutron-standard/wiki"
            },
            "install-path": "../automattic/phpcs-neutron-standard"
        },
        {
            "name": "cardflow/cardflow-php",
            "version": "v1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cardflow/cardflow-php.git",
                "reference": "e30e2adb54706211b43b44f3aaf7be4990e68200"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cardflow/cardflow-php/zipball/e30e2adb54706211b43b44f3aaf7be4990e68200",
                "reference": "e30e2adb54706211b43b44f3aaf7be4990e68200",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": "~7.4.0||~8.0.0||~8.1.0||~8.2.0",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "dg/bypass-finals": "^1.2",
                "guzzlehttp/guzzle": "^7.0",
                "phpstan/phpstan": "^1.5.4",
                "phpunit/phpunit": "^9.3",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "time": "2023-04-03T14:29:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cardflow\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cardflow B.V.",
                    "email": "info@cardflow.nl"
                }
            ],
            "description": "PHP library for interacting with the Cardflow API.",
            "homepage": "https://cardflow.nl",
            "keywords": [
                "api",
                "cardflow"
            ],
            "support": {
                "email": "info@cardflow.nl",
                "issues": "https://github.com/cardflow/cardflow-php/issues",
                "source": "https://github.com/cardflow/cardflow-php/tree/v1.0.1"
            },
            "install-path": "../cardflow/cardflow-php"
        },
        {
            "name": "dealerdirect/phpcodesniffer-composer-installer",
            "version": "v0.7.2",
            "version_normalized": "0.7.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "*",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
                "phpcompatibility/php-compatibility": "^9.0"
            },
            "time": "2022-02-04T12:51:07+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Franck Nijhof",
                    "email": "franck.nijhof@dealerdirect.com",
                    "homepage": "http://www.frenck.nl",
                    "role": "Developer / IT Manager"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
            "homepage": "http://www.dealerdirect.com",
            "keywords": [
                "PHPCodeSniffer",
                "PHP_CodeSniffer",
                "code quality",
                "codesniffer",
                "composer",
                "installer",
                "phpcbf",
                "phpcs",
                "plugin",
                "qa",
                "quality",
                "standard",
                "standards",
                "style guide",
                "stylecheck",
                "tests"
            ],
            "support": {
                "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
                "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
            },
            "install-path": "../dealerdirect/phpcodesniffer-composer-installer"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/master"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.7.2",
            "version_normalized": "3.7.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "time": "2023-02-22T23:07:41+00:00",
            "bin": [
                "bin/phpcs",
                "bin/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "lead"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
            "keywords": [
                "phpcs",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
            },
            "install-path": "../squizlabs/php_codesniffer"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "automattic/phpcs-neutron-standard",
        "dealerdirect/phpcodesniffer-composer-installer",
        "squizlabs/php_codesniffer"
    ]
}
