[
    {
        "name": "phpfastcache/phpssdb",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPSocialNetwork/phpssdb.git",
            "reference": "60cc285bf622664d9899da699503754259e8c970"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPSocialNetwork/phpssdb/zipball/60cc285bf622664d9899da699503754259e8c970",
            "reference": "60cc285bf622664d9899da699503754259e8c970",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2017-04-21T22:22:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpssdb\\": "src/phpssdb/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Khoa Bui",
                "email": "khoaofgod@gmail.com",
                "homepage": "http://www.phpfastcache.com",
                "role": "Developer"
            },
            {
                "name": "Georges.L",
                "email": "contact@geolim4.com",
                "homepage": "https://github.com/Geolim4",
                "role": "Developer"
            }
        ],
        "description": "PHP SSDB Driver for phpFastCache",
        "homepage": "http://www.phpfastcache.com",
        "keywords": [
            "cache",
            "driver",
            "ssdb"
        ]
    },
    {
        "name": "predis/predis",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nrk/predis.git",
            "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
            "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "ext-curl": "Allows access to Webdis when paired with phpiredis",
            "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
        },
        "time": "2016-06-16T16:22:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Predis\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Daniele Alessandri",
                "email": "suppakilla@gmail.com",
                "homepage": "http://clorophilla.net"
            }
        ],
        "description": "Flexible and feature-complete Redis client for PHP and HHVM",
        "homepage": "http://github.com/nrk/predis",
        "keywords": [
            "nosql",
            "predis",
            "redis"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "phpfastcache/phpfastcache",
        "version": "5.0.21",
        "version_normalized": "5.0.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPSocialNetwork/phpfastcache.git",
            "reference": "e546671f4374e2a421c074b5c24c732c6ec58aae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/e546671f4374e2a421c074b5c24c732c6ec58aae",
            "reference": "e546671f4374e2a421c074b5c24c732c6ec58aae",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=5.5.0",
            "phpfastcache/phpssdb": "~1.0.0",
            "predis/predis": "~1.1.0",
            "psr/cache": "~1.0.0"
        },
        "suggest": {
            "ext-apc": "*",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "ext-memcache": "*",
            "ext-memcached": "*",
            "ext-predis": "*",
            "ext-redis": "*",
            "ext-sqlite": "*"
        },
        "time": "2018-03-01T22:13:40+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpFastCache\\": "src/phpFastCache/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Khoa Bui",
                "email": "khoaofgod@gmail.com",
                "homepage": "http://www.phpfastcache.com",
                "role": "Developer"
            },
            {
                "name": "Georges.L",
                "email": "contact@geolim4.com",
                "homepage": "https://github.com/Geolim4",
                "role": "Developer"
            }
        ],
        "description": "PHP Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), CouchBase, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.",
        "homepage": "http://www.phpfastcache.com",
        "keywords": [
            "LevelDb",
            "apc",
            "apcu",
            "cache",
            "cache class",
            "caching",
            "cookie",
            "couchbase",
            "files cache",
            "memcache",
            "memcached",
            "mongodb",
            "mysql cache",
            "pdo cache",
            "php cache",
            "predis",
            "redis",
            "ssdb",
            "wincache",
            "xcache",
            "zend",
            "zend data cache",
            "zend disk cache",
            "zend memory cache",
            "zend server"
        ]
    },
    {
        "name": "mashape/unirest-php",
        "version": "v3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Mashape/unirest-php.git",
            "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Mashape/unirest-php/zipball/842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
            "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "0.1.*",
            "phpunit/phpunit": "~4.4"
        },
        "suggest": {
            "ext-json": "Allows using JSON Bodies for sending and parsing requests"
        },
        "time": "2016-08-11T17:49:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Unirest\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Unirest PHP",
        "homepage": "https://github.com/Mashape/unirest-php",
        "keywords": [
            "client",
            "curl",
            "http",
            "https",
            "rest"
        ]
    },
    {
        "name": "raiym/instagram-php-scraper",
        "version": "v0.8.28",
        "version_normalized": "0.8.28.0",
        "source": {
            "type": "git",
            "url": "https://github.com/postaddictme/instagram-php-scraper.git",
            "reference": "d5aa635f961449e9f5eb888576777679bdecabb5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/postaddictme/instagram-php-scraper/zipball/d5aa635f961449e9f5eb888576777679bdecabb5",
            "reference": "d5aa635f961449e9f5eb888576777679bdecabb5",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "mashape/unirest-php": "3.0.*",
            "php": ">=5.4.0",
            "phpfastcache/phpfastcache": "5.0.*"
        },
        "require-dev": {
            "phpunit/phpunit": "5.5.*"
        },
        "time": "2019-02-14T06:16:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "InstagramScraper": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "raiym",
                "email": "r.kapishev@gmail.com"
            }
        ],
        "description": "Instagram PHP Scraper. Get account information, photos and videos without any authorization",
        "homepage": "https://github.com/raiym/instagram-php-scraper",
        "keywords": [
            "instagram",
            "scraper"
        ]
    },
    {
        "name": "philipnewcomer/wp-ajax-helper",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/philipnewcomer/wp-ajax-helper.git",
            "reference": "3416943af039cbca4eba1efbf4d9f728860e3a5e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/philipnewcomer/wp-ajax-helper/zipball/3416943af039cbca4eba1efbf4d9f728860e3a5e",
            "reference": "3416943af039cbca4eba1efbf4d9f728860e3a5e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2017-06-25T22:19:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhilipNewcomer\\WP_Ajax_Helper\\": "src/components"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Philip Newcomer",
                "email": "contact@philipnewcomer.net",
                "homepage": "http://philipnewcomer.net",
                "role": "Developer"
            }
        ],
        "description": "A library to simplify AJAX requests in WordPress plugins and themes.",
        "homepage": "https://github.com/philipnewcomer/wp-ajax-helper",
        "keywords": [
            "ajax",
            "wordpress"
        ]
    },
    {
        "name": "a5hleyrich/wp-background-processing",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/A5hleyRich/wp-background-processing.git",
            "reference": "1f070aab5058dbaf45d5435a343033ddd8a641b1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/A5hleyRich/wp-background-processing/zipball/1f070aab5058dbaf45d5435a343033ddd8a641b1",
            "reference": "1f070aab5058dbaf45d5435a343033ddd8a641b1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "time": "2018-02-12T09:24:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "classes/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Ashley Rich",
                "email": "hello@ashleyrich.com"
            }
        ],
        "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks."
    },
    {
        "name": "appsero/client",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/AppSero/client.git",
            "reference": "0b76b4c4e6f7e6874e1b6f8a51f7449c8f1034a6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/AppSero/client/zipball/0b76b4c4e6f7e6874e1b6f8a51f7449c8f1034a6",
            "reference": "0b76b4c4e6f7e6874e1b6f8a51f7449c8f1034a6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2019-02-16T04:55:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Appsero\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tareq Hasan",
                "email": "tareq@appsero.com"
            }
        ],
        "description": "Appsero Client",
        "keywords": [
            "analytics",
            "plugin",
            "theme",
            "wordpress"
        ]
    }
]
