Your IP : 216.73.216.95


Current Path : /var/test/www/opcart/vendor/composer/
Upload File :
Current File : /var/test/www/opcart/vendor/composer/installed.json

[
    {
        "name": "braintree/braintree_php",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/braintree/braintree_php.git",
            "reference": "c7e0e2d1ae21d659cddb5507fb0bf181813b5733"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/braintree/braintree_php/zipball/c7e0e2d1ae21d659cddb5507fb0bf181813b5733",
            "reference": "c7e0e2d1ae21d659cddb5507fb0bf181813b5733",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-dom": "*",
            "ext-hash": "*",
            "ext-openssl": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2015-07-15 15:07:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Braintree": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Braintree",
                "homepage": "http://www.braintreepayments.com"
            }
        ],
        "description": "Braintree PHP Client Library"
    },
    {
        "name": "leafo/scssphp",
        "version": "v0.0.12",
        "version_normalized": "0.0.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/scssphp.git",
            "reference": "ff76df3e45af45e808f3fcd516a2cb5cbc77f45e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/scssphp/zipball/ff76df3e45af45e808f3fcd516a2cb5cbc77f45e",
            "reference": "ff76df3e45af45e808f3fcd516a2cb5cbc77f45e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "php": ">=5.3.0",
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-07-07 01:51:39",
        "bin": [
            "pscss"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "scss.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "scssphp is a compiler for SCSS written in PHP.",
        "homepage": "http://leafo.net/scssphp/"
    },
    {
        "name": "react/promise",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "8025426794f1944de806618671d4fa476dc7626f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
            "reference": "8025426794f1944de806618671d4fa476dc7626f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2016-05-03 17:50:52",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Sorgalla",
                "email": "jsorgalla@gmail.com"
            }
        ],
        "description": "A lightweight implementation of CommonJS Promises/A for PHP"
    },
    {
        "name": "guzzlehttp/streams",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/streams.git",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-12 19:18:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Stream\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple abstraction over streams of data",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "stream"
        ]
    },
    {
        "name": "guzzlehttp/ringphp",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/RingPHP.git",
            "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
            "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/streams": "~3.0",
            "php": ">=5.4.0",
            "react/promise": "~2.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "ext-curl": "Guzzle will use specific adapters if cURL is present"
        },
        "time": "2015-05-20 03:37:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Ring\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "5.3.1",
        "version_normalized": "5.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
            "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/ringphp": "^1.1",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-07-15 19:28:39",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "klarna/kco_rest",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/klarna/kco_rest_php.git",
            "reference": "8a2142a2ebb087bb61901d51d1bb9698790e78c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/klarna/kco_rest_php/zipball/8a2142a2ebb087bb61901d51d1bb9698790e78c5",
            "reference": "8a2142a2ebb087bb61901d51d1bb9698790e78c5",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": ">=4.2,<6.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "apigen/apigen": "4.0.*",
            "klarna/apigen-theme": "~1.0",
            "phploc/phploc": "2.0.*",
            "phpmd/phpmd": "2.1.*",
            "phpunit/phpunit": "4.2.*",
            "satooshi/php-coveralls": "0.6.*",
            "sebastian/phpcpd": "2.0.*",
            "squizlabs/php_codesniffer": "1.5.*"
        },
        "time": "2015-12-07 09:51:35",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Klarna AB",
                "email": "integration@klarna.com"
            }
        ],
        "description": "Klarna Checkout PHP SDK",
        "homepage": "http://developers.klarna.com"
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "dff51f72b0706335131b00a7f49606168c582594"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
            "reference": "dff51f72b0706335131b00a7f49606168c582594",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2016-05-18 14:26:46",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-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": "p@tchwork.com"
            },
            {
                "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": "symfony/translation",
        "version": "v3.0.9",
        "version_normalized": "3.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
            "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.8"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/intl": "~2.8|~3.0",
            "symfony/yaml": "~2.8|~3.0"
        },
        "suggest": {
            "psr/log": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2016-07-30 07:22:48",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/validator",
        "version": "v2.8.9",
        "version_normalized": "2.8.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/validator.git",
            "reference": "244ff2a7f0283d1c854abbf17181dbb02c0af95f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/validator/zipball/244ff2a7f0283d1c854abbf17181dbb02c0af95f",
            "reference": "244ff2a7f0283d1c854abbf17181dbb02c0af95f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation": "~2.4|~3.0.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "egulias/email-validator": "~1.2,>=1.2.1",
            "symfony/config": "~2.2|~3.0.0",
            "symfony/expression-language": "~2.4|~3.0.0",
            "symfony/http-foundation": "~2.3|~3.0.0",
            "symfony/intl": "~2.7.4|~2.8|~3.0.0",
            "symfony/property-access": "~2.3|~3.0.0",
            "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "egulias/email-validator": "Strict (RFC compliant) email validation",
            "symfony/config": "",
            "symfony/expression-language": "For using the 2.4 Expression validator",
            "symfony/http-foundation": "",
            "symfony/intl": "",
            "symfony/property-access": "For using the 2.4 Validator API",
            "symfony/yaml": ""
        },
        "time": "2016-07-26 08:02:44",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Validator\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Validator Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "guzzlehttp/oauth-subscriber",
        "version": "0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/oauth-subscriber.git",
            "reference": "03f1ebe31d3112526106d0570c80eba6820e86e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/03f1ebe31d3112526106d0570c80eba6820e86e5",
            "reference": "03f1ebe31d3112526106d0570c80eba6820e86e5",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~4.0|~5.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-23 22:19:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Subscriber\\Oauth\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle OAuth 1.0 subscriber",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "oauth"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Psr\\Log\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "guzzlehttp/log-subscriber",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/log-subscriber.git",
            "reference": "99c3c0004165db721d8ef7bbef60c996210e538a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/log-subscriber/zipball/99c3c0004165db721d8ef7bbef60c996210e538a",
            "reference": "99c3c0004165db721d8ef7bbef60c996210e538a",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~4.0 | ~5.0",
            "php": ">=5.4.0",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-13 03:31:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Subscriber\\Log\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Logs HTTP requests and responses as they are sent over the wire (Guzzle 4+)",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "log",
            "plugin"
        ]
    },
    {
        "name": "cardinity/cardinity-sdk-php",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cardinity/cardinity-sdk-php.git",
            "reference": "80c7c9ac6282780badd6e1fe7b92aba06afcc057"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cardinity/cardinity-sdk-php/zipball/80c7c9ac6282780badd6e1fe7b92aba06afcc057",
            "reference": "80c7c9ac6282780badd6e1fe7b92aba06afcc057",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~5.1",
            "guzzlehttp/log-subscriber": "~1.0",
            "guzzlehttp/oauth-subscriber": "0.2.*",
            "php": ">=5.4.0",
            "symfony/validator": "~2.6"
        },
        "require-dev": {
            "monolog/monolog": "~1.0",
            "phpspec/phpspec": "~2.1",
            "phpunit/phpunit": "~4.3"
        },
        "time": "2015-04-01 10:20:25",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cardinity\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Client library for Cardinity credit card processing API",
        "homepage": "http://cardinity.com"
    },
    {
        "name": "divido/divido-php",
        "version": "v1.2-stable",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DividoFinancialServices/divido-api-php.git",
            "reference": "241fb70ead93ace8cee22063132e939b426b00e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DividoFinancialServices/divido-api-php/zipball/241fb70ead93ace8cee22063132e939b426b00e6",
            "reference": "241fb70ead93ace8cee22063132e939b426b00e6",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.2.0"
        },
        "time": "2016-06-28 14:18:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "master": "2.0-dev",
                "v1.1.1": "1.1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Divido": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Divido PHP library",
        "homepage": "https://www.divido.com/",
        "keywords": [
            "api",
            "divido",
            "finance",
            "instalments",
            "payment processing"
        ]
    }
]