[
    {
        "name": "container-interop/container-interop",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "shasum": ""
        },
        "require": {
            "psr/container": "^1.0"
        },
        "time": "2017-02-14T19:40:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Container\\": "src/Interop/Container/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
        "homepage": "https://github.com/container-interop/container-interop"
    },
    {
        "name": "jamesryanbell/cloudflare",
        "version": "1.11.1",
        "version_normalized": "1.11.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jamesryanbell/cloudflare.git",
            "reference": "75e93bb822619d8ddb8b1843588caa2fad739491"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jamesryanbell/cloudflare/zipball/75e93bb822619d8ddb8b1843588caa2fad739491",
            "reference": "75e93bb822619d8ddb8b1843588caa2fad739491",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "< 6",
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2017-08-04T19:01:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cloudflare\\": "src/CloudFlare"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "James Bell",
                "email": "james@james-bell.co.uk"
            }
        ],
        "description": "CloudFlare API - PHP",
        "keywords": [
            "api",
            "cloudflare"
        ]
    },
    {
        "name": "league/container",
        "version": "2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/container.git",
            "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
            "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.2",
            "php": "^5.4.0 || ^7.0"
        },
        "provide": {
            "container-interop/container-interop-implementation": "^1.2",
            "psr/container-implementation": "^1.0"
        },
        "replace": {
            "orno/di": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2017-05-10T09:20:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev",
                "dev-1.x": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Container\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Phil Bennett",
                "email": "philipobenito@gmail.com",
                "homepage": "http://www.philipobenito.com",
                "role": "Developer"
            }
        ],
        "description": "A fast and intuitive dependency injection container.",
        "homepage": "https://github.com/thephpleague/container",
        "keywords": [
            "container",
            "dependency",
            "di",
            "injection",
            "league",
            "provider",
            "service"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "typisttech/cloudflare-wp-api",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/TypistTech/cloudflare-wp-api.git",
            "reference": "f04a4f663bf4e2ab2081a91e723e01c3d1eb415c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/TypistTech/cloudflare-wp-api/zipball/f04a4f663bf4e2ab2081a91e723e01c3d1eb415c",
            "reference": "f04a4f663bf4e2ab2081a91e723e01c3d1eb415c",
            "shasum": ""
        },
        "require": {
            "jamesryanbell/cloudflare": "^1.10",
            "php": "^7.0"
        },
        "require-dev": {
            "lucatume/wp-browser": "^1.19",
            "php-mock/php-mock-phpunit": "^1.1",
            "squizlabs/php_codesniffer": "^2.8"
        },
        "time": "2017-03-02T09:20:15+00:00",
        "bin": [
            "bin/cfwp"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cloudflare\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Tang Rufus",
                "email": "tangrufus@gmail.com",
                "homepage": "https://www.typist.tech/",
                "role": "Developer"
            },
            {
                "name": "Typist Tech",
                "email": "cloudflare-wp-api@typist.tech",
                "homepage": "https://www.typist.tech/"
            }
        ],
        "description": "WordPress HTTP API replacement of the jamesryanbell/cloudflare package.",
        "homepage": "https://github.com/TypistTech/cloudflare-wp-api",
        "keywords": [
            "cloudflare",
            "cloudflare-wp-api",
            "typisttech",
            "wordpress"
        ]
    },
    {
        "name": "typisttech/imposter",
        "version": "0.2.3",
        "version_normalized": "0.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/TypistTech/imposter.git",
            "reference": "ab3391b7249bf40cf4e494cb1da281f78bb56000"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/TypistTech/imposter/zipball/ab3391b7249bf40cf4e494cb1da281f78bb56000",
            "reference": "ab3391b7249bf40cf4e494cb1da281f78bb56000",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "codeception/aspect-mock": "^2.0",
            "codeception/base": "^2.3",
            "nikic/php-parser": "^3.1",
            "squizlabs/php_codesniffer": "^3.1"
        },
        "suggest": {
            "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter"
        },
        "time": "2017-10-22T02:30:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TypistTech\\Imposter\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tang Rufus",
                "email": "tangrufus@gmail.com",
                "homepage": "https://www.typist.tech",
                "role": "Developer"
            },
            {
                "name": "Typist Tech",
                "email": "imposter@typist.tech",
                "homepage": "https://www.typist.tech"
            }
        ],
        "description": "Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins",
        "homepage": "https://www.typist.tech/projects/imposter",
        "keywords": [
            "composer",
            "dependency",
            "monkey-patching",
            "namespace",
            "wordpress"
        ]
    },
    {
        "name": "typisttech/imposter-plugin",
        "version": "0.2.6",
        "version_normalized": "0.2.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/TypistTech/imposter-plugin.git",
            "reference": "519d8b1a036516af81eb2b4bd7d87de6ab4a61ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/519d8b1a036516af81eb2b4bd7d87de6ab4a61ec",
            "reference": "519d8b1a036516af81eb2b4bd7d87de6ab4a61ec",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1",
            "php": "^7.0",
            "typisttech/imposter": "^0.2.2"
        },
        "require-dev": {
            "codeception/base": "^2.3",
            "composer/composer": "^1.5",
            "squizlabs/php_codesniffer": "^3.1",
            "typisttech/codeception-composer-project-module": "^0.1.1"
        },
        "time": "2017-10-22T01:44:59+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "TypistTech\\Imposter\\Plugin\\ImposterPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TypistTech\\Imposter\\Plugin\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tang Rufus",
                "email": "tangrufus@gmail.com",
                "homepage": "https://www.typist.tech",
                "role": "Developer"
            },
            {
                "name": "Typist Tech",
                "email": "imposter-plugin@typist.tech",
                "homepage": "https://www.typist.tech"
            }
        ],
        "description": "Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins",
        "homepage": "https://www.typist.tech/projects/imposter-plugin",
        "keywords": [
            "composer",
            "composer-plugin",
            "dependency",
            "monkey-patching",
            "namespace",
            "wordpress"
        ]
    },
    {
        "name": "typisttech/wp-better-settings",
        "version": "0.13.0",
        "version_normalized": "0.13.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/TypistTech/wp-better-settings.git",
            "reference": "39b2e1e95fe66b35467823edcdf92cb992c2dea7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/TypistTech/wp-better-settings/zipball/39b2e1e95fe66b35467823edcdf92cb992c2dea7",
            "reference": "39b2e1e95fe66b35467823edcdf92cb992c2dea7",
            "shasum": ""
        },
        "require": {
            "php": ">7.0"
        },
        "require-dev": {
            "codeception/aspect-mock": "^2.0",
            "jakoch/phantomjs-installer": "^2.1",
            "lucatume/wp-browser": "^1.19",
            "neronmoon/scriptsdev": "^0.1.1",
            "site5/phantoman": "^1.1",
            "wp-coding-standards/wpcs": "^0.11.0"
        },
        "time": "2017-05-11T14:43:56+00:00",
        "type": "library",
        "extra": {
            "scripts-dev": {
                "post-install-cmd": "@install-dev-extra",
                "post-update-cmd": "@install-dev-extra"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TypistTech\\WPBetterSettings\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Tang Rufus",
                "email": "tangrufus@gmail.com",
                "homepage": "https://www.typist.tech/",
                "role": "Developer"
            },
            {
                "name": "Typist Tech",
                "email": "wp-better-settings@typist.tech",
                "homepage": "https://www.typist.tech/"
            }
        ],
        "description": "A simplified OOP implementation of the WP Settings API",
        "homepage": "https://www.typist.tech/projects/wp-better-settings",
        "keywords": [
            "settings api",
            "wordpress",
            "wp"
        ]
    },
    {
        "name": "typisttech/wp-contained-hook",
        "version": "0.1.1",
        "version_normalized": "0.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/TypistTech/wp-contained-hook.git",
            "reference": "641dae3974d1c6366ab20aa617683ad81e59c6e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/TypistTech/wp-contained-hook/zipball/641dae3974d1c6366ab20aa617683ad81e59c6e4",
            "reference": "641dae3974d1c6366ab20aa617683ad81e59c6e4",
            "shasum": ""
        },
        "require": {
            "league/container": "^2.4 | ^3.0",
            "php": "^7.0"
        },
        "require-dev": {
            "codeception/aspect-mock": "^2.0",
            "codeception/base": "^2.2",
            "neronmoon/scriptsdev": "^0.1.1",
            "wp-coding-standards/wpcs": "^0.11.0"
        },
        "time": "2017-04-19T12:42:08+00:00",
        "type": "library",
        "extra": {
            "scripts-dev": {
                "post-install-cmd": "@install-dev-extra",
                "post-update-cmd": "@install-dev-extra"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TypistTech\\WPContainedHook\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tang Rufus",
                "email": "tangrufus@gmail.com",
                "homepage": "https://www.typist.tech",
                "role": "Developer"
            },
            {
                "name": "Typist Tech",
                "email": "wp-contained-hook@typist.tech",
                "homepage": "https://www.typist.tech"
            }
        ],
        "description": "Lazily instantiate objects from dependency injection container to WordPress hooks (actions and filters)",
        "homepage": "https://www.typist.tech/projects/wp-contained-hook",
        "keywords": [
            "HOOK",
            "action",
            "container",
            "dependency",
            "di",
            "filter",
            "injection",
            "wordpress"
        ]
    }
]
