2012-06-27 20:43:49 +00:00
|
|
|
{
|
2013-05-13 21:20:18 +00:00
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2014-06-03 16:29:35 +00:00
|
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
|
"This file is @generated automatically"
|
2013-05-13 21:20:18 +00:00
|
|
|
],
|
2014-06-03 16:29:35 +00:00
|
|
|
"hash": "15b33bcba2392fb947bc320f35fcc14e",
|
2012-06-27 20:43:49 +00:00
|
|
|
"packages": [
|
2012-07-18 09:50:50 +00:00
|
|
|
{
|
2013-07-21 15:29:50 +00:00
|
|
|
"name": "doctrine/annotations",
|
2013-11-22 23:45:15 +00:00
|
|
|
"version": "dev-master",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-07-21 15:29:50 +00:00
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
2013-11-22 23:45:15 +00:00
|
|
|
"reference": "463d926a8dcc49271cb7db5a08364a70ed6e3cd3"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-11-22 23:45:15 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/463d926a8dcc49271cb7db5a08364a70ed6e3cd3",
|
|
|
|
"reference": "463d926a8dcc49271cb7db5a08364a70ed6e3cd3",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2013-07-21 15:29:50 +00:00
|
|
|
"doctrine/lexer": "1.*",
|
2012-11-30 01:26:33 +00:00
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
"require-dev": {
|
|
|
|
"doctrine/cache": "1.*"
|
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-07-21 15:29:50 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2013-07-21 15:29:50 +00:00
|
|
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com",
|
2013-11-22 23:45:15 +00:00
|
|
|
"homepage": "http://www.jwage.com/",
|
|
|
|
"role": "Creator"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://www.instaclick.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "roman@code-factory.org"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "kontakt@beberlei.de"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
2013-06-14 09:52:09 +00:00
|
|
|
"name": "Johannes Schmitt",
|
2012-11-30 01:26:33 +00:00
|
|
|
"email": "schmittjoh@gmail.com",
|
2013-11-22 23:45:15 +00:00
|
|
|
"homepage": "http://jmsyst.com",
|
2013-07-21 15:29:50 +00:00
|
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Docblock Annotations Parser",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"docblock",
|
|
|
|
"parser"
|
|
|
|
],
|
2013-11-22 23:45:15 +00:00
|
|
|
"time": "2013-11-19 05:59:59"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/cache",
|
|
|
|
"version": "v1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
|
|
"reference": "v1.0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/doctrine/cache/archive/v1.0.zip",
|
|
|
|
"reference": "v1.0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Cache\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com",
|
|
|
|
"homepage": "http://www.jwage.com/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com",
|
|
|
|
"homepage": "http://www.instaclick.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes M. Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com",
|
|
|
|
"homepage": "https://github.com/schmittjoh",
|
|
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"caching"
|
|
|
|
],
|
|
|
|
"time": "2013-01-10 22:43:46"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/collections",
|
|
|
|
"version": "v1.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
|
|
"reference": "v1.1"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/v1.1",
|
|
|
|
"reference": "v1.1",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com",
|
|
|
|
"homepage": "http://www.jwage.com/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com",
|
|
|
|
"homepage": "http://www.instaclick.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes M. Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com",
|
|
|
|
"homepage": "https://github.com/schmittjoh",
|
|
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Collections Abstraction library",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"array",
|
|
|
|
"collections",
|
|
|
|
"iterator"
|
|
|
|
],
|
|
|
|
"time": "2013-03-07 12:15:54"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/common",
|
2014-01-20 10:41:57 +00:00
|
|
|
"version": "dev-master",
|
2013-07-21 15:29:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-01-20 10:41:57 +00:00
|
|
|
"url": "https://github.com/doctrine/common.git",
|
|
|
|
"reference": "a45d110f71c323e29f41eb0696fa230e3fa1b1b5"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-20 10:41:57 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/a45d110f71c323e29f41eb0696fa230e3fa1b1b5",
|
|
|
|
"reference": "a45d110f71c323e29f41eb0696fa230e3fa1b1b5",
|
2013-07-21 15:29:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/annotations": "1.*",
|
|
|
|
"doctrine/cache": "1.*",
|
|
|
|
"doctrine/collections": "1.*",
|
|
|
|
"doctrine/inflector": "1.*",
|
|
|
|
"doctrine/lexer": "1.*",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2014-01-20 10:41:57 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~3.7"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-12-15 18:21:38 +00:00
|
|
|
"dev-master": "2.5.x-dev"
|
2013-07-21 15:29:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
2014-01-20 10:41:57 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2013-07-21 15:29:50 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2014-01-20 10:41:57 +00:00
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com",
|
|
|
|
"homepage": "http://www.jwage.com/",
|
|
|
|
"role": "Creator"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
2014-01-20 10:41:57 +00:00
|
|
|
"email": "guilhermeblanco@gmail.com",
|
|
|
|
"homepage": "http://www.instaclick.com"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
2013-12-15 18:21:38 +00:00
|
|
|
"name": "Johannes Schmitt",
|
2014-01-20 10:41:57 +00:00
|
|
|
"email": "schmittjoh@gmail.com",
|
|
|
|
"homepage": "http://jmsyst.com",
|
|
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Library for Doctrine projects",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
2013-02-14 18:45:50 +00:00
|
|
|
"annotations",
|
2012-11-30 01:26:33 +00:00
|
|
|
"collections",
|
|
|
|
"eventmanager",
|
2013-02-14 18:45:50 +00:00
|
|
|
"persistence",
|
|
|
|
"spl"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2014-01-20 10:41:57 +00:00
|
|
|
"time": "2014-01-12 22:00:08"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/inflector",
|
|
|
|
"version": "v1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
|
|
"reference": "v1.0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/doctrine/inflector/archive/v1.0.zip",
|
|
|
|
"reference": "v1.0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com",
|
|
|
|
"homepage": "http://www.jwage.com/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com",
|
|
|
|
"homepage": "http://www.instaclick.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes M. Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com",
|
|
|
|
"homepage": "https://github.com/schmittjoh",
|
|
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"inflection",
|
|
|
|
"pluarlize",
|
|
|
|
"singuarlize",
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"time": "2013-01-10 21:49:15"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/lexer",
|
|
|
|
"version": "v1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
|
|
"reference": "v1.0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/doctrine/lexer/archive/v1.0.zip",
|
|
|
|
"reference": "v1.0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com",
|
|
|
|
"homepage": "http://www.instaclick.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes M. Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com",
|
|
|
|
"homepage": "https://github.com/schmittjoh",
|
|
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"lexer",
|
|
|
|
"parser"
|
|
|
|
],
|
|
|
|
"time": "2013-01-12 18:59:04"
|
2012-07-18 09:50:50 +00:00
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
{
|
2013-01-16 22:42:23 +00:00
|
|
|
"name": "easyrdf/easyrdf",
|
2014-01-24 07:04:41 +00:00
|
|
|
"version": "0.8.0",
|
2013-01-16 22:42:23 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-01-24 07:04:41 +00:00
|
|
|
"url": "https://github.com/njh/easyrdf.git",
|
|
|
|
"reference": "3e43ab7274004e9f4192e06b9fc147781e1f85c2"
|
2013-01-16 22:42:23 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-24 07:04:41 +00:00
|
|
|
"url": "https://api.github.com/repos/njh/easyrdf/zipball/3e43ab7274004e9f4192e06b9fc147781e1f85c2",
|
|
|
|
"reference": "3e43ab7274004e9f4192e06b9fc147781e1f85c2",
|
2013-01-16 22:42:23 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.8"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"njh/easyrdf": "self.version"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">=3.5.15",
|
2013-02-14 18:45:50 +00:00
|
|
|
"sami/sami": "dev-master",
|
|
|
|
"squizlabs/php_codesniffer": ">=1.4.3"
|
2013-01-16 22:42:23 +00:00
|
|
|
},
|
2014-01-24 07:04:41 +00:00
|
|
|
"suggest": {
|
|
|
|
"ml/json-ld": "dev-master"
|
|
|
|
},
|
2013-01-16 22:42:23 +00:00
|
|
|
"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": [
|
2013-02-14 18:45:50 +00:00
|
|
|
"Linked Data",
|
2013-01-16 22:42:23 +00:00
|
|
|
"RDF",
|
|
|
|
"Semantic Web",
|
|
|
|
"Turtle",
|
2014-01-24 07:04:41 +00:00
|
|
|
"rdfa",
|
|
|
|
"sparql"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2014-01-24 07:04:41 +00:00
|
|
|
"time": "2013-12-30 22:31:37"
|
2013-01-16 22:42:23 +00:00
|
|
|
},
|
|
|
|
{
|
2014-04-11 14:58:24 +00:00
|
|
|
"name": "guzzlehttp/guzzle",
|
2014-06-03 16:29:35 +00:00
|
|
|
"version": "4.1.0",
|
2012-12-08 23:22:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-04-11 14:58:24 +00:00
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2014-06-03 16:29:35 +00:00
|
|
|
"reference": "85a0ba7de064493c928a8bcdc5eef01e0bde9953"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-06-03 16:29:35 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/85a0ba7de064493c928a8bcdc5eef01e0bde9953",
|
|
|
|
"reference": "85a0ba7de064493c928a8bcdc5eef01e0bde9953",
|
2012-12-08 23:22:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2014-06-03 16:29:35 +00:00
|
|
|
"ext-json": "*",
|
|
|
|
"guzzlehttp/streams": "~1.0",
|
2014-04-11 14:58:24 +00:00
|
|
|
"php": ">=5.4.0"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
2014-04-11 14:58:24 +00:00
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
2014-06-03 16:29:35 +00:00
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"psr/log": "~1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-curl": "Guzzle will use specific adapters if cURL is present"
|
2013-05-13 21:20:18 +00:00
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
"type": "library",
|
2013-01-16 22:42:23 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-04-11 14:58:24 +00:00
|
|
|
"dev-master": "4.0.x-dev"
|
2013-01-16 22:42:23 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
"autoload": {
|
2014-04-11 14:58:24 +00:00
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
2014-04-11 14:58:24 +00:00
|
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
2012-12-08 23:22:34 +00:00
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
2013-02-14 18:45:50 +00:00
|
|
|
"client",
|
2012-12-08 23:22:34 +00:00
|
|
|
"curl",
|
2014-04-11 14:58:24 +00:00
|
|
|
"framework",
|
2012-12-08 23:22:34 +00:00
|
|
|
"http",
|
2014-04-11 14:58:24 +00:00
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2014-06-03 16:29:35 +00:00
|
|
|
"time": "2014-05-28 05:13:19"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
{
|
2014-04-11 14:58:24 +00:00
|
|
|
"name": "guzzlehttp/streams",
|
|
|
|
"version": "1.0.0",
|
2012-12-08 23:22:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-04-11 14:58:24 +00:00
|
|
|
"url": "https://github.com/guzzle/streams.git",
|
|
|
|
"reference": "d249beffe5fa5e0da3855974bcc2dd9082069ccf"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-04-11 14:58:24 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/streams/zipball/d249beffe5fa5e0da3855974bcc2dd9082069ccf",
|
|
|
|
"reference": "d249beffe5fa5e0da3855974bcc2dd9082069ccf",
|
2012-12-08 23:22:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2014-04-11 14:58:24 +00:00
|
|
|
"php": ">=5.4.0"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
2014-04-11 14:58:24 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*"
|
2013-08-10 07:53:20 +00:00
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
"type": "library",
|
2013-01-16 22:42:23 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-04-11 14:58:24 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2013-01-16 22:42:23 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
"autoload": {
|
2014-04-11 14:58:24 +00:00
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Stream\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
2014-04-11 14:58:24 +00:00
|
|
|
"description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
|
2012-12-08 23:22:34 +00:00
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
|
|
|
"Guzzle",
|
2013-02-14 18:45:50 +00:00
|
|
|
"stream"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2014-04-11 14:58:24 +00:00
|
|
|
"time": "2014-03-25 18:31:28"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
2012-06-27 20:43:49 +00:00
|
|
|
{
|
2012-11-30 01:26:33 +00:00
|
|
|
"name": "kriswallsmith/assetic",
|
2013-06-14 09:52:09 +00:00
|
|
|
"version": "v1.1.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "https://github.com/kriswallsmith/assetic.git",
|
2013-06-14 09:52:09 +00:00
|
|
|
"reference": "v1.1.1"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-06-14 09:52:09 +00:00
|
|
|
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.1",
|
|
|
|
"reference": "v1.1.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.1",
|
2013-06-14 09:52:09 +00:00
|
|
|
"symfony/process": ">=2.1,<3.0"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-05-13 21:20:18 +00:00
|
|
|
"cssmin/cssmin": "*",
|
|
|
|
"joliclic/javascript-packer": "*",
|
|
|
|
"kamicane/packager": "*",
|
2012-11-30 01:26:33 +00:00
|
|
|
"leafo/lessphp": "*",
|
|
|
|
"leafo/scssphp": "*",
|
2013-05-13 21:20:18 +00:00
|
|
|
"leafo/scssphp-compass": "*",
|
|
|
|
"mrclay/minify": "*",
|
2013-06-14 09:52:09 +00:00
|
|
|
"phpunit/phpunit": ">=3.7,<4.0",
|
2013-02-14 18:45:50 +00:00
|
|
|
"ptachoire/cssembed": "*",
|
2013-06-14 09:52:09 +00:00
|
|
|
"twig/twig": ">=1.6,<2.0"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
|
|
|
|
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
|
2013-05-13 21:20:18 +00:00
|
|
|
"leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
|
2013-02-14 18:45:50 +00:00
|
|
|
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
|
|
|
|
"twig/twig": "Assetic provides the integration with the Twig templating engine"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Assetic": "src/"
|
2013-05-13 21:20:18 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"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"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-06-14 09:52:09 +00:00
|
|
|
"time": "2013-06-01 22:13:43"
|
2012-06-27 20:43:49 +00:00
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
{
|
|
|
|
"name": "phpunit/php-code-coverage",
|
2013-06-14 09:52:09 +00:00
|
|
|
"version": "1.2.11",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
2013-06-14 09:52:09 +00:00
|
|
|
"reference": "1.2.11"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-06-14 09:52:09 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.11",
|
|
|
|
"reference": "1.2.11",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpunit/php-file-iterator": ">=1.3.0@stable",
|
|
|
|
"phpunit/php-text-template": ">=1.1.1@stable",
|
|
|
|
"phpunit/php-token-stream": ">=1.1.3@stable"
|
|
|
|
},
|
2013-06-14 09:52:09 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "3.7.*"
|
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xdebug": ">=2.0.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"PHP/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
|
"keywords": [
|
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-06-14 09:52:09 +00:00
|
|
|
"time": "2013-05-23 18:23:24"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-file-iterator",
|
2013-10-17 17:39:39 +00:00
|
|
|
"version": "1.3.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-10-17 17:39:39 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-17 17:39:39 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
|
|
|
|
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"File/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
2013-10-17 17:39:39 +00:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
2013-02-14 18:45:50 +00:00
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"iterator"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-10-17 17:39:39 +00:00
|
|
|
"time": "2013-10-10 15:34:57"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-text-template",
|
2013-05-13 21:20:18 +00:00
|
|
|
"version": "1.1.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "git://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "1.1.4"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
|
|
|
|
"reference": "1.1.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"Text/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
"keywords": [
|
|
|
|
"template"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-05-13 21:20:18 +00:00
|
|
|
"time": "2012-10-31 11:15:28"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-timer",
|
2013-05-13 21:20:18 +00:00
|
|
|
"version": "1.0.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "git://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
"reference": "1.0.4"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4",
|
|
|
|
"reference": "1.0.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"PHP/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Utility class for timing",
|
2013-05-13 21:20:18 +00:00
|
|
|
"homepage": "http://www.phpunit.de/",
|
2013-02-14 18:45:50 +00:00
|
|
|
"keywords": [
|
|
|
|
"timer"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-05-13 21:20:18 +00:00
|
|
|
"time": "2012-10-11 04:45:58"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-token-stream",
|
2013-05-13 21:20:18 +00:00
|
|
|
"version": "1.1.5",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "git://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
|
"reference": "1.1.5"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream/zipball/1.1.5",
|
|
|
|
"reference": "1.1.5",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"PHP/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
2013-05-13 21:20:18 +00:00
|
|
|
"homepage": "http://www.phpunit.de/",
|
2013-02-14 18:45:50 +00:00
|
|
|
"keywords": [
|
|
|
|
"tokenizer"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-05-13 21:20:18 +00:00
|
|
|
"time": "2012-10-11 04:47:14"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit",
|
2013-06-14 09:52:09 +00:00
|
|
|
"version": "3.7.21",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
2013-06-14 09:52:09 +00:00
|
|
|
"reference": "3.7.21"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-06-14 09:52:09 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.21",
|
|
|
|
"reference": "3.7.21",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-reflection": "*",
|
|
|
|
"ext-spl": "*",
|
|
|
|
"php": ">=5.3.3",
|
2013-03-07 15:47:08 +00:00
|
|
|
"phpunit/php-code-coverage": ">=1.2.1,<1.3.0",
|
|
|
|
"phpunit/php-file-iterator": ">=1.3.1",
|
|
|
|
"phpunit/php-text-template": ">=1.1.1",
|
|
|
|
"phpunit/php-timer": ">=1.0.2,<1.1.0",
|
|
|
|
"phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0",
|
2013-06-14 09:52:09 +00:00
|
|
|
"symfony/yaml": ">=2.0,<3.0"
|
2013-03-07 15:47:08 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"pear-pear/pear": "1.9.4"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"ext-tokenizer": "*",
|
2013-03-07 15:47:08 +00:00
|
|
|
"phpunit/php-invoker": ">=1.1.0,<1.2.0"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"composer/bin/phpunit"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.7.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2013-03-07 15:47:08 +00:00
|
|
|
"classmap": [
|
|
|
|
"PHPUnit/"
|
2013-02-14 18:45:50 +00:00
|
|
|
]
|
|
|
|
},
|
2013-03-07 15:47:08 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2013-02-14 18:45:50 +00:00
|
|
|
"include-path": [
|
|
|
|
"",
|
|
|
|
"../../symfony/yaml/"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The PHP Unit Testing framework.",
|
|
|
|
"homepage": "http://www.phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2013-06-14 09:52:09 +00:00
|
|
|
"time": "2013-05-23 18:54:29"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
2013-05-13 21:20:18 +00:00
|
|
|
"version": "1.2.3",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
|
|
"reference": "1.2.3"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
|
|
|
|
"reference": "1.2.3",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpunit/php-text-template": ">=1.1.1@stable"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-soap": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"PHPUnit/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Mock Object library for PHPUnit",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
|
|
"keywords": [
|
|
|
|
"mock",
|
|
|
|
"xunit"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-05-13 21:20:18 +00:00
|
|
|
"time": "2013-01-13 10:24:48"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
2013-02-06 11:54:22 +00:00
|
|
|
{
|
|
|
|
"name": "psr/log",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log",
|
|
|
|
"reference": "1.0.0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://github.com/php-fig/log/archive/1.0.0.zip",
|
|
|
|
"reference": "1.0.0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Psr\\Log\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
|
|
|
"time": "2012-12-21 11:40:51"
|
2013-02-06 11:54:22 +00:00
|
|
|
},
|
2013-09-27 13:28:47 +00:00
|
|
|
{
|
|
|
|
"name": "sdboyer/gliph",
|
|
|
|
"version": "0.1.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sdboyer/gliph.git",
|
|
|
|
"reference": "aad932ef7d808105341cc9a36538e9fe2cb5ee82"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sdboyer/gliph/zipball/aad932ef7d808105341cc9a36538e9fe2cb5ee82",
|
|
|
|
"reference": "aad932ef7d808105341cc9a36538e9fe2cb5ee82",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Gliph": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sam Boyer",
|
|
|
|
"email": "tech@samboyer.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A graph library for PHP.",
|
|
|
|
"homepage": "http://github.com/sdboyer/gliph",
|
|
|
|
"keywords": [
|
|
|
|
"gliph",
|
|
|
|
"graph",
|
|
|
|
"library",
|
|
|
|
"php",
|
|
|
|
"spl"
|
|
|
|
],
|
|
|
|
"time": "2013-09-27 01:15:21"
|
|
|
|
},
|
2013-01-04 16:18:00 +00:00
|
|
|
{
|
|
|
|
"name": "symfony-cmf/routing",
|
2013-10-15 05:17:57 +00:00
|
|
|
"version": "1.1.0",
|
2013-01-04 16:18:00 +00:00
|
|
|
"target-dir": "Symfony/Cmf/Component/Routing",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony-cmf/Routing.git",
|
2013-10-15 05:17:57 +00:00
|
|
|
"reference": "9f8607950cbf888ec678713a35f3d0088857c85f"
|
2013-01-04 16:18:00 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 05:17:57 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/9f8607950cbf888ec678713a35f3d0088857c85f",
|
|
|
|
"reference": "9f8607950cbf888ec678713a35f3d0088857c85f",
|
2013-01-04 16:18:00 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2013-06-19 20:36:24 +00:00
|
|
|
"php": ">=5.3.3",
|
2013-10-15 05:17:57 +00:00
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/http-kernel": "~2.2",
|
|
|
|
"symfony/routing": "~2.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/config": "~2.2",
|
|
|
|
"symfony/dependency-injection": "~2.0",
|
|
|
|
"symfony/event-dispatcher": "~2.1"
|
2013-05-13 21:20:18 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2013-10-15 05:17:57 +00:00
|
|
|
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
|
2013-01-04 16:18:00 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-05-13 21:20:18 +00:00
|
|
|
"dev-master": "1.1-dev"
|
2013-01-04 16:18:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2013-10-15 05:17:57 +00:00
|
|
|
"time": "2013-10-14 15:32:46"
|
2013-01-04 16:18:00 +00:00
|
|
|
},
|
2012-10-13 00:46:17 +00:00
|
|
|
{
|
2012-11-30 01:26:33 +00:00
|
|
|
"name": "symfony/class-loader",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/ClassLoader",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/ClassLoader.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "6a2ebedbc780130f07b3a15363743d08eb46820c"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/ClassLoader/zipball/6a2ebedbc780130f07b3a15363743d08eb46820c",
|
|
|
|
"reference": "6a2ebedbc780130f07b3a15363743d08eb46820c",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/finder": "~2.0"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\ClassLoader\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://symfony.com/contributors"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony ClassLoader Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"time": "2013-11-26 16:40:27"
|
2013-06-14 09:52:09 +00:00
|
|
|
},
|
2014-05-29 13:46:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/css-selector",
|
|
|
|
"version": "v2.4.4",
|
|
|
|
"target-dir": "Symfony/Component/CssSelector",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/CssSelector.git",
|
|
|
|
"reference": "479a5b409723f596ffc3b5178034e4d76ce615b3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/479a5b409723f596ffc3b5178034e4d76ce615b3",
|
|
|
|
"reference": "479a5b409723f596ffc3b5178034e4d76ce615b3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jean-François Simon",
|
|
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony CssSelector Component",
|
|
|
|
"homepage": "http://symfony.com",
|
|
|
|
"time": "2014-04-18 20:37:09"
|
|
|
|
},
|
2013-06-14 09:52:09 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/debug",
|
2013-09-15 20:00:16 +00:00
|
|
|
"version": "v2.3.4",
|
2013-06-14 09:52:09 +00:00
|
|
|
"target-dir": "Symfony/Component/Debug",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Debug.git",
|
2013-09-15 20:00:16 +00:00
|
|
|
"reference": "729f6d19cfc401c4942e43fcc1059103bd6df130"
|
2013-06-14 09:52:09 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-09-15 20:00:16 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Debug/zipball/729f6d19cfc401c4942e43fcc1059103bd6df130",
|
|
|
|
"reference": "729f6d19cfc401c4942e43fcc1059103bd6df130",
|
2013-06-14 09:52:09 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/http-foundation": "~2.1",
|
|
|
|
"symfony/http-kernel": "~2.1"
|
2013-06-14 09:52:09 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/class-loader": "",
|
|
|
|
"symfony/http-foundation": "",
|
|
|
|
"symfony/http-kernel": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.3-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\Debug\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 Debug Component",
|
|
|
|
"homepage": "http://symfony.com",
|
2013-09-15 20:00:16 +00:00
|
|
|
"time": "2013-08-08 14:16:10"
|
2012-10-13 00:46:17 +00:00
|
|
|
},
|
2012-06-27 20:43:49 +00:00
|
|
|
{
|
2012-11-30 01:26:33 +00:00
|
|
|
"name": "symfony/dependency-injection",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/DependencyInjection",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/DependencyInjection.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "7e5bde3a607dde1f8ddef5180759068ad53d259c"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/7e5bde3a607dde1f8ddef5180759068ad53d259c",
|
|
|
|
"reference": "7e5bde3a607dde1f8ddef5180759068ad53d259c",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/config": "~2.2",
|
2014-01-21 19:27:20 +00:00
|
|
|
"symfony/expression-language": "~2.4",
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/yaml": "~2.0"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2013-06-14 09:52:09 +00:00
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
|
|
"symfony/yaml": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://symfony.com/contributors"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony DependencyInjection Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"time": "2014-01-01 09:02:49"
|
2012-06-27 20:43:49 +00:00
|
|
|
},
|
2012-10-17 14:24:16 +00:00
|
|
|
{
|
2012-11-30 01:26:33 +00:00
|
|
|
"name": "symfony/event-dispatcher",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "e3ba42f6a70554ed05749e61b829550f6ac33601"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e3ba42f6a70554ed05749e61b829550f6ac33601",
|
|
|
|
"reference": "e3ba42f6a70554ed05749e61b829550f6ac33601",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/dependency-injection": "~2.0"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2013-06-14 09:52:09 +00:00
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://symfony.com/contributors"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony EventDispatcher Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"time": "2013-12-28 08:12:03"
|
2012-10-17 14:24:16 +00:00
|
|
|
},
|
2012-06-27 20:43:49 +00:00
|
|
|
{
|
2012-11-30 01:26:33 +00:00
|
|
|
"name": "symfony/http-foundation",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/HttpFoundation.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "6c6b8a7bcd7e2cc920cd6acace563fdbf121d844"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/6c6b8a7bcd7e2cc920cd6acace563fdbf121d844",
|
|
|
|
"reference": "6c6b8a7bcd7e2cc920cd6acace563fdbf121d844",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Symfony/Component/HttpFoundation/Resources/stubs"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://symfony.com/contributors"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony HttpFoundation Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"time": "2014-01-05 02:10:50"
|
2012-06-27 20:43:49 +00:00
|
|
|
},
|
|
|
|
{
|
2012-11-30 01:26:33 +00:00
|
|
|
"name": "symfony/http-kernel",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/HttpKernel.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "0605eedeb52c4d3a3144128d8336395a57be60d4"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/0605eedeb52c4d3a3144128d8336395a57be60d4",
|
|
|
|
"reference": "0605eedeb52c4d3a3144128d8336395a57be60d4",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2013-09-15 20:00:16 +00:00
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/debug": "~2.3",
|
|
|
|
"symfony/event-dispatcher": "~2.1",
|
2014-01-21 19:27:20 +00:00
|
|
|
"symfony/http-foundation": "~2.4"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/browser-kit": "~2.2",
|
|
|
|
"symfony/class-loader": "~2.1",
|
|
|
|
"symfony/config": "~2.0",
|
|
|
|
"symfony/console": "~2.2",
|
|
|
|
"symfony/dependency-injection": "~2.0",
|
|
|
|
"symfony/finder": "~2.0",
|
|
|
|
"symfony/process": "~2.0",
|
|
|
|
"symfony/routing": "~2.2",
|
|
|
|
"symfony/stopwatch": "~2.2",
|
|
|
|
"symfony/templating": "~2.2"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2013-06-14 09:52:09 +00:00
|
|
|
"symfony/browser-kit": "",
|
|
|
|
"symfony/class-loader": "",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/console": "",
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/finder": ""
|
2012-12-06 00:30:06 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://symfony.com/contributors"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony HttpKernel Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"time": "2014-01-05 02:12:11"
|
2012-10-13 00:46:17 +00:00
|
|
|
},
|
|
|
|
{
|
2012-11-30 01:26:33 +00:00
|
|
|
"name": "symfony/process",
|
2013-09-15 20:00:16 +00:00
|
|
|
"version": "v2.3.4",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/Process",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/Process.git",
|
2013-09-15 20:00:16 +00:00
|
|
|
"reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-09-15 20:00:16 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
|
|
|
|
"reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2013-05-13 21:20:18 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-06-14 09:52:09 +00:00
|
|
|
"dev-master": "2.3-dev"
|
2013-05-13 21:20:18 +00:00
|
|
|
}
|
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2013-05-13 21:20:18 +00:00
|
|
|
"Symfony\\Component\\Process\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Process Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2013-09-15 20:00:16 +00:00
|
|
|
"time": "2013-08-22 06:42:25"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2014-01-21 19:27:20 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/property-access",
|
|
|
|
"version": "v2.4.1",
|
|
|
|
"target-dir": "Symfony/Component/PropertyAccess",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/PropertyAccess.git",
|
|
|
|
"reference": "274951234150e303c83099a2429be6be35629fe9"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/274951234150e303c83099a2429be6be35629fe9",
|
|
|
|
"reference": "274951234150e303c83099a2429be6be35629fe9",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 PropertyAccess Component",
|
|
|
|
"homepage": "http://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"access",
|
|
|
|
"array",
|
|
|
|
"extraction",
|
|
|
|
"index",
|
|
|
|
"injection",
|
|
|
|
"object",
|
|
|
|
"property",
|
|
|
|
"property path",
|
|
|
|
"reflection"
|
|
|
|
],
|
|
|
|
"time": "2013-11-13 21:30:16"
|
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/routing",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/Routing",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/Routing.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "4abfb500aab8be458c9e3a227ea56b190584f78a"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/4abfb500aab8be458c9e3a227ea56b190584f78a",
|
|
|
|
"reference": "4abfb500aab8be458c9e3a227ea56b190584f78a",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"doctrine/annotations": "~1.0",
|
2013-09-15 20:00:16 +00:00
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~2.2",
|
2014-01-21 19:27:20 +00:00
|
|
|
"symfony/expression-language": "~2.4",
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/yaml": "~2.0"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"doctrine/annotations": "For using the annotation loader",
|
|
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
|
|
|
"symfony/expression-language": "For using expression matching",
|
|
|
|
"symfony/yaml": "For using the YAML loader"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\Routing\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://symfony.com/contributors"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Routing Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"keywords": [
|
|
|
|
"router",
|
|
|
|
"routing",
|
|
|
|
"uri",
|
|
|
|
"url"
|
|
|
|
],
|
|
|
|
"time": "2014-01-05 02:10:50"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/serializer",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/Serializer",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/Serializer.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "60c54346958604379392672a3a998650a169a7f4"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Serializer/zipball/60c54346958604379392672a3a998650a169a7f4",
|
|
|
|
"reference": "60c54346958604379392672a3a998650a169a7f4",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\Serializer\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Serializer Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"time": "2014-01-01 08:14:50"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2013-01-25 18:16:58 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/translation",
|
2013-09-15 20:00:16 +00:00
|
|
|
"version": "v2.3.4",
|
2013-01-25 18:16:58 +00:00
|
|
|
"target-dir": "Symfony/Component/Translation",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/Translation.git",
|
2013-09-15 20:00:16 +00:00
|
|
|
"reference": "65f888291f0896ad492f9abc6dc05c998373aded"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-09-15 20:00:16 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/65f888291f0896ad492f9abc6dc05c998373aded",
|
|
|
|
"reference": "65f888291f0896ad492f9abc6dc05c998373aded",
|
2013-01-25 18:16:58 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/config": "~2.0",
|
|
|
|
"symfony/yaml": "~2.2"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2013-06-14 09:52:09 +00:00
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-06-14 09:52:09 +00:00
|
|
|
"dev-master": "2.3-dev"
|
2013-01-25 18:16:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\Translation\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 Translation Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2013-09-15 20:00:16 +00:00
|
|
|
"time": "2013-08-26 05:49:51"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/validator",
|
2014-01-21 19:27:20 +00:00
|
|
|
"version": "v2.4.1",
|
2013-01-25 18:16:58 +00:00
|
|
|
"target-dir": "Symfony/Component/Validator",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/Validator.git",
|
2014-01-21 19:27:20 +00:00
|
|
|
"reference": "7ea4e53f8d68bf3ae9cca28765d49d7930618730"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-21 19:27:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Validator/zipball/7ea4e53f8d68bf3ae9cca28765d49d7930618730",
|
|
|
|
"reference": "7ea4e53f8d68bf3ae9cca28765d49d7930618730",
|
2013-01-25 18:16:58 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2014-01-21 19:27:20 +00:00
|
|
|
"symfony/property-access": "~2.2",
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/translation": "~2.0"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"doctrine/annotations": "~1.0",
|
|
|
|
"doctrine/cache": "~1.0",
|
2013-09-15 20:00:16 +00:00
|
|
|
"symfony/config": "~2.2",
|
|
|
|
"symfony/http-foundation": "~2.1",
|
|
|
|
"symfony/intl": "~2.3",
|
|
|
|
"symfony/yaml": "~2.0"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
|
|
|
|
"doctrine/cache": "For using the default cached annotation reader",
|
2013-06-14 09:52:09 +00:00
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/http-foundation": "",
|
|
|
|
"symfony/intl": "",
|
|
|
|
"symfony/yaml": ""
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-21 19:27:20 +00:00
|
|
|
"dev-master": "2.4-dev"
|
2013-01-25 18:16:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Symfony\\Component\\Validator\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 Validator Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-01-21 19:27:20 +00:00
|
|
|
"time": "2014-01-01 08:14:50"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2014-02-25 11:06:19 +00:00
|
|
|
"version": "dev-master",
|
2012-11-30 01:26:33 +00:00
|
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-03-07 15:47:08 +00:00
|
|
|
"url": "https://github.com/symfony/Yaml.git",
|
2014-02-25 11:06:19 +00:00
|
|
|
"reference": "e49a47d60348665261f6e279ba383241deb73cab"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-02-25 11:06:19 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/e49a47d60348665261f6e279ba383241deb73cab",
|
|
|
|
"reference": "e49a47d60348665261f6e279ba383241deb73cab",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-02-25 11:06:19 +00:00
|
|
|
"dev-master": "2.5-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2014-02-25 11:06:19 +00:00
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
2012-12-06 00:30:06 +00:00
|
|
|
"homepage": "http://symfony.com/contributors"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Yaml Component",
|
2013-03-07 15:47:08 +00:00
|
|
|
"homepage": "http://symfony.com",
|
2014-02-25 11:06:19 +00:00
|
|
|
"time": "2014-02-24 16:21:51"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2014-01-17 22:04:01 +00:00
|
|
|
"version": "v1.15.0",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-05-13 21:20:18 +00:00
|
|
|
"url": "https://github.com/fabpot/Twig.git",
|
2014-01-17 22:04:01 +00:00
|
|
|
"reference": "85e4ff98000157ff753d934b9f13659a953f5666"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2014-01-17 22:04:01 +00:00
|
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/85e4ff98000157ff753d934b9f13659a953f5666",
|
|
|
|
"reference": "85e4ff98000157ff753d934b9f13659a953f5666",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-01-17 22:04:01 +00:00
|
|
|
"dev-master": "1.15-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Twig_": "lib/"
|
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2014-01-17 22:04:01 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "armin.ronacher@active-4.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
|
|
"keywords": [
|
|
|
|
"templating"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2014-01-17 22:04:01 +00:00
|
|
|
"time": "2013-12-06 07:47:10"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "zendframework/zend-escaper",
|
|
|
|
"version": "2.2.1",
|
|
|
|
"target-dir": "Zend/Escaper",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zendframework/Component_ZendEscaper.git",
|
|
|
|
"reference": "release-2.2.1"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/zendframework/Component_ZendEscaper/zipball/release-2.2.1",
|
|
|
|
"reference": "release-2.2.1",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.2-dev",
|
|
|
|
"dev-develop": "2.3-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Zend\\Escaper\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"escaper",
|
|
|
|
"zf2"
|
|
|
|
],
|
|
|
|
"time": "2013-05-01 21:53:03"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "zendframework/zend-feed",
|
|
|
|
"version": "2.2.1",
|
|
|
|
"target-dir": "Zend/Feed",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zendframework/Component_ZendFeed.git",
|
|
|
|
"reference": "release-2.2.1"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/zendframework/Component_ZendFeed/zipball/release-2.2.1",
|
|
|
|
"reference": "release-2.2.1",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"zendframework/zend-escaper": "self.version",
|
|
|
|
"zendframework/zend-stdlib": "self.version"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
|
|
|
|
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, for default/recommended ExtensionManager implementations",
|
|
|
|
"zendframework/zend-validator": "Zend\\Validator component"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.2-dev",
|
|
|
|
"dev-develop": "2.3-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Zend\\Feed\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"description": "provides functionality for consuming RSS and Atom feeds",
|
|
|
|
"keywords": [
|
|
|
|
"feed",
|
|
|
|
"zf2"
|
|
|
|
],
|
|
|
|
"time": "2013-06-12 19:45:31"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "zendframework/zend-stdlib",
|
|
|
|
"version": "2.2.1",
|
|
|
|
"target-dir": "Zend/Stdlib",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zendframework/Component_ZendStdlib.git",
|
|
|
|
"reference": "release-2.2.1"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/release-2.2.1",
|
|
|
|
"reference": "release-2.2.1",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"zendframework/zend-eventmanager": "To support aggregate hydrator usage",
|
|
|
|
"zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.2-dev",
|
|
|
|
"dev-develop": "2.3-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Zend\\Stdlib\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"stdlib",
|
|
|
|
"zf2"
|
|
|
|
],
|
|
|
|
"time": "2013-06-12 19:46:58"
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|
|
|
|
],
|
2014-06-03 16:29:35 +00:00
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
2013-05-13 21:20:18 +00:00
|
|
|
"minimum-stability": "stable",
|
2012-12-06 00:30:06 +00:00
|
|
|
"stability-flags": {
|
2014-02-25 11:06:19 +00:00
|
|
|
"symfony/yaml": 20,
|
2013-12-15 18:21:38 +00:00
|
|
|
"doctrine/common": 20,
|
2013-11-22 23:45:15 +00:00
|
|
|
"doctrine/annotations": 20,
|
2013-01-04 16:18:00 +00:00
|
|
|
"kriswallsmith/assetic": 15,
|
2014-01-24 07:04:41 +00:00
|
|
|
"symfony-cmf/routing": 15
|
2013-05-13 21:20:18 +00:00
|
|
|
},
|
2014-04-11 14:58:24 +00:00
|
|
|
"platform": {
|
|
|
|
"php": ">=5.4.2"
|
|
|
|
},
|
2014-06-03 16:29:35 +00:00
|
|
|
"platform-dev": []
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|