Skip to content
Extraits de code Groupes Projets
composer.lock 105 ko
Newer Older
  • Learn to ignore specific revisions
  • {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
    
    sgiehl's avatar
    sgiehl a validé
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
    
    mattab's avatar
    mattab a validé
            "This file is @generated automatically"
    
        "content-hash": "58bf3282abb530791f29d10e5cd7623b",
    
            {
                "name": "composer/semver",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/semver.git",
                    "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747"
                },
    
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/semver/zipball/df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
                    "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.5 || ^5.0.5",
                    "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Semver\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
                    }
                ],
                "description": "Semver library that offers utilities, version constraint parsing and validation.",
                "keywords": [
                    "semantic",
                    "semver",
                    "validation",
                    "versioning"
                ],
    
                "time": "2016-02-25T22:23:39+00:00"
    
            {
                "name": "container-interop/container-interop",
    
                "version": "1.2.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/container-interop/container-interop.git",
    
                    "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                    "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
    
                    "shasum": ""
                },
    
                "require": {
                    "psr/container": "^1.0"
                },
    
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Interop\\Container\\": "src/Interop/Container/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
    
                "homepage": "https://github.com/container-interop/container-interop",
                "time": "2017-02-14T19:40:03+00:00"
    
            },
            {
                "name": "doctrine/cache",
    
    mattab's avatar
    mattab a validé
                "version": "v1.6.1",
    
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/doctrine/cache.git",
    
    mattab's avatar
    mattab a validé
                    "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
    
    mattab's avatar
    mattab a validé
                    "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
                    "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "php": "~5.5|~7.0"
    
                },
                "conflict": {
                    "doctrine/common": ">2.2,<2.4"
                },
                "require-dev": {
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "phpunit/phpunit": "~4.8|~5.0",
    
                    "satooshi/php-coveralls": "~0.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    Thomas Steur's avatar
    Thomas Steur a validé
                        "dev-master": "1.6.x-dev"
    
                    "psr-4": {
                        "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
    
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
    
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "Caching library offering an object-oriented API for many cache backends",
                "homepage": "http://www.doctrine-project.org",
                "keywords": [
                    "cache",
                    "caching"
                ],
    
                "time": "2016-10-29T11:16:17+00:00"
    
            {
                "name": "geoip/geoip",
                "version": "v1.17",
                "source": {
                    "type": "git",
                    "url": "https://github.com/maxmind/geoip-api-php.git",
                    "reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/maxmind/geoip-api-php/zipball/2053a85c2ed3e7adcbaf0117e26832f57366e370",
                    "reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370",
                    "shasum": ""
                },
                "conflict": {
                    "ext-geoip": "*"
                },
                "require-dev": {
                    "phpunit/phpunit": "3.7.*",
                    "satooshi/php-coveralls": "1.0.*"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/geoip.inc",
                        "src/geoipcity.inc",
                        "src/timezone.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL 2.1+"
                ],
                "authors": [
                    {
                        "name": "MaxMind, Inc.",
                        "email": "support@maxmind.com",
                        "homepage": "http://www.maxmind.com/"
                    }
                ],
                "description": "MaxMind GeoIP PHP API",
                "homepage": "http://dev.maxmind.com/geoip/legacy/downloadable",
                "keywords": [
                    "geoip",
                    "geolocation",
                    "maxmind"
                ],
                "time": "2016-05-16T19:06:50+00:00"
            },
    
            {
                "name": "leafo/lessphp",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/leafo/lessphp.git",
    
                    "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
                    "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
    
                    "shasum": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "lessc.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": "lessphp is a compiler for LESS written in PHP.",
                "homepage": "http://leafo.net/lessphp/",
    
                "time": "2014-11-24T18:39:20+00:00"
    
            {
                "name": "monolog/monolog",
    
                "version": "1.22.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/Seldaek/monolog.git",
    
                    "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
                    "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0",
                    "psr/log": "~1.0"
                },
                "provide": {
                    "psr/log-implementation": "1.0.0"
                },
                "require-dev": {
    
    mattab's avatar
    mattab a validé
                    "aws/aws-sdk-php": "^2.4.9 || ^3.0",
    
                    "doctrine/couchdb": "~1.0@dev",
                    "graylog2/gelf-php": "~1.0",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "jakub-onderka/php-parallel-lint": "0.9",
    
                    "php-console/php-console": "^3.1.3",
                    "phpunit/phpunit": "~4.5",
                    "phpunit/phpunit-mock-objects": "2.3.0",
                    "ruflin/elastica": ">=0.90 <3.0",
    
                    "sentry/sentry": "^0.13",
                    "swiftmailer/swiftmailer": "~5.3"
    
                },
                "suggest": {
                    "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                    "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                    "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                    "ext-mongo": "Allow sending log messages to a MongoDB server",
                    "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
    
                    "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                    "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
    
                    "php-console/php-console": "Allow sending log messages to Google Chrome",
    
                    "rollbar/rollbar": "Allow sending log messages to Rollbar",
                    "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
    
                    "sentry/sentry": "Allow sending log messages to a Sentry server"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Monolog\\": "src/Monolog"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
                "homepage": "http://github.com/Seldaek/monolog",
                "keywords": [
                    "log",
                    "logging",
                    "psr-3"
                ],
    
                "time": "2017-03-13T07:08:03+00:00"
    
    sgiehl's avatar
    sgiehl a validé
            {
                "name": "mustangostang/spyc",
                "version": "0.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mustangostang/spyc.git",
                    "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mustangostang/spyc/zipball/dc4785b4d7227fd9905e086d499fb8abfadf9977",
                    "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "0.5.x-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "Spyc.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT License"
                ],
                "authors": [
                    {
                        "name": "mustangostang",
                        "email": "vlad.andersen@gmail.com"
                    }
                ],
                "description": "A simple YAML loader/dumper class for PHP",
                "homepage": "https://github.com/mustangostang/spyc/",
                "keywords": [
                    "spyc",
                    "yaml",
                    "yml"
                ],
    
                "time": "2013-02-21T10:52:01+00:00"
    
    sgiehl's avatar
    sgiehl a validé
            },
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/pear/Archive_Tar.git",
    
                    "reference": "bdd47347df76dbaa89227c5e1afd6f6809985b4c"
    
                    "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/bdd47347df76dbaa89227c5e1afd6f6809985b4c",
                    "reference": "bdd47347df76dbaa89227c5e1afd6f6809985b4c",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "pear/pear-core-minimal": "^1.10.0alpha2",
                    "php": ">=5.2.0"
    
                },
                "require-dev": {
                    "phpunit/phpunit": "*"
                },
                "suggest": {
                    "ext-bz2": "bz2 compression support.",
                    "ext-xz": "lzma2 compression support.",
                    "ext-zlib": "Gzip compression support."
                },
                "type": "library",
    
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4.x-dev"
                    }
                },
    
                "autoload": {
                    "psr-0": {
                        "Archive_Tar": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "include-path": [
                    "./"
                ],
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Vincent Blavet",
                        "email": "vincent@phpconcept.net"
                    },
                    {
                        "name": "Greg Beaver",
                        "email": "greg@chiaraquartet.net"
                    },
                    {
                        "name": "Michiel Rook",
                        "email": "mrook@php.net"
                    }
                ],
                "description": "Tar file management class",
                "homepage": "https://github.com/pear/Archive_Tar",
                "keywords": [
                    "archive",
                    "tar"
                ],
    
                "time": "2016-02-25T10:30:39+00:00"
    
                "version": "v1.4.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/pear/Console_Getopt.git",
    
                    "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
    
                    "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                    "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
    
                    "shasum": ""
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Console": "./"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "include-path": [
                    "./"
                ],
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Greg Beaver",
                        "email": "cellog@php.net",
                        "role": "Helper"
                    },
                    {
                        "name": "Andrei Zmievski",
                        "email": "andrei@php.net",
                        "role": "Lead"
                    },
                    {
                        "name": "Stig Bakken",
                        "email": "stig@php.net",
                        "role": "Developer"
                    }
                ],
                "description": "More info available on: http://pear.php.net/package/Console_Getopt",
    
                "time": "2015-07-20T20:28:12+00:00"
    
                "version": "v1.10.3",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/pear/pear-core-minimal.git",
    
                    "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
    
                    "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
                    "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
    
                    "pear/console_getopt": "~1.4",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "replace": {
                    "rsky/pear-core-min": "self.version"
    
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "include-path": [
                    "src/"
                ],
                "license": [
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "BSD-3-Clause"
    
                ],
                "authors": [
                    {
                        "name": "Christian Weiske",
                        "email": "cweiske@php.net",
                        "role": "Lead"
                    }
                ],
                "description": "Minimal set of PEAR core files to be used as composer dependency",
    
                "time": "2017-02-28T16:46:11+00:00"
    
            },
            {
                "name": "pear/pear_exception",
                "version": "v1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/pear/PEAR_Exception.git",
                    "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
                    "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
                    "shasum": ""
                },
                "require": {
                    "php": ">=4.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "*"
                },
                "type": "class",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "PEAR": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "include-path": [
                    "."
                ],
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Helgi Thormar",
                        "email": "dufuz@php.net"
                    },
                    {
                        "name": "Greg Beaver",
                        "email": "cellog@php.net"
                    }
                ],
                "description": "The PEAR Exception base class.",
                "homepage": "https://github.com/pear/PEAR_Exception",
                "keywords": [
                    "exception"
                ],
    
                "time": "2015-02-10T20:07:52+00:00"
    
            {
                "name": "php-di/invoker",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHP-DI/Invoker.git",
    
                    "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
                    "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
    
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "~1.1"
                },
                "require-dev": {
                    "athletic/athletic": "~0.1.8",
                    "phpunit/phpunit": "~4.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Invoker\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Generic and extensible callable invoker",
                "homepage": "https://github.com/PHP-DI/Invoker",
                "keywords": [
                    "callable",
                    "dependency",
                    "dependency-injection",
                    "injection",
                    "invoke",
                    "invoker"
                ],
    
                "time": "2016-07-14T13:09:58+00:00"
    
                "version": "5.4.3",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHP-DI/PHP-DI.git",
    
                    "reference": "8ecded470bb0255c93f2996f78bb3b644c06599a"
    
                    "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/8ecded470bb0255c93f2996f78bb3b644c06599a",
                    "reference": "8ecded470bb0255c93f2996f78bb3b644c06599a",
    
                    "container-interop/container-interop": "~1.2",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "php": ">=5.5.0",
                    "php-di/invoker": "^1.3.2",
    
                    "php-di/phpdoc-reader": "^2.0.1",
                    "psr/container": "~1.0"
    
    Thomas Steur's avatar
    Thomas Steur a validé
                },
                "provide": {
    
                    "container-interop/container-interop-implementation": "^1.0",
                    "psr/container-implementation": "^1.0"
    
    Thomas Steur's avatar
    Thomas Steur a validé
                },
                "replace": {
                    "mnapoli/php-di": "*"
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "doctrine/annotations": "~1.2",
                    "doctrine/cache": "~1.4",
                    "mnapoli/phpunit-easymock": "~0.2.0",
                    "ocramius/proxy-manager": "~1.0|~2.0",
    
                    "phpunit/phpunit": "~4.5"
                },
                "suggest": {
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
                    "doctrine/cache": "Install it if you want to use the cache (version ~1.4)",
                    "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~1.0 or ~2.0)"
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "DI\\": "src/DI/"
                    },
                    "files": [
                        "src/DI/functions.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "description": "The dependency injection container for humans",
                "homepage": "http://php-di.org/",
    
                "keywords": [
                    "container",
                    "dependency injection",
                    "di"
                ],
    
                "time": "2017-04-11T19:42:20+00:00"
    
    Thomas Steur's avatar
    Thomas Steur a validé
            },
            {
                "name": "php-di/phpdoc-reader",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHP-DI/PhpDocReader.git",
                    "reference": "83f5ead159defccfa8e7092e5b6c1c533b326d68"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/83f5ead159defccfa8e7092e5b6c1c533b326d68",
                    "reference": "83f5ead159defccfa8e7092e5b6c1c533b326d68",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.6"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "PhpDocReader\\": "src/PhpDocReader"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
                "keywords": [
                    "phpdoc",
                    "reflection"
                ],
    
                "time": "2015-11-29T10:34:25+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/component-cache.git",
    
                    "reference": "5f6652574440d9886741918a1e4dc1c555820501"
    
                    "url": "https://api.github.com/repos/piwik/component-cache/zipball/5f6652574440d9886741918a1e4dc1c555820501",
                    "reference": "5f6652574440d9886741918a1e4dc1c555820501",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "php": ">=5.5.9"
    
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Piwik\\Cache\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0"
                ],
                "authors": [
                    {
                        "name": "The Piwik Team",
                        "email": "hello@piwik.org",
                        "homepage": "http://piwik.org/the-piwik-team/"
                    }
                ],
                "description": "PHP caching library based on Doctrine cache",
                "keywords": [
                    "array",
                    "cache",
                    "file",
                    "redis"
                ],
    
                "time": "2016-11-15T02:33:06+00:00"
    
                "version": "1.2.2",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/component-decompress.git",
    
                    "reference": "15088059c38378939db8a3490b67b569797a6a3a"
    
                    "url": "https://api.github.com/repos/piwik/component-decompress/zipball/15088059c38378939db8a3490b67b569797a6a3a",
                    "reference": "15088059c38378939db8a3490b67b569797a6a3a",
    
                    "pear/archive_tar": "~1.3,>=1.3.15",
    
                    "phpunit/phpunit": "4.4"
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Piwik\\Decompress\\": "src/"
                    },
                    "classmap": [
    
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0"
                ],
    
                "time": "2017-07-14T10:45:10+00:00"
    
            {
                "name": "piwik/device-detector",
    
                "version": "3.9.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/device-detector.git",
    
                    "reference": "88fe6919e63c71cbe831990215fa76a9f4d797b5"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/piwik/device-detector/zipball/88fe6919e63c71cbe831990215fa76a9f4d797b5",
                    "reference": "88fe6919e63c71cbe831990215fa76a9f4d797b5",
    
                    "shasum": ""
                },
                "require": {
                    "mustangostang/spyc": "*",
    
                    "php": ">=5.3.2"
    
    sgiehl's avatar
    sgiehl a validé
                "require-dev": {
    
    sgiehl's avatar
    sgiehl a validé
                    "fabpot/php-cs-fixer": "~1.7",
    
                    "matthiasmullie/scrapbook": "@stable",
                    "phpunit/phpunit": "4.1.*",
                    "psr/cache": "^1.0",
                    "psr/simple-cache": "^1.0"
    
                },
                "suggest": {
                    "doctrine/cache": "Can directly be used for caching purpose"
    
    sgiehl's avatar
    sgiehl a validé
                },
    
                "type": "library",
                "autoload": {
    
    sgiehl's avatar
    sgiehl a validé
                    "psr-4": {
                        "DeviceDetector\\": ""
                    }
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
                ],
                "authors": [
                    {
                        "name": "The Piwik Team",
                        "email": "hello@piwik.org",
                        "homepage": "http://piwik.org/the-piwik-team/"
                    }
                ],
    
    sgiehl's avatar
    sgiehl a validé
                "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
    
                "homepage": "http://piwik.org",
                "keywords": [
                    "devicedetection",
                    "parser",
                    "useragent"
                ],
    
                "time": "2017-10-30T17:47:32+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/component-ini.git",
    
                    "reference": "bd2711ba4d5e20e4ca09b6829dc2831576b59dc3"
    
                    "url": "https://api.github.com/repos/piwik/component-ini/zipball/bd2711ba4d5e20e4ca09b6829dc2831576b59dc3",
                    "reference": "bd2711ba4d5e20e4ca09b6829dc2831576b59dc3",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
    
                    "athletic/athletic": "0.1.*",
    
                    "phpunit/phpunit": "~4.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Piwik\\Ini\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0"
                ],
    
                "time": "2016-01-14T21:13:33+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/component-network.git",
    
                    "reference": "b270d14d9b4ddc9d63bfee4e85f08899a215ef20"
    
                    "url": "https://api.github.com/repos/piwik/component-network/zipball/b270d14d9b4ddc9d63bfee4e85f08899a215ef20",
                    "reference": "b270d14d9b4ddc9d63bfee4e85f08899a215ef20",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Piwik\\Network\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0"
                ],
    
                "time": "2016-07-18T04:10:33+00:00"
    
            {
                "name": "piwik/piwik-php-tracker",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/piwik-php-tracker.git",
    
                    "reference": "f9a0168c87f01f2d5de95029a1ba0d1fd6c3d5ab"
    
                    "url": "https://api.github.com/repos/piwik/piwik-php-tracker/zipball/f9a0168c87f01f2d5de95029a1ba0d1fd6c3d5ab",
                    "reference": "f9a0168c87f01f2d5de95029a1ba0d1fd6c3d5ab",
    
                    "shasum": ""
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "."
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "The Piwik Team",
                        "email": "hello@piwik.org",
                        "homepage": "http://piwik.org/the-piwik-team/"
                    }
                ],
                "description": "PHP Client for Piwik Analytics Tracking API",
                "homepage": "http://piwik.org",
                "keywords": [
                    "analytics",
                    "piwik",
                    "tracker"
                ],
    
            {
                "name": "piwik/referrer-spam-blacklist",
    
                "version": "1.0.13",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/referrer-spam-blacklist.git",
    
                    "reference": "ad7c2296d5bac58c5bea771f355dc49dd4fc8141"
    
                    "url": "https://api.github.com/repos/piwik/referrer-spam-blacklist/zipball/ad7c2296d5bac58c5bea771f355dc49dd4fc8141",
                    "reference": "ad7c2296d5bac58c5bea771f355dc49dd4fc8141",
    
                    "shasum": ""
                },
                "type": "library",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Public Domain"