[
    {
        "name": "composer\/installers",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/composer\/installers.git",
            "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/composer\/installers\/zipball\/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
            "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "replace": {
            "roundcube\/plugin-installer": "*",
            "shama\/baton": "*"
        },
        "require-dev": {
            "composer\/composer": "1.0.*@dev",
            "phpunit\/phpunit": "4.1.*"
        },
        "time": "2017-08-09 07:53:48",
        "type": "composer-plugin",
        "extra": {
            "class": "Composer\\Installers\\Plugin",
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WC_Order_Search_Admin\\Composer\\Installers\\": "src\/Composer\/Installers"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kyle Robinson Young",
                "email": "kyle@dontkry.com",
                "homepage": "https:\/\/github.com\/shama"
            }
        ],
        "description": "A multi-framework Composer library installer",
        "homepage": "https:\/\/composer.github.io\/installers\/",
        "keywords": [
            "Craft",
            "Dolibarr",
            "Eliasis",
            "Hurad",
            "ImageCMS",
            "Kanboard",
            "Lan Management System",
            "MODX Evo",
            "Mautic",
            "Maya",
            "OXID",
            "Plentymarkets",
            "Porto",
            "RadPHP",
            "SMF",
            "Thelia",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "eZ Platform",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "itop",
            "joomla",
            "kohana",
            "laravel",
            "lavalite",
            "lithium",
            "magento",
            "mako",
            "mediawiki",
            "modulework",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "algolia\/algoliasearch-client-php",
        "version": "1.22.0",
        "version_normalized": "1.22.0.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/algolia\/algoliasearch-client-php.git",
            "reference": "627e43858977dfa7b3ceeb5aac9d683e89f2eea7"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/algolia\/algoliasearch-client-php\/zipball\/627e43858977dfa7b3ceeb5aac9d683e89f2eea7",
            "reference": "627e43858977dfa7b3ceeb5aac9d683e89f2eea7",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit\/phpunit": "^4.8 || ^5.0",
            "satooshi\/php-coveralls": "0.6.*"
        },
        "time": "2017-10-17 07:08:44",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "AlgoliaSearch": "src\/"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Algolia Team",
                "email": "contact@algolia.com"
            },
            {
                "name": "Ryan T. Catlin",
                "email": "ryan.catlin@gmail.com"
            },
            {
                "name": "Jonathan H. Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Algolia Search API Client for PHP",
        "homepage": "https:\/\/github.com\/algolia\/algoliasearch-client-php"
    },
    {
        "name": "algolia\/index",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "git@github.com:algolia\/php-index.git",
            "reference": "b5496867cafda73629f62154ac6f4539ea4a1d94"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/algolia\/php-index\/zipball\/b5496867cafda73629f62154ac6f4539ea4a1d94",
            "reference": "b5496867cafda73629f62154ac6f4539ea4a1d94",
            "shasum": ""
        },
        "require": {
            "algolia\/algoliasearch-client-php": "^1.13",
            "php": "~5.3 || ^7.0"
        },
        "require-dev": {
            "phpunit\/phpunit": "~4.0 | ~5.0"
        },
        "time": "2017-02-20 08:28:03",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WC_Order_Search_Admin\\Algolia\\Index\\": "src\/",
                "WC_Order_Search_Admin\\Algolia\\Index\\Tests\\": "tests\/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raymond RUTJES",
                "email": "raymond.rutjes@gmail.com"
            }
        ],
        "homepage": "https:\/\/github.com\/algolia\/php-index",
        "support": {
            "source": "https:\/\/github.com\/algolia\/php-index\/tree\/master",
            "issues": "https:\/\/github.com\/algolia\/php-index\/issues"
        }
    },
    {
        "name": "squizlabs\/php_codesniffer",
        "version": "3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/squizlabs\/PHP_CodeSniffer.git",
            "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/squizlabs\/PHP_CodeSniffer\/zipball\/d667e245d5dcd4d7bf80f26f2c947d476b66213e",
            "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit\/phpunit": "^4.0 || ^5.0 || ^6.0"
        },
        "time": "2017-10-16 22:40:25",
        "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": "http:\/\/www.squizlabs.com\/php-codesniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "dealerdirect\/phpcodesniffer-composer-installer",
        "version": "v0.4.3",
        "version_normalized": "0.4.3.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/DealerDirect\/phpcodesniffer-composer-installer.git",
            "reference": "63c0ec0ac286d31651d3c70e5bf76ad87db3ba23"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/DealerDirect\/phpcodesniffer-composer-installer\/zipball\/63c0ec0ac286d31651d3c70e5bf76ad87db3ba23",
            "reference": "63c0ec0ac286d31651d3c70e5bf76ad87db3ba23",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": "^5.3|^7",
            "squizlabs\/php_codesniffer": "*"
        },
        "require-dev": {
            "composer\/composer": "*",
            "wimg\/php-compatibility": "^8.0"
        },
        "suggest": {
            "dealerdirect\/qa-tools": "All the PHP QA tools you'll need"
        },
        "time": "2017-09-18 07:49:36",
        "type": "composer-plugin",
        "extra": {
            "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WC_Order_Search_Admin\\Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src\/"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Franck Nijhof",
                "email": "f.nijhof@dealerdirect.nl",
                "homepage": "http:\/\/workingatdealerdirect.eu",
                "role": "Developer"
            }
        ],
        "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
        "homepage": "http:\/\/workingatdealerdirect.eu",
        "keywords": [
            "PHPCodeSniffer",
            "PHP_CodeSniffer",
            "code quality",
            "codesniffer",
            "composer",
            "installer",
            "phpcs",
            "plugin",
            "qa",
            "quality",
            "standard",
            "standards",
            "style guide",
            "stylecheck",
            "tests"
        ]
    },
    {
        "name": "wimg\/php-compatibility",
        "version": "8.0.1",
        "version_normalized": "8.0.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/wimg\/PHPCompatibility.git",
            "reference": "4c4385fb891dff0501009670f988d4fe36785249"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/wimg\/PHPCompatibility\/zipball\/4c4385fb891dff0501009670f988d4fe36785249",
            "reference": "4c4385fb891dff0501009670f988d4fe36785249",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "squizlabs\/php_codesniffer": "^2.2 || ^3.0.2"
        },
        "conflict": {
            "squizlabs\/php_codesniffer": "2.6.2"
        },
        "require-dev": {
            "phpunit\/phpunit": "^4.0 || ^5.0 || ^6.0"
        },
        "suggest": {
            "dealerdirect\/phpcodesniffer-composer-installer": "^0.4.1"
        },
        "time": "2017-08-07 19:39:05",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WC_Order_Search_Admin\\PHPCompatibility\\": "PHPCompatibility\/"
            }
        },
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Wim Godden",
                "role": "lead"
            }
        ],
        "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
        "homepage": "http:\/\/techblog.wimgodden.be\/tag\/codesniffer\/",
        "keywords": [
            "compatibility",
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "wp-coding-standards\/wpcs",
        "version": "0.13.1",
        "version_normalized": "0.13.1.0",
        "source": {
            "type": "git",
            "url": "https:\/\/github.com\/WordPress-Coding-Standards\/WordPress-Coding-Standards.git",
            "reference": "1f64b1a0b5b789822d0303436ee4e30e0135e4dc"
        },
        "dist": {
            "type": "zip",
            "url": "https:\/\/api.github.com\/repos\/WordPress-Coding-Standards\/WordPress-Coding-Standards\/zipball\/1f64b1a0b5b789822d0303436ee4e30e0135e4dc",
            "reference": "1f64b1a0b5b789822d0303436ee4e30e0135e4dc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "squizlabs\/php_codesniffer": "^2.9.0 || ^3.0.2"
        },
        "suggest": {
            "dealerdirect\/phpcodesniffer-composer-installer": "^0.4.1"
        },
        "time": "2017-08-05 16:08:58",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "notification-url": "https:\/\/packagist.org\/downloads\/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Contributors",
                "homepage": "https:\/\/github.com\/WordPress-Coding-Standards\/WordPress-Coding-Standards\/graphs\/contributors"
            }
        ],
        "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
        "keywords": [
            "phpcs",
            "standards",
            "wordpress"
        ]
    }
]