Skip to content
Snippets Groups Projects
composer.lock 31.9 KiB
Newer Older
            "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"
                }
            },
            "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"
            ]
            "source": {
                "type": "git",
                "url": "git://github.com/njh/easyrdf.git",
                "reference": "d1c363bd04cd55169fbefe52328e86031c6db3a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/njh/easyrdf/archive/d1c363bd04cd55169fbefe52328e86031c6db3a2.zip",
                "reference": "d1c363bd04cd55169fbefe52328e86031c6db3a2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.8"
            },
            "replace": {
                "njh/easyrdf": "self.version"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.5.15",
                "squizlabs/php_codesniffer": ">=1.4.3",
                "sami/sami": "dev-master"
            },
            "time": "2013-01-13 01:20:04",
            "type": "library",
            "autoload": {
                "psr-0": {
                    "EasyRdf_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nicholas Humfrey",
                    "email": "njh@aelius.com",
                    "homepage": "http://www.aelius.com/njh/",
                    "role": "Developer"
                }
            ],
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
            "homepage": "http://www.easyrdf.org/",
            "keywords": [
                "rdfa",
                "RDF",
                "Semantic Web",
                "Turtle",
                "Linked Data"
            ]
        },
        {
            "name": "guzzle/common",
            "version": "v3.1.0",
            "target-dir": "Guzzle/Common",
            "source": {
                "type": "git",
                "url": "git://github.com/guzzle/common.git",
                "url": "https://github.com/guzzle/common/archive/v3.1.0.zip",
                "reference": "v3.1.0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/event-dispatcher": ">=2.1"
            },
            "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",
            "target-dir": "Guzzle/Http",
            "source": {
                "type": "git",
                "url": "git://github.com/guzzle/http.git",
                "url": "https://github.com/guzzle/http/archive/v3.1.0.zip",
                "reference": "v3.1.0",
                "guzzle/common": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/stream": "self.version"
            },
            "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",
            "target-dir": "Guzzle/Parser",
            "source": {
                "type": "git",
                "url": "git://github.com/guzzle/parser.git",
                "url": "https://github.com/guzzle/parser/archive/v3.1.0.zip",
                "reference": "v3.1.0",
            "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",
            "target-dir": "Guzzle/Stream",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/stream",
                "url": "https://github.com/guzzle/stream/archive/v3.1.0.zip",
                "reference": "v3.1.0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "guzzle/common": "self.version"
            },
            "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"
                }
            },
            "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"
            ]
        {
            "name": "symfony-cmf/routing",
            "version": "dev-master",
            "target-dir": "Symfony/Cmf/Component/Routing",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/Routing",
                "reference": "1.0.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/symfony-cmf/Routing/archive/1.0.0-alpha3.zip",
                "reference": "1.0.0-alpha3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/routing": ">=2.1,<2.3-dev",
                "symfony/http-kernel": ">=2.1,<2.3-dev"
            },
            "time": "2012-12-16 17:52:57",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Cmf\\Component\\Routing": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
                }
            ],
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "database",
                "routing"
            ]
        },
            "target-dir": "Symfony/Component/ClassLoader",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/ClassLoader",
                "reference": "0730d0f8f99cfeafbc23271f1e87f54da15f1e06"
                "url": "https://github.com/symfony/ClassLoader/archive/0730d0f8f99cfeafbc23271f1e87f54da15f1e06.zip",
                "reference": "0730d0f8f99cfeafbc23271f1e87f54da15f1e06",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
            "time": "2013-01-04 16:58:00",
            "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": "13b47742e1ef22aed78132e5e0930d28571142a4"
                "url": "https://github.com/symfony/DependencyInjection/archive/13b47742e1ef22aed78132e5e0930d28571142a4.zip",
                "reference": "13b47742e1ef22aed78132e5e0930d28571142a4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/yaml": "2.2.*",
                "symfony/config": "2.2.*"
                "symfony/yaml": "2.2.*",
                "symfony/config": "2.2.*"
            "time": "2013-01-04 16:58:00",
            "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": "0fcc9fa82fa3ea7ec2605af2e8137698fbaca3dc"
                "url": "https://github.com/symfony/EventDispatcher/archive/0fcc9fa82fa3ea7ec2605af2e8137698fbaca3dc.zip",
                "reference": "0fcc9fa82fa3ea7ec2605af2e8137698fbaca3dc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "symfony/dependency-injection": "2.2.*",
                "symfony/http-kernel": "2.2.*"
            "time": "2013-01-04 17:02:19",
            "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": "5aa0119417f1fc8de7513d9432dd2f43f9d9e97b"
                "url": "https://github.com/symfony/HttpFoundation/archive/5aa0119417f1fc8de7513d9432dd2f43f9d9e97b.zip",
                "reference": "5aa0119417f1fc8de7513d9432dd2f43f9d9e97b",
            "time": "2013-01-04 17:02:19",
            "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": "ce164c088666b80ffc116173065d504055414137"
                "url": "https://github.com/symfony/HttpKernel/archive/ce164c088666b80ffc116173065d504055414137.zip",
                "reference": "ce164c088666b80ffc116173065d504055414137",
                "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.*"
            },
            "time": "2013-01-04 16:58:00",
            "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",
            "type": "library",
            "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": "87a66890450658ccac99702ac5e4f002ece9e23e"
                "url": "https://github.com/symfony/Routing/archive/87a66890450658ccac99702ac5e4f002ece9e23e.zip",
                "reference": "87a66890450658ccac99702ac5e4f002ece9e23e",
                "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.*"
            "time": "2012-12-28 13:21:48",
            "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": "ef3d92815bdb07281ee8cbd73b3e3f9e41bdc1a0"
                "url": "https://github.com/symfony/Serializer/archive/ef3d92815bdb07281ee8cbd73b3e3f9e41bdc1a0.zip",
                "reference": "ef3d92815bdb07281ee8cbd73b3e3f9e41bdc1a0",
            "time": "2012-12-19 07:09:49",
            "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": "365b4df7802b9bb93084d2cc9a51fe88b488f956"
                "url": "https://github.com/symfony/Yaml/archive/365b4df7802b9bb93084d2cc9a51fe88b488f956.zip",
                "reference": "365b4df7802b9bb93084d2cc9a51fe88b488f956",
            "time": "2012-12-19 07:09:49",
            "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": {
            "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"
            ]
        "kriswallsmith/assetic": 15,