View file sdark.mobi/vendor/composer/installed.json

File size: 15.48Kb
[
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "1289d16209491b584839022f29257ad859b8532d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
            "reference": "1289d16209491b584839022f29257ad859b8532d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2016-01-20 09:13:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "ircmaxell/password-compat",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/password_compat.git",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-11-20 16:49:30",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/password.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "[email protected]",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
        "homepage": "https://github.com/ircmaxell/password_compat",
        "keywords": [
            "hashing",
            "password"
        ]
    },
    {
        "name": "symfony/polyfill-php55",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php55.git",
            "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
            "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
            "shasum": ""
        },
        "require": {
            "ircmaxell/password-compat": "~1.0",
            "php": ">=5.3.3"
        },
        "time": "2016-01-20 09:13:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php55\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php54",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php54.git",
            "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
            "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2016-01-25 19:13:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php54\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v2.8.4",
        "version_normalized": "2.8.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/06d6b2c755b2f34ce21e688b62072e9c625709c4",
            "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php54": "~1.0",
            "symfony/polyfill-php55": "~1.0"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4|~3.0.0"
        },
        "time": "2016-03-27 12:57:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.8.4",
        "version_normalized": "2.8.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/47d2d8cade9b1c3987573d2943bb9352536cdb87",
            "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0,>=2.0.5|~3.0.0",
            "symfony/dependency-injection": "~2.6|~3.0.0",
            "symfony/expression-language": "~2.6|~3.0.0",
            "symfony/stopwatch": "~2.3|~3.0.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2016-03-07 14:04:32",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.9.3",
        "version_normalized": "3.9.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle3.git",
            "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
            "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": "~2.1"
        },
        "replace": {
            "guzzle/batch": "self.version",
            "guzzle/cache": "self.version",
            "guzzle/common": "self.version",
            "guzzle/http": "self.version",
            "guzzle/inflection": "self.version",
            "guzzle/iterator": "self.version",
            "guzzle/log": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/plugin": "self.version",
            "guzzle/plugin-async": "self.version",
            "guzzle/plugin-backoff": "self.version",
            "guzzle/plugin-cache": "self.version",
            "guzzle/plugin-cookie": "self.version",
            "guzzle/plugin-curlauth": "self.version",
            "guzzle/plugin-error-response": "self.version",
            "guzzle/plugin-history": "self.version",
            "guzzle/plugin-log": "self.version",
            "guzzle/plugin-md5": "self.version",
            "guzzle/plugin-mock": "self.version",
            "guzzle/plugin-oauth": "self.version",
            "guzzle/service": "self.version",
            "guzzle/stream": "self.version"
        },
        "require-dev": {
            "doctrine/cache": "~1.3",
            "monolog/monolog": "~1.0",
            "phpunit/phpunit": "3.7.*",
            "psr/log": "~1.0",
            "symfony/class-loader": "~2.1",
            "zendframework/zend-cache": "2.*,<2.3",
            "zendframework/zend-log": "2.*,<2.3"
        },
        "suggest": {
            "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
        },
        "time": "2015-03-18 18:23:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle": "src/",
                "Guzzle\\Tests": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "[email protected]",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Guzzle Community",
                "homepage": "https://github.com/guzzle/guzzle/contributors"
            }
        ],
        "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "xsolla/xsolla-sdk-php",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/xsolla/xsolla-sdk-php.git",
            "reference": "64fdd09c0191a5c235813f5b53b4d889d0e02d5f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/xsolla/xsolla-sdk-php/zipball/64fdd09c0191a5c235813f5b53b4d889d0e02d5f",
            "reference": "64fdd09c0191a5c235813f5b53b4d889d0e02d5f",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "guzzle/guzzle": "~3.8",
            "php": ">=5.3.9",
            "symfony/http-foundation": "~2.3"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "~1.10",
            "mtdowling/burgomaster": "^0.0.2",
            "phpunit/phpunit": "~4|~5",
            "symfony/process": "~2.3"
        },
        "time": "2016-02-03 11:16:15",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Xsolla\\SDK\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Xsolla SDK for PHP. Xsolla is the authorized reseller and merchant providing e-commerce services for online games.",
        "homepage": "http://xsolla.com",
        "keywords": [
            "api",
            "games",
            "payment",
            "sdk",
            "xsolla"
        ]
    }
]