Skip to content
Snippets Groups Projects
Select Git revision
  • update-debian-download-1.6.7
  • tuto-ext-firefox
  • master default protected
3 results

composer.lock

Blame
  • Forked from websites / cesium_website
    304 commits behind the upstream repository.
    composer.lock 8.12 KiB
    {
        "_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": "25737d43de99fb5d718029bd29d5374e",
        "packages": [
            {
                "name": "composer/ca-bundle",
                "version": "1.2.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/ca-bundle.git",
                    "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
                    "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
                    "shasum": ""
                },
                "require": {
                    "ext-openssl": "*",
                    "ext-pcre": "*",
                    "php": "^5.3.2 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
                    "psr/log": "^1.0",
                    "symfony/process": "^2.5 || ^3.0 || ^4.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\CaBundle\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
                "keywords": [
                    "cabundle",
                    "cacert",
                    "certificate",
                    "ssl",
                    "tls"
                ],
                "time": "2019-08-30T08:44:50+00:00"
            },
            {
                "name": "geoip2/geoip2",
                "version": "v2.9.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/maxmind/GeoIP2-php.git",
                    "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a807fbf65212eef5d8d2db1a1b31082b53633d77",
                    "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77",
                    "shasum": ""
                },
                "require": {
                    "maxmind-db/reader": "~1.0",
                    "maxmind/web-service-common": "~0.5",
                    "php": ">=5.4"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "2.*",
                    "phpunit/phpunit": "4.*",
                    "squizlabs/php_codesniffer": "3.*"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "GeoIp2\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Gregory J. Oschwald",
                        "email": "goschwald@maxmind.com",
                        "homepage": "http://www.maxmind.com/"
                    }
                ],
                "description": "MaxMind GeoIP2 PHP API",
                "homepage": "https://github.com/maxmind/GeoIP2-php",
                "keywords": [
                    "IP",
                    "geoip",
                    "geoip2",
                    "geolocation",
                    "maxmind"
                ],
                "time": "2018-04-10T15:32:59+00:00"
            },
            {
                "name": "maxmind-db/reader",
                "version": "v1.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
                    "reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/bd436094fc0a9b0558a899fb80b0ae34fe1808a0",
                    "reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "2.*",
                    "php-coveralls/php-coveralls": "^2.1",
                    "phpunit/phpcov": "^3.0",
                    "phpunit/phpunit": "5.*",
                    "squizlabs/php_codesniffer": "3.*"
                },
                "suggest": {
                    "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                    "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                    "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "MaxMind\\Db\\": "src/MaxMind/Db"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Gregory J. Oschwald",
                        "email": "goschwald@maxmind.com",
                        "homepage": "https://www.maxmind.com/"
                    }
                ],
                "description": "MaxMind DB Reader API",
                "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
                "keywords": [
                    "database",
                    "geoip",
                    "geoip2",
                    "geolocation",
                    "maxmind"
                ],
                "time": "2019-09-30T22:56:38+00:00"
            },
            {
                "name": "maxmind/web-service-common",
                "version": "v0.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/maxmind/web-service-common-php.git",
                    "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/61a9836fa3bb1743ab89752bae5005d71e78c73b",
                    "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b",
                    "shasum": ""
                },
                "require": {
                    "composer/ca-bundle": "^1.0.3",
                    "ext-curl": "*",
                    "ext-json": "*",
                    "php": ">=5.4"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "2.*",
                    "phpunit/phpunit": "4.*",
                    "squizlabs/php_codesniffer": "3.*"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "MaxMind\\Exception\\": "src/Exception",
                        "MaxMind\\WebService\\": "src/WebService"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Gregory Oschwald",
                        "email": "goschwald@maxmind.com"
                    }
                ],
                "description": "Internal MaxMind Web Service API",
                "homepage": "https://github.com/maxmind/web-service-common-php",
                "time": "2018-02-12T22:31:54+00:00"
            }
        ],
        "packages-dev": [],
        "aliases": [],
        "minimum-stability": "stable",
        "stability-flags": [],
        "prefer-stable": false,
        "prefer-lowest": false,
        "platform": [],
        "platform-dev": []
    }