{
    "packages": [
        {
            "name": "doctrine/instantiator",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
                "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.16 || ^1",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.22"
            },
            "time": "2022-03-03T08:28:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https://ocramius.github.io/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/instantiator"
        },
        {
            "name": "facebook/facebook-instant-articles-sdk-extensions-in-php",
            "version": "dev-php8",
            "version_normalized": "dev-php8",
            "source": {
                "type": "git",
                "url": "https://github.com/whyisjake/facebook-instant-articles-sdk-extensions-in-php.git",
                "reference": "2e9c55f6f84479cefd147656e0d2bada95e0d99a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/whyisjake/facebook-instant-articles-sdk-extensions-in-php/zipball/2e9c55f6f84479cefd147656e0d2bada95e0d99a",
                "reference": "2e9c55f6f84479cefd147656e0d2bada95e0d99a",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "1.4.1",
                "facebook/facebook-instant-articles-sdk-php": "dev-php8",
                "php": "^5.4 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpdocumentor/reflection-docblock": "^2.0",
                "phpunit/phpunit": "^4.8",
                "squizlabs/php_codesniffer": "^3.0.0"
            },
            "time": "2022-10-17T21:35:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Facebook\\InstantArticles\\": "src/Facebook/InstantArticles/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Facebook\\InstantArticles\\": "tests/Facebook/InstantArticles/"
                }
            },
            "scripts": {
                "all": [
                    "@cs",
                    "@test"
                ],
                "cs": [
                    "composer install",
                    "phpcbf --standard=phpcs.xml -p || phpcs --standard=phpcs.xml -p"
                ],
                "test": [
                    "composer install",
                    "phpunit"
                ]
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Facebook",
                    "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-extensions-in-php/contributors"
                }
            ],
            "description": "Facebook Instant Articles SDK Extensions in PHP to transform Instant Articles markup file into AMP",
            "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-extensions-in-php",
            "keywords": [
                "amp",
                "articles",
                "extensions",
                "facebook",
                "instant",
                "instantarticles",
                "sdk"
            ],
            "support": {
                "source": "https://github.com/whyisjake/facebook-instant-articles-sdk-extensions-in-php/tree/php8"
            },
            "install-path": "../facebook/facebook-instant-articles-sdk-extensions-in-php"
        },
        {
            "name": "facebook/facebook-instant-articles-sdk-php",
            "version": "dev-php8",
            "version_normalized": "dev-php8",
            "source": {
                "type": "git",
                "url": "https://github.com/whyisjake/facebook-instant-articles-sdk-php.git",
                "reference": "da27dc7ada04e9313d40bca83de2e3cdd4a746a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/whyisjake/facebook-instant-articles-sdk-php/zipball/da27dc7ada04e9313d40bca83de2e3cdd4a746a7",
                "reference": "da27dc7ada04e9313d40bca83de2e3cdd4a746a7",
                "shasum": ""
            },
            "require": {
                "facebook/graph-sdk": "dev-php8",
                "php": ">=5.4",
                "symfony/css-selector": "^2.8 || ^3.1 || ^4.1"
            },
            "require-dev": {
                "fzaninotto/faker": "dev-master",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpdocumentor/reflection-docblock": "^2.0 || ^4.0",
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "^2.6.0 || ^3.0.0",
                "symfony/yaml": "2.1.* || 3.4.*"
            },
            "time": "2022-10-18T19:04:20+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Facebook\\InstantArticles\\": "src/Facebook/InstantArticles/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Facebook\\": "tests/Facebook/"
                }
            },
            "scripts": {
                "all": [
                    "@cs",
                    "@test"
                ],
                "cs": [
                    "composer install",
                    "phpcbf --standard=phpcs.xml -p || phpcs --standard=phpcs.xml -p"
                ],
                "test": [
                    "composer install",
                    "phpunit"
                ]
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Facebook",
                    "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-php/contributors"
                }
            ],
            "description": "Facebook Instant Articles SDK for PHP",
            "homepage": "https://github.com/facebook/facebook-instant-articles-sdk-php",
            "keywords": [
                "articles",
                "facebook",
                "instant",
                "sdk"
            ],
            "support": {
                "source": "https://github.com/whyisjake/facebook-instant-articles-sdk-php/tree/php8"
            },
            "install-path": "../facebook/facebook-instant-articles-sdk-php"
        },
        {
            "name": "facebook/graph-sdk",
            "version": "dev-php8",
            "version_normalized": "dev-php8",
            "source": {
                "type": "git",
                "url": "https://github.com/whyisjake/php-graph-sdk.git",
                "reference": "2a225c96b5f8fda6f44aabadd36cbb219d0f736d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/whyisjake/php-graph-sdk/zipball/2a225c96b5f8fda6f44aabadd36cbb219d0f736d",
                "reference": "2a225c96b5f8fda6f44aabadd36cbb219d0f736d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "~5.0",
                "mockery/mockery": "~0.8",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
                "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
            },
            "time": "2022-10-17T21:35:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Facebook\\": "src/Facebook/"
                },
                "files": [
                    "src/Facebook/polyfills.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "Facebook\\Tests\\": "tests/"
                }
            },
            "license": [
                "Facebook Platform"
            ],
            "authors": [
                {
                    "name": "Facebook",
                    "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
                }
            ],
            "description": "Facebook SDK for PHP",
            "homepage": "https://github.com/facebook/php-graph-sdk",
            "keywords": [
                "facebook",
                "sdk"
            ],
            "support": {
                "source": "https://github.com/whyisjake/php-graph-sdk/tree/php8"
            },
            "install-path": "../facebook/graph-sdk"
        },
        {
            "name": "symfony/css-selector",
            "version": "v2.8.52",
            "version_normalized": "2.8.52.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "7b1692e418d7ccac24c373528453bc90e42797de"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/7b1692e418d7ccac24c373528453bc90e42797de",
                "reference": "7b1692e418d7ccac24c373528453bc90e42797de",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "time": "2018-11-11T11:18:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony CssSelector Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/css-selector/tree/v2.8.52"
            },
            "install-path": "../symfony/css-selector"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
