Skip to content
Snippets Groups Projects
composer.lock 28.6 KiB
Newer Older
    "hash": "5d17aee0bd24c24563c2c864600fc5bd",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common",
                "url": "https://github.com/doctrine/common/zipball/2.3.0",
                "reference": "2.3.0",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com",
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com",
                    "homepage": "http://www.instaclick.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "http://jmsyst.com",
                    "role": "Developer of wrapped JMSSerializerBundle"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "collections",
                "spl",
                "eventmanager",
                "annotations",
                "persistence"
            ]
        {
            "name": "guzzle/common",
            "version": "dev-master",
            "target-dir": "Guzzle/Common",
            "source": {
                "type": "git",
                "url": "git://github.com/guzzle/common.git",
                "reference": "23162d56daa85b1ee6f1d73d9b5a5ecda2d70849"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/guzzle/common/archive/23162d56daa85b1ee6f1d73d9b5a5ecda2d70849.zip",
                "reference": "23162d56daa85b1ee6f1d73d9b5a5ecda2d70849",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/event-dispatcher": ">=2.1"
            },
            "time": "2012-12-06 02:26:39",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-0": {
                    "Guzzle\\Common": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Common libraries used by Guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "event",
                "exception",
                "common",
                "collection"
            ]
        },
        {
            "name": "guzzle/http",
            "version": "dev-master",
            "target-dir": "Guzzle/Http",
            "source": {
                "type": "git",
                "url": "git://github.com/guzzle/http.git",
                "reference": "v3.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/guzzle/http/archive/v3.0.5.zip",
                "reference": "v3.0.5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "guzzle/common": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/stream": "self.version"
            },
            "time": "2012-11-18 05:28:55",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-0": {
                    "Guzzle\\Http": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "HTTP libraries used by Guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "curl",
                "http",
                "http client",
                "client",
                "Guzzle"
            ]
        },
        {
            "name": "guzzle/parser",
            "version": "dev-master",
            "target-dir": "Guzzle/Parser",
            "source": {
                "type": "git",
                "url": "git://github.com/guzzle/parser.git",
                "reference": "v3.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/guzzle/parser/archive/v3.0.5.zip",
                "reference": "v3.0.5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "time": "2012-11-19 00:07:13",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-0": {
                    "Guzzle\\Parser": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Interchangeable parsers used by Guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "http",
                "url",
                "message",
                "cookie",
                "URI Template"
            ]
        },
        {
            "name": "guzzle/stream",
            "version": "dev-master",
            "target-dir": "Guzzle/Stream",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/stream",
                "reference": "v3.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/guzzle/stream/archive/v3.0.5.zip",
                "reference": "v3.0.5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "guzzle/common": "self.version"
            },
            "time": "2012-11-11 23:54:57",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-0": {
                    "Guzzle\\Stream": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle stream wrapper component",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "stream",
                "Guzzle",
                "component"
            ]
        },
            "name": "kriswallsmith/assetic",
            "version": "v1.1.0-alpha1",
            "source": {
                "type": "git",
                "url": "http://github.com/kriswallsmith/assetic.git",
                "reference": "v1.1.0-alpha1"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/kriswallsmith/assetic/zipball/v1.1.0-alpha1",
                "reference": "v1.1.0-alpha1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/process": "2.1.*"
            },
            "require-dev": {
                "twig/twig": ">=1.6.0,<2.0",
                "leafo/lessphp": "*",
                "leafo/scssphp": "*",
                "ptachoire/cssembed": "*"
            },
            "suggest": {
                "twig/twig": "Assetic provides the integration with the Twig templating engine",
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris"
            },
            "time": "2012-08-28 05:33:44",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Assetic": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Asset Management for PHP",
            "homepage": "https://github.com/kriswallsmith/assetic",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ]
            "target-dir": "Symfony/Component/ClassLoader",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/ClassLoader",
                "reference": "329e3c07fd7222160c647013d4dc936a76743ff6"
                "url": "https://github.com/symfony/ClassLoader/archive/329e3c07fd7222160c647013d4dc936a76743ff6.zip",
                "reference": "329e3c07fd7222160c647013d4dc936a76743ff6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
            "type": "library",
            "extra": {
                "branch-alias": {
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony ClassLoader Component",
            "homepage": "http://symfony.com"
            "name": "symfony/dependency-injection",
            "target-dir": "Symfony/Component/DependencyInjection",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/DependencyInjection",
                "reference": "e2713da6f3713eba1bc26dfeeaa7aefde8914676"
                "url": "https://github.com/symfony/DependencyInjection/archive/e2713da6f3713eba1bc26dfeeaa7aefde8914676.zip",
                "reference": "e2713da6f3713eba1bc26dfeeaa7aefde8914676",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/yaml": "2.2.*",
                "symfony/config": "2.2.*"
                "symfony/yaml": "2.2.*",
                "symfony/config": "2.2.*"
            "type": "library",
            "extra": {
                "branch-alias": {
                    "Symfony\\Component\\DependencyInjection\\": ""
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony DependencyInjection Component",
            "homepage": "http://symfony.com"
            "target-dir": "Symfony/Component/EventDispatcher",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/EventDispatcher",
                "reference": "eb290a447c0af5bea0d3de5d95d498afd8c82f89"
                "url": "https://github.com/symfony/EventDispatcher/archive/eb290a447c0af5bea0d3de5d95d498afd8c82f89.zip",
                "reference": "eb290a447c0af5bea0d3de5d95d498afd8c82f89",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/dependency-injection": "2.2.*",
                "symfony/http-kernel": "2.2.*"
            "type": "library",
            "extra": {
                "branch-alias": {
                    "Symfony\\Component\\EventDispatcher\\": ""
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony EventDispatcher Component",
            "homepage": "http://symfony.com"
            "target-dir": "Symfony/Component/HttpFoundation",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpFoundation",
                "reference": "067c310fe4d0691a24adc97f39500233a58e42cb"
                "url": "https://github.com/symfony/HttpFoundation/archive/067c310fe4d0691a24adc97f39500233a58e42cb.zip",
                "reference": "067c310fe4d0691a24adc97f39500233a58e42cb",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "classmap": [
                    "Symfony/Component/HttpFoundation/Resources/stubs"
                ]
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony HttpFoundation Component",
            "homepage": "http://symfony.com"
            "target-dir": "Symfony/Component/HttpKernel",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/HttpKernel",
                "reference": "dbd6b331aab91deb9e97307eac666b77a0879e07"
                "url": "https://github.com/symfony/HttpKernel/archive/dbd6b331aab91deb9e97307eac666b77a0879e07.zip",
                "reference": "dbd6b331aab91deb9e97307eac666b77a0879e07",
                "symfony/event-dispatcher": "2.2.*",
                "symfony/http-foundation": "2.2.*"
                "symfony/browser-kit": "2.2.*",
                "symfony/class-loader": "2.2.*",
                "symfony/config": "2.2.*",
                "symfony/console": "2.2.*",
                "symfony/dependency-injection": "2.2.*",
                "symfony/finder": "2.2.*",
                "symfony/process": "2.2.*",
                "symfony/routing": "2.2.*",
                "symfony/stopwatch": "2.2.*"
                "symfony/browser-kit": "2.2.*",
                "symfony/class-loader": "2.2.*",
                "symfony/config": "2.2.*",
                "symfony/console": "2.2.*",
                "symfony/dependency-injection": "2.2.*",
                "symfony/finder": "2.2.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony HttpKernel Component",
            "homepage": "http://symfony.com"
            "target-dir": "Symfony/Component/Process",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Process",
                "reference": "058ae5038a9623fa64b120a2d10ba81f1ade05c7"
                "url": "https://github.com/symfony/Process/archive/058ae5038a9623fa64b120a2d10ba81f1ade05c7.zip",
                "reference": "058ae5038a9623fa64b120a2d10ba81f1ade05c7",
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Process": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Process Component",
            "homepage": "http://symfony.com"
        },
        {
            "name": "symfony/routing",
            "target-dir": "Symfony/Component/Routing",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Routing",
                "reference": "17109bfef57e52b35d76db4d35b3b66b1d176701"
                "url": "https://github.com/symfony/Routing/archive/17109bfef57e52b35d76db4d35b3b66b1d176701.zip",
                "reference": "17109bfef57e52b35d76db4d35b3b66b1d176701",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/common": ">=2.2,<2.4-dev",
                "symfony/config": "2.2.*",
                "symfony/yaml": "2.2.*",
                "symfony/http-kernel": "2.2.*"
                "doctrine/common": ">=2.2,<2.4-dev",
                "symfony/config": "2.2.*",
                "symfony/yaml": "2.2.*"
            "type": "library",
            "extra": {
                "branch-alias": {
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Routing Component",
            "homepage": "http://symfony.com"
        },
        {
            "name": "symfony/serializer",
            "target-dir": "Symfony/Component/Serializer",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Serializer",
                "reference": "60abc7e72a5198192c42fc07bb8c1e3082e7229e"
                "url": "https://github.com/symfony/Serializer/archive/60abc7e72a5198192c42fc07bb8c1e3082e7229e.zip",
                "reference": "60abc7e72a5198192c42fc07bb8c1e3082e7229e",
            "type": "library",
            "extra": {
                "branch-alias": {
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Serializer Component",
            "homepage": "http://symfony.com"
        },
        {
            "name": "symfony/yaml",
            "target-dir": "Symfony/Component/Yaml",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml",
                "reference": "bed4fddc24392513e01b32a78d600b1272ed9a6c"
                "url": "https://github.com/symfony/Yaml/archive/bed4fddc24392513e01b32a78d600b1272ed9a6c.zip",
                "reference": "bed4fddc24392513e01b32a78d600b1272ed9a6c",
            "type": "library",
            "extra": {
                "branch-alias": {
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "http://symfony.com"
        },
        {
            "name": "twig/twig",
            "source": {
                "type": "git",
                "url": "git://github.com/fabpot/Twig.git",
                "url": "https://github.com/fabpot/Twig/archive/v1.11.1.zip",
                "reference": "v1.11.1",
            "type": "library",
            "extra": {
                "branch-alias": {
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ]
        "twig/twig": 0,
        "doctrine/common": 0,
        "kriswallsmith/assetic": 15