Your IP : 3.17.75.8


Current Path : /home/church/public_html/bac2myrootz.com/wp-content/plugins/sales-pop/
Upload File :
Current File : /home/church/public_html/bac2myrootz.com/wp-content/plugins/sales-pop/composer.lock

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "cab6716e02cad57303b498bbeaad2326",
    "packages": [
        {
            "name": "kriswallsmith/buzz",
            "version": "v0.15.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/Buzz.git",
                "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d0b82d8a6169276f91f445c26792ff4a2b11e831",
                "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3.3"
            },
            "suggest": {
                "ext-curl": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Buzz\\": "lib/Buzz"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Lightweight HTTP client",
            "homepage": "https://github.com/kriswallsmith/Buzz",
            "keywords": [
                "curl",
                "http client"
            ],
            "time": "2017-11-24T19:18:50+00:00"
        },
        {
            "name": "sentry/sentry",
            "version": "1.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/getsentry/sentry-php.git",
                "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b",
                "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": "^5.3|^7.0"
            },
            "conflict": {
                "raven/raven": "*"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^1.8.0",
                "monolog/monolog": "*",
                "phpunit/phpunit": "^4.8.35 || ^5.7"
            },
            "suggest": {
                "ext-hash": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "monolog/monolog": "Automatically capture Monolog events as breadcrumbs"
            },
            "bin": [
                "bin/sentry"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Raven_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "David Cramer",
                    "email": "dcramer@gmail.com"
                }
            ],
            "description": "A PHP client for Sentry (http://getsentry.com)",
            "homepage": "http://getsentry.com",
            "keywords": [
                "log",
                "logging"
            ],
            "time": "2018-08-18T19:41:03+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v3.3.9",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
                "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-mbstring": "~1.1"
            },
            "require-dev": {
                "symfony/expression-language": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "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 HttpFoundation Component",
            "homepage": "https://symfony.com",
            "time": "2017-09-06T17:07:39+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "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"
            ],
            "time": "2017-06-14T15:44:48+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}