[
    {
        "name": "jakeasmith/http_build_url",
        "version": "0.1.5",
        "version_normalized": "0.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jakeasmith/http_build_url.git",
            "reference": "9d84710feab0f3d7c04c1e11dccef30ee350aad6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/9d84710feab0f3d7c04c1e11dccef30ee350aad6",
            "reference": "9d84710feab0f3d7c04c1e11dccef30ee350aad6",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2014-11-17 16:24:50",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/http_build_url.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jake A. Smith",
                "email": "theman@jakeasmith.com"
            }
        ],
        "description": "Provides functionality for http_build_url() to environments without pecl_http."
    },
    {
        "name": "lusitanian/oauth",
        "version": "v0.3.5",
        "version_normalized": "0.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
            "reference": "ac5a1cd5a4519143728dce2213936eea302edf8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/ac5a1cd5a4519143728dce2213936eea302edf8a",
            "reference": "ac5a1cd5a4519143728dce2213936eea302edf8a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "predis/predis": "0.8.*@dev",
            "symfony/http-foundation": "~2.1"
        },
        "suggest": {
            "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
            "predis/predis": "Allows using the Redis storage backend.",
            "symfony/http-foundation": "Allows using the Symfony Session storage backend."
        },
        "time": "2014-09-05 15:19:58",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "OAuth": "src",
                "OAuth\\Unit": "tests"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Desberg",
                "email": "david@daviddesberg.com"
            },
            {
                "name": "Pieter Hordijk",
                "email": "info@pieterhordijk.com"
            }
        ],
        "description": "PHP 5.3+ oAuth 1/2 Library",
        "keywords": [
            "Authentication",
            "authorization",
            "oauth",
            "security"
        ]
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "a5dd7fd2ba6e8f6c6ea5a12db0605d3aa48af1e7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/a5dd7fd2ba6e8f6c6ea5a12db0605d3aa48af1e7",
            "reference": "a5dd7fd2ba6e8f6c6ea5a12db0605d3aa48af1e7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-eventmanager": "self.version",
            "zendframework/zend-filter": "self.version",
            "zendframework/zend-serializer": "self.version",
            "zendframework/zend-servicemanager": "self.version"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
            "zendframework/zend-filter": "To support naming strategy hydrator usage",
            "zendframework/zend-serializer": "Zend\\Serializer component",
            "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
        },
        "time": "2015-05-07 14:55:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev",
                "dev-develop": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-stdlib",
        "keywords": [
            "stdlib",
            "zf2"
        ]
    },
    {
        "name": "varya/starbonus-widget-api",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "git@gitlab.kusmierz.be:varya/starbonus-widget-api.git",
            "reference": "d71882a91163894d49fd4fbd170cb0fcfe950249"
        },
        "require": {
            "lusitanian/oauth": "~0.3",
            "zendframework/zend-stdlib": "2.*"
        },
        "time": "2015-05-29 13:02:32",
        "type": "project",
        "installation-source": "source",
        "autoload": {
            "files": [],
            "psr-4": {
                "OAuth\\": "src/",
                "Starbonus\\": "src/"
            }
        },
        "license": [
            "proprietary"
        ],
        "authors": [
            {
                "name": "Varya",
                "email": "kontakt@varya.pro",
                "homepage": "http://www.varya.pro/",
                "role": "Developer"
            }
        ],
        "homepage": "http://www.starbonus.pl/"
    }
]
