Skip to content
Extraits de code Groupes Projets
composer.lock 98,6 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"
    
        "hash": "db7672f3c64f1dbbd65edc6fd119e414",
        "content-hash": "126d7da5eef61ae7f0764a2cfdf2c068",
    
            {
                "name": "composer/semver",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/semver.git",
                    "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747"
                },
                "dist": {
                    "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-25 22:23:39"
            },
    
            {
                "name": "container-interop/container-interop",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/container-interop/container-interop.git",
    
                    "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
                    "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
    
                    "shasum": ""
                },
                "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.)",
    
            },
            {
                "name": "doctrine/cache",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "version": "v1.6.0",
    
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/doctrine/cache.git",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
                    "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
    
    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"
                ],
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "time": "2015-12-31 16:37:02"
    
            {
                "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-24 18:39:20"
    
            {
                "name": "monolog/monolog",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "version": "1.21.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/Seldaek/monolog.git",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
    
                },
                "dist": {
                    "type": "zip",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
                    "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0",
                    "psr/log": "~1.0"
                },
                "provide": {
                    "psr/log-implementation": "1.0.0"
                },
                "require-dev": {
    
                    "aws/aws-sdk-php": "^2.4.9",
    
                    "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"
                ],
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "time": "2016-07-29 03:23:52"
    
    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-21 10:52:01"
            },
    
                "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"
                ],
    
                "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-20 20:28:12"
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "version": "v1.10.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/pear/pear-core-minimal.git",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896"
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896",
                    "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896",
    
                    "shasum": ""
                },
                "require": {
                    "pear/console_getopt": "~1.3",
                    "pear/pear_exception": "~1.0"
                },
    
    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",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "time": "2015-10-17 11:41:19"
    
            },
            {
                "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-10 20:07:52"
            },
    
            {
                "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"
                ],
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "version": "5.4.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHP-DI/PHP-DI.git",
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "reference": "e348393488fa909e4bc0707ba5c9c44cd602a1cb"
    
    Thomas Steur's avatar
    Thomas Steur a validé
                    "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/e348393488fa909e4bc0707ba5c9c44cd602a1cb",
                    "reference": "e348393488fa909e4bc0707ba5c9c44cd602a1cb",
    
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "~1.0",
    
    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"
                },
                "provide": {
                    "container-interop/container-interop-implementation": "^1.0"
                },
                "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"
                ],
    
    Thomas Steur's avatar
    Thomas Steur a validé
                "time": "2016-08-23 20:18:00"
            },
            {
                "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-29 10:34:25"
    
                "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-15 02:33:06"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/component-decompress.git",
    
                    "reference": "aa0a13f0ff44f70c736a72dd19ae1bcf400c6932"
    
                    "url": "https://api.github.com/repos/piwik/component-decompress/zipball/aa0a13f0ff44f70c736a72dd19ae1bcf400c6932",
                    "reference": "aa0a13f0ff44f70c736a72dd19ae1bcf400c6932",
    
                    "pear/archive_tar": "~1.3,>=1.3.15",
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Piwik\\Decompress\\": "src/"
                    },
                    "classmap": [
    
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0"
                ],
    
            {
                "name": "piwik/device-detector",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/device-detector.git",
    
                    "reference": "119bbad5d04dd1512333d2b4a0658cf9b824ef52"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/piwik/device-detector/zipball/119bbad5d04dd1512333d2b4a0658cf9b824ef52",
                    "reference": "119bbad5d04dd1512333d2b4a0658cf9b824ef52",
    
                    "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",
    
                    "phpunit/phpunit": "4.1.*"
                },
                "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": "2016-12-06 20:57:53"
    
                "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"
                ],
    
                "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"
                ],
    
            {
                "name": "piwik/piwik-php-tracker",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/piwik-php-tracker.git",
    
                    "reference": "eb4df1e223d4b377d06785c9b5fb3723d16d4465"
    
                    "url": "https://api.github.com/repos/piwik/piwik-php-tracker/zipball/eb4df1e223d4b377d06785c9b5fb3723d16d4465",
                    "reference": "eb4df1e223d4b377d06785c9b5fb3723d16d4465",
    
                    "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",
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                "version": "1.0.10",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/piwik/referrer-spam-blacklist.git",
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                    "reference": "58ecaaf7aced82ddbcc9339e1fc9e7fe9e996eb8"
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                    "url": "https://api.github.com/repos/piwik/referrer-spam-blacklist/zipball/58ecaaf7aced82ddbcc9339e1fc9e7fe9e996eb8",
                    "reference": "58ecaaf7aced82ddbcc9339e1fc9e7fe9e996eb8",
    
                    "shasum": ""
                },
                "type": "library",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Public Domain"
                ],
                "description": "Community-contributed list of referrer spammers",
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                "time": "2016-09-28 16:10:53"
    
    sgiehl's avatar
    sgiehl a validé
                "name": "piwik/searchengine-and-social-list",
    
    sgiehl's avatar
    sgiehl a validé
                    "url": "https://github.com/piwik/searchengine-and-social-list.git",
    
                    "reference": "8302a7414bd48f44916bd4858859607838ac2526"
    
    sgiehl's avatar
    sgiehl a validé
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/piwik/searchengine-and-social-list/zipball/8302a7414bd48f44916bd4858859607838ac2526",
                    "reference": "8302a7414bd48f44916bd4858859607838ac2526",
    
    sgiehl's avatar
    sgiehl a validé
                    "shasum": ""
    
    sgiehl's avatar
    sgiehl a validé
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Public Domain"
                ],
                "description": "Search engine and social network definitions used by Piwik",
    
                "time": "2016-11-09 20:36:59"
    
            {
                "name": "psr/log",
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                "version": "1.0.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                    "reference": "5277094ed527a1c4477177d102fe4c53551953e0"
    
                },
                "dist": {
                    "type": "zip",
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                    "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",
                    "reference": "5277094ed527a1c4477177d102fe4c53551953e0",
    
                    "shasum": ""
                },
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                "require": {
                    "php": ">=5.3.0"
                },
    
                "type": "library",
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
    
                "autoload": {
    
    Matthieu Aubry's avatar
    Matthieu Aubry a validé
                    "psr-4": {
                        "Psr\\Log\\": "Psr/Log/"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"