Newer
Older

Angie Byron
committed
"hash": "9dba4484f19203d80a4d60c987df2e59",
"packages": [
"name": "doctrine/common",

Angie Byron
committed
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common",

Angie Byron
committed
"reference": "2.3.0"
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://github.com/doctrine/common/zipball/2.3.0",
"reference": "2.3.0",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},

Angie Byron
committed
"time": "2012-09-19 22:55:18",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common": "lib/"
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",

Angie Byron
committed
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",

Angie Byron
committed
"homepage": "http://www.instaclick.com"
},
{
"name": "Roman Borschel",

Angie Byron
committed
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",

Angie Byron
committed
"email": "kontakt@beberlei.de"
},
{
"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"
]
},

Angie Byron
committed
{

Angie Byron
committed
"name": "easyrdf/easyrdf",

Angie Byron
committed
"version": "dev-master",

Angie Byron
committed
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
"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",

Angie Byron
committed
"target-dir": "Guzzle/Common",
"source": {
"type": "git",
"url": "git://github.com/guzzle/common.git",

Angie Byron
committed
"reference": "v3.1.0"

Angie Byron
committed
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://github.com/guzzle/common/archive/v3.1.0.zip",
"reference": "v3.1.0",

Angie Byron
committed
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/event-dispatcher": ">=2.1"
},

Angie Byron
committed
"time": "2013-01-13 05:14:34",

Angie Byron
committed
"type": "library",

Angie Byron
committed
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},

Angie Byron
committed
"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",

Angie Byron
committed
"version": "v3.1.0",

Angie Byron
committed
"target-dir": "Guzzle/Http",
"source": {
"type": "git",
"url": "git://github.com/guzzle/http.git",

Angie Byron
committed
"reference": "v3.1.0"

Angie Byron
committed
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://github.com/guzzle/http/archive/v3.1.0.zip",
"reference": "v3.1.0",

Angie Byron
committed
"shasum": ""
},
"require": {
"php": ">=5.3.2",

Angie Byron
committed
"ext-curl": "*",

Angie Byron
committed
"guzzle/common": "self.version",
"guzzle/parser": "self.version",
"guzzle/stream": "self.version"
},

Angie Byron
committed
"time": "2013-01-13 05:09:32",

Angie Byron
committed
"type": "library",

Angie Byron
committed
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},

Angie Byron
committed
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
"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",

Angie Byron
committed
"version": "v3.1.0",

Angie Byron
committed
"target-dir": "Guzzle/Parser",
"source": {
"type": "git",
"url": "git://github.com/guzzle/parser.git",

Angie Byron
committed
"reference": "v3.1.0"

Angie Byron
committed
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://github.com/guzzle/parser/archive/v3.1.0.zip",
"reference": "v3.1.0",

Angie Byron
committed
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},

Angie Byron
committed
"time": "2013-01-12 21:43:21",

Angie Byron
committed
"type": "library",

Angie Byron
committed
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},

Angie Byron
committed
"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",

Angie Byron
committed
"version": "v3.1.0",

Angie Byron
committed
"target-dir": "Guzzle/Stream",
"source": {
"type": "git",
"url": "https://github.com/guzzle/stream",

Angie Byron
committed
"reference": "v3.1.0"

Angie Byron
committed
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://github.com/guzzle/stream/archive/v3.1.0.zip",
"reference": "v3.1.0",

Angie Byron
committed
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"guzzle/common": "self.version"
},

Angie Byron
committed
"time": "2012-12-07 16:45:11",

Angie Byron
committed
"type": "library",

Angie Byron
committed
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},

Angie Byron
committed
"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"
]
},
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
"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/"
}
},

Angie Byron
committed
"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"
]
},
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
{
"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"
]
},
"name": "symfony/class-loader",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/ClassLoader",
"source": {
"type": "git",
"url": "https://github.com/symfony/ClassLoader",
"reference": "0730d0f8f99cfeafbc23271f1e87f54da15f1e06"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/ClassLoader/archive/0730d0f8f99cfeafbc23271f1e87f54da15f1e06.zip",
"reference": "0730d0f8f99cfeafbc23271f1e87f54da15f1e06",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {

Angie Byron
committed
"symfony/finder": "2.2.*"
},
"time": "2013-01-04 16:58:00",
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\ClassLoader\\": ""
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",

Angie Byron
committed
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony ClassLoader Component",
"homepage": "http://symfony.com"
"name": "symfony/dependency-injection",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/DependencyInjection",
"source": {
"type": "git",
"url": "https://github.com/symfony/DependencyInjection",
"reference": "13b47742e1ef22aed78132e5e0930d28571142a4"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/DependencyInjection/archive/13b47742e1ef22aed78132e5e0930d28571142a4.zip",
"reference": "13b47742e1ef22aed78132e5e0930d28571142a4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {

Angie Byron
committed
"symfony/yaml": "2.2.*",
"symfony/config": "2.2.*"
},
"suggest": {

Angie Byron
committed
"symfony/yaml": "2.2.*",
"symfony/config": "2.2.*"
},
"time": "2013-01-04 16:58:00",
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\DependencyInjection\\": ""
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",

Angie Byron
committed
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony DependencyInjection Component",
"homepage": "http://symfony.com"
},

Dries Buytaert
committed
{
"name": "symfony/event-dispatcher",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/EventDispatcher",
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher",
"reference": "0fcc9fa82fa3ea7ec2605af2e8137698fbaca3dc"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/EventDispatcher/archive/0fcc9fa82fa3ea7ec2605af2e8137698fbaca3dc.zip",
"reference": "0fcc9fa82fa3ea7ec2605af2e8137698fbaca3dc",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {

Angie Byron
committed
"symfony/dependency-injection": "2.2.*"
},
"suggest": {

Angie Byron
committed
"symfony/dependency-injection": "2.2.*",
"symfony/http-kernel": "2.2.*"
},
"time": "2013-01-04 17:02:19",
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\EventDispatcher\\": ""
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",

Angie Byron
committed
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com"

Dries Buytaert
committed
},
"name": "symfony/http-foundation",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/HttpFoundation",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation",
"reference": "5aa0119417f1fc8de7513d9432dd2f43f9d9e97b"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpFoundation/archive/5aa0119417f1fc8de7513d9432dd2f43f9d9e97b.zip",
"reference": "5aa0119417f1fc8de7513d9432dd2f43f9d9e97b",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2013-01-04 17:02:19",
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\HttpFoundation\\": ""
},
"classmap": [
"Symfony/Component/HttpFoundation/Resources/stubs"
]
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",

Angie Byron
committed
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/http-kernel",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/HttpKernel",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpKernel",
"reference": "ce164c088666b80ffc116173065d504055414137"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpKernel/archive/ce164c088666b80ffc116173065d504055414137.zip",
"reference": "ce164c088666b80ffc116173065d504055414137",
"shasum": ""
},
"require": {
"php": ">=5.3.3",

Angie Byron
committed
"symfony/event-dispatcher": "2.2.*",
"symfony/http-foundation": "2.2.*"
},
"require-dev": {

Angie Byron
committed
"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.*"
},
"suggest": {

Angie Byron
committed
"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": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\HttpKernel\\": ""
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",

Angie Byron
committed
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/process",

Angie Byron
committed
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/Process",
"source": {
"type": "git",
"url": "https://github.com/symfony/Process",

Angie Byron
committed
"reference": "058ae5038a9623fa64b120a2d10ba81f1ade05c7"
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://github.com/symfony/Process/archive/058ae5038a9623fa64b120a2d10ba81f1ade05c7.zip",
"reference": "058ae5038a9623fa64b120a2d10ba81f1ade05c7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},

Angie Byron
committed
"time": "2012-12-06 10:00:55",
"type": "library",
"autoload": {
"psr-0": {
"Symfony\\Component\\Process": ""
}
},

Angie Byron
committed
"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",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/Routing",
"source": {
"type": "git",
"url": "https://github.com/symfony/Routing",
"reference": "87a66890450658ccac99702ac5e4f002ece9e23e"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Routing/archive/87a66890450658ccac99702ac5e4f002ece9e23e.zip",
"reference": "87a66890450658ccac99702ac5e4f002ece9e23e",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {

Angie Byron
committed
"doctrine/common": ">=2.2,<2.4-dev",
"symfony/config": "2.2.*",
"symfony/yaml": "2.2.*",
"symfony/http-kernel": "2.2.*"
},
"suggest": {

Angie Byron
committed
"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": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\Routing\\": ""
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",

Angie Byron
committed
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Routing Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/serializer",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/Serializer",
"source": {
"type": "git",
"url": "https://github.com/symfony/Serializer",
"reference": "ef3d92815bdb07281ee8cbd73b3e3f9e41bdc1a0"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Serializer/archive/ef3d92815bdb07281ee8cbd73b3e3f9e41bdc1a0.zip",
"reference": "ef3d92815bdb07281ee8cbd73b3e3f9e41bdc1a0",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-12-19 07:09:49",
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\Serializer\\": ""
}
},

Angie Byron
committed
"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",

Angie Byron
committed
"version": "dev-master",
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml",
"reference": "365b4df7802b9bb93084d2cc9a51fe88b488f956"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Yaml/archive/365b4df7802b9bb93084d2cc9a51fe88b488f956.zip",
"reference": "365b4df7802b9bb93084d2cc9a51fe88b488f956",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-12-19 07:09:49",
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {

Angie Byron
committed
"Symfony\\Component\\Yaml\\": ""
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",

Angie Byron
committed
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com"
},
{
"name": "twig/twig",

Angie Byron
committed
"version": "v1.11.1",
"source": {
"type": "git",
"url": "git://github.com/fabpot/Twig.git",

Angie Byron
committed
"reference": "v1.11.1"
},
"dist": {
"type": "zip",

Angie Byron
committed
"url": "https://github.com/fabpot/Twig/archive/v1.11.1.zip",
"reference": "v1.11.1",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},

Angie Byron
committed
"time": "2012-11-11 17:17:59",
"type": "library",
"extra": {
"branch-alias": {

Angie Byron
committed
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},

Angie Byron
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3"
],
"authors": [
{
"name": "Fabien Potencier",

Angie Byron
committed
"email": "fabien@symfony.com"
},
{
"name": "Armin Ronacher",

Angie Byron
committed
"email": "armin.ronacher@active-4.com"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
]
}
],
"packages-dev": null,
"aliases": [
],

Angie Byron
committed
"minimum-stability": "dev",

Angie Byron
committed
"stability-flags": {

Angie Byron
committed
"twig/twig": 0,
"doctrine/common": 0,

Angie Byron
committed
"guzzle/http": 0,
"kriswallsmith/assetic": 15,

Angie Byron
committed
"symfony-cmf/routing": 20,
"easyrdf/easyrdf": 20

Angie Byron
committed
}