2012-06-27 20:43:49 +00:00
[
2012-12-08 23:22:34 +00:00
{
"name" : "doctrine/common" ,
"version" : "2.3.0" ,
"version_normalized" : "2.3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/common" ,
"reference" : "2.3.0"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://github.com/doctrine/common/zipball/2.3.0" ,
"reference" : "2.3.0" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.2"
} ,
"time" : "2012-09-19 22:55:18" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.3.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Doctrine\\Common" : "lib/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jonathan Wage" ,
"email" : "jonwage@gmail.com" ,
"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"
} ,
{
2013-06-14 09:52:09 +00:00
"name" : "Johannes Schmitt" ,
2012-12-08 23:22:34 +00:00
"email" : "schmittjoh@gmail.com" ,
2013-06-14 09:52:09 +00:00
"homepage" : "http://jmsyst.com" ,
2012-12-08 23:22:34 +00:00
"role" : "Developer of wrapped JMSSerializerBundle"
}
] ,
"description" : "Common Library for Doctrine projects" ,
"homepage" : "http://www.doctrine-project.org" ,
"keywords" : [
2013-02-14 18:45:50 +00:00
"annotations" ,
2012-12-08 23:22:34 +00:00
"collections" ,
"eventmanager" ,
2013-02-14 18:45:50 +00:00
"persistence" ,
"spl"
2012-12-08 23:22:34 +00:00
]
} ,
2013-06-14 09:52:09 +00:00
{
"name" : "easyrdf/easyrdf" ,
"version" : "0.8.0-beta.1" ,
"version_normalized" : "0.8.0.0-beta1" ,
"source" : {
"type" : "git" ,
"url" : "git://github.com/njh/easyrdf.git" ,
"reference" : "0.8.0-beta.1"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://github.com/njh/easyrdf/archive/0.8.0-beta.1.zip" ,
"reference" : "0.8.0-beta.1" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.2.8"
} ,
"replace" : {
"njh/easyrdf" : "self.version"
} ,
"require-dev" : {
"phpunit/phpunit" : ">=3.5.15" ,
"sami/sami" : "dev-master" ,
"squizlabs/php_codesniffer" : ">=1.4.3"
} ,
"time" : "2013-01-18 15:54:28" ,
"type" : "library" ,
"installation-source" : "dist" ,
"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" : [
"Linked Data" ,
"RDF" ,
"Semantic Web" ,
"Turtle" ,
"rdfa"
]
} ,
{
"name" : "symfony/class-loader" ,
"version" : "v2.3.1" ,
"version_normalized" : "2.3.1.0" ,
"target-dir" : "Symfony/Component/ClassLoader" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/ClassLoader.git" ,
"reference" : "v2.3.1"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/ClassLoader/zipball/v2.3.1" ,
"reference" : "v2.3.1" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"require-dev" : {
"symfony/finder" : ">=2.0,<3.0"
} ,
"time" : "2013-05-24 17:54:44" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.3-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Symfony\\Component\\ClassLoader\\" : ""
}
} ,
"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 ClassLoader Component" ,
"homepage" : "http://symfony.com"
} ,
2012-12-08 23:22:34 +00:00
{
2013-05-13 21:20:18 +00:00
"name" : "psr/log" ,
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
2012-12-08 23:22:34 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/php-fig/log" ,
"reference" : "1.0.0"
2012-12-08 23:22:34 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/php-fig/log/archive/1.0.0.zip" ,
"reference" : "1.0.0" ,
2012-12-08 23:22:34 +00:00
"shasum" : ""
} ,
2013-05-13 21:20:18 +00:00
"time" : "2012-12-21 11:40:51" ,
2012-12-08 23:22:34 +00:00
"type" : "library" ,
2013-05-13 21:20:18 +00:00
"installation-source" : "dist" ,
2012-12-08 23:22:34 +00:00
"autoload" : {
"psr-0" : {
2013-05-13 21:20:18 +00:00
"Psr\\Log\\" : ""
2012-12-08 23:22:34 +00:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
2012-12-08 23:22:34 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Common interface for logging libraries" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
]
2012-12-08 23:22:34 +00:00
} ,
2012-06-27 20:43:49 +00:00
{
2013-05-13 21:20:18 +00:00
"name" : "twig/twig" ,
"version" : "v1.12.3" ,
"version_normalized" : "1.12.3.0" ,
2012-06-27 20:43:49 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/fabpot/Twig.git" ,
"reference" : "v1.12.3"
2012-06-27 20:43:49 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-05-13 21:20:18 +00:00
"url" : "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.3" ,
"reference" : "v1.12.3" ,
2012-06-27 20:43:49 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"php" : ">=5.2.4"
2012-12-06 00:30:06 +00:00
} ,
2013-05-13 21:20:18 +00:00
"time" : "2013-04-08 12:40:11" ,
2012-06-27 20:43:49 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2013-05-13 21:20:18 +00:00
"dev-master" : "1.12-dev"
2012-06-27 20:43:49 +00:00
}
} ,
"installation-source" : "dist" ,
2012-11-30 01:26:33 +00:00
"autoload" : {
"psr-0" : {
2013-05-13 21:20:18 +00:00
"Twig_" : "lib/"
2012-11-30 01:26:33 +00:00
}
} ,
2012-12-08 23:22:34 +00:00
"notification-url" : "https://packagist.org/downloads/" ,
2012-06-27 20:43:49 +00:00
"license" : [
2013-05-13 21:20:18 +00:00
"BSD-3"
2012-06-27 20:43:49 +00:00
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
2012-06-27 20:43:49 +00:00
{
2013-05-13 21:20:18 +00:00
"name" : "Armin Ronacher" ,
"email" : "armin.ronacher@active-4.com"
2012-06-27 20:43:49 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Twig, the flexible, fast, and secure template language for PHP" ,
"homepage" : "http://twig.sensiolabs.org" ,
2013-02-06 11:54:22 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"templating"
2013-02-06 11:54:22 +00:00
]
2012-06-27 20:43:49 +00:00
} ,
2013-06-14 09:52:09 +00:00
{
"name" : "symfony/debug" ,
"version" : "v2.3.1" ,
"version_normalized" : "2.3.1.0" ,
"target-dir" : "Symfony/Component/Debug" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/Debug.git" ,
"reference" : "v2.3.1"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/Debug/zipball/v2.3.1" ,
"reference" : "v2.3.1" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"require-dev" : {
"symfony/http-foundation" : ">=2.1,<3.0" ,
"symfony/http-kernel" : ">=2.1,<3.0"
} ,
"suggest" : {
"symfony/class-loader" : "" ,
"symfony/http-foundation" : "" ,
"symfony/http-kernel" : ""
} ,
"time" : "2013-06-02 11:58:44" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.3-dev"
}
} ,
"installation-source" : "dist" ,
"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"
} ,
2012-06-27 20:43:49 +00:00
{
2013-02-06 11:54:22 +00:00
"name" : "symfony/http-foundation" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.1" ,
"version_normalized" : "2.3.1.0" ,
2013-02-06 11:54:22 +00:00
"target-dir" : "Symfony/Component/HttpFoundation" ,
2012-06-27 20:43:49 +00:00
"source" : {
"type" : "git" ,
2013-03-07 15:47:08 +00:00
"url" : "https://github.com/symfony/HttpFoundation.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.1"
2012-06-27 20:43:49 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.3.1" ,
"reference" : "v2.3.1" ,
2012-06-27 20:43:49 +00:00
"shasum" : ""
} ,
"require" : {
2012-08-07 17:05:42 +00:00
"php" : ">=5.3.3"
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-10 06:00:03" ,
2012-06-27 20:43:49 +00:00
"type" : "library" ,
2012-08-07 17:05:42 +00:00
"extra" : {
"branch-alias" : {
2013-06-14 09:52:09 +00:00
"dev-master" : "2.3-dev"
2012-08-07 17:05:42 +00:00
}
} ,
2013-02-06 11:54:22 +00:00
"installation-source" : "dist" ,
2012-11-30 01:26:33 +00:00
"autoload" : {
"psr-0" : {
2013-02-06 11:54:22 +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-06-27 20:43:49 +00:00
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
2012-12-06 00:30:06 +00:00
"email" : "fabien@symfony.com"
2012-06-27 20:43:49 +00:00
} ,
{
"name" : "Symfony Community" ,
2012-12-06 00:30:06 +00:00
"homepage" : "http://symfony.com/contributors"
2012-06-27 20:43:49 +00:00
}
] ,
2013-02-06 11:54:22 +00:00
"description" : "Symfony HttpFoundation Component" ,
2012-11-30 01:26:33 +00:00
"homepage" : "http://symfony.com"
2012-06-27 20:43:49 +00:00
} ,
2012-08-30 22:36:24 +00:00
{
2013-01-07 11:37:48 +00:00
"name" : "symfony/event-dispatcher" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.0" ,
"version_normalized" : "2.3.0.0" ,
2013-01-07 11:37:48 +00:00
"target-dir" : "Symfony/Component/EventDispatcher" ,
2012-08-30 22:36:24 +00:00
"source" : {
"type" : "git" ,
2013-03-07 15:47:08 +00:00
"url" : "https://github.com/symfony/EventDispatcher.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.0-RC1"
2012-08-30 22:36:24 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.0-RC1" ,
"reference" : "v2.3.0-RC1" ,
2012-08-30 22:36:24 +00:00
"shasum" : ""
} ,
"require" : {
2012-12-06 00:30:06 +00:00
"php" : ">=5.3.3"
2012-06-27 20:43:49 +00:00
} ,
2013-01-07 11:37:48 +00:00
"require-dev" : {
2013-03-07 15:47:08 +00:00
"symfony/dependency-injection" : ">=2.0,<3.0"
2013-01-07 11:37:48 +00:00
} ,
"suggest" : {
2013-06-14 09:52:09 +00:00
"symfony/dependency-injection" : "" ,
"symfony/http-kernel" : ""
2013-01-07 11:37:48 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-13 14:36:40" ,
2012-06-27 20:43:49 +00:00
"type" : "library" ,
2012-08-07 17:05:42 +00:00
"extra" : {
"branch-alias" : {
2013-06-14 09:52:09 +00:00
"dev-master" : "2.3-dev"
2012-08-07 17:05:42 +00:00
}
} ,
2013-02-06 11:54:22 +00:00
"installation-source" : "dist" ,
2012-11-30 01:26:33 +00:00
"autoload" : {
"psr-0" : {
2013-01-07 11:37:48 +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-06-27 20:43:49 +00:00
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
2012-12-06 00:30:06 +00:00
"email" : "fabien@symfony.com"
2012-06-27 20:43:49 +00:00
} ,
{
"name" : "Symfony Community" ,
2012-12-06 00:30:06 +00:00
"homepage" : "http://symfony.com/contributors"
2012-06-27 20:43:49 +00:00
}
] ,
2013-01-07 11:37:48 +00:00
"description" : "Symfony EventDispatcher Component" ,
2012-11-30 01:26:33 +00:00
"homepage" : "http://symfony.com"
2012-06-27 20:43:49 +00:00
} ,
{
2012-08-07 17:05:42 +00:00
"name" : "symfony/http-kernel" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.0" ,
"version_normalized" : "2.3.0.0" ,
2012-08-07 17:05:42 +00:00
"target-dir" : "Symfony/Component/HttpKernel" ,
2012-06-27 20:43:49 +00:00
"source" : {
"type" : "git" ,
2013-03-07 15:47:08 +00:00
"url" : "https://github.com/symfony/HttpKernel.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.0"
2012-06-27 20:43:49 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.0" ,
"reference" : "v2.3.0" ,
2012-06-27 20:43:49 +00:00
"shasum" : ""
} ,
"require" : {
2012-08-07 17:05:42 +00:00
"php" : ">=5.3.3" ,
2013-02-14 18:45:50 +00:00
"psr/log" : ">=1.0,<2.0" ,
2013-06-14 09:52:09 +00:00
"symfony/debug" : ">=2.3,<3.0" ,
2013-03-07 15:47:08 +00:00
"symfony/event-dispatcher" : ">=2.1,<3.0" ,
2013-06-14 09:52:09 +00:00
"symfony/http-foundation" : ">=2.2,<3.0"
2012-08-07 17:05:42 +00:00
} ,
"require-dev" : {
2012-12-06 00:30:06 +00:00
"symfony/browser-kit" : "2.2.*" ,
2013-03-07 15:47:08 +00:00
"symfony/class-loader" : ">=2.1,<3.0" ,
"symfony/config" : ">=2.0,<3.0" ,
2012-12-06 00:30:06 +00:00
"symfony/console" : "2.2.*" ,
2013-03-07 15:47:08 +00:00
"symfony/dependency-injection" : ">=2.0,<3.0" ,
"symfony/finder" : ">=2.0,<3.0" ,
"symfony/process" : ">=2.0,<3.0" ,
2013-06-14 09:52:09 +00:00
"symfony/routing" : ">=2.2,<3.0" ,
"symfony/stopwatch" : ">=2.2,<3.0"
2012-06-27 20:43:49 +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" : ""
} ,
"time" : "2013-06-03 14:13:35" ,
2012-06-27 20:43:49 +00:00
"type" : "library" ,
2012-08-07 17:05:42 +00:00
"extra" : {
"branch-alias" : {
2013-06-14 09:52:09 +00:00
"dev-master" : "2.3-dev"
2012-08-07 17:05:42 +00:00
}
} ,
2013-02-06 11:54:22 +00:00
"installation-source" : "dist" ,
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-06-27 20:43:49 +00:00
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
2012-12-06 00:30:06 +00:00
"email" : "fabien@symfony.com"
2012-06-27 20:43:49 +00:00
} ,
{
"name" : "Symfony Community" ,
2012-12-06 00:30:06 +00:00
"homepage" : "http://symfony.com/contributors"
2012-06-27 20:43:49 +00:00
}
] ,
2012-08-07 17:05:42 +00:00
"description" : "Symfony HttpKernel Component" ,
2012-11-30 01:26:33 +00:00
"homepage" : "http://symfony.com"
2012-06-27 20:43:49 +00:00
} ,
{
2012-08-07 17:05:42 +00:00
"name" : "symfony/routing" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.0" ,
"version_normalized" : "2.3.0.0" ,
2012-08-07 17:05:42 +00:00
"target-dir" : "Symfony/Component/Routing" ,
2012-06-27 20:43:49 +00:00
"source" : {
"type" : "git" ,
2013-03-07 15:47:08 +00:00
"url" : "https://github.com/symfony/Routing.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.0"
2012-06-27 20:43:49 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/Routing/zipball/v2.3.0" ,
"reference" : "v2.3.0" ,
2012-06-27 20:43:49 +00:00
"shasum" : ""
} ,
"require" : {
2012-08-07 17:05:42 +00:00
"php" : ">=5.3.3"
} ,
"require-dev" : {
2013-03-07 15:47:08 +00:00
"doctrine/common" : ">=2.2,<3.0" ,
2013-02-14 18:45:50 +00:00
"psr/log" : ">=1.0,<2.0" ,
2013-06-14 09:52:09 +00:00
"symfony/config" : ">=2.2,<3.0" ,
2013-03-07 15:47:08 +00:00
"symfony/yaml" : ">=2.0,<3.0"
2012-08-07 17:05:42 +00:00
} ,
"suggest" : {
2013-06-14 09:52:09 +00:00
"doctrine/common" : "" ,
"symfony/config" : "" ,
"symfony/yaml" : ""
2012-06-27 20:43:49 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-20 08:57:26" ,
2012-06-27 20:43:49 +00:00
"type" : "library" ,
2012-08-07 17:05:42 +00:00
"extra" : {
"branch-alias" : {
2013-06-14 09:52:09 +00:00
"dev-master" : "2.3-dev"
2012-08-07 17:05:42 +00:00
}
} ,
2013-02-06 11:54:22 +00:00
"installation-source" : "dist" ,
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-06-27 20:43:49 +00:00
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
2012-12-06 00:30:06 +00:00
"email" : "fabien@symfony.com"
2012-06-27 20:43:49 +00:00
} ,
{
"name" : "Symfony Community" ,
2012-12-06 00:30:06 +00:00
"homepage" : "http://symfony.com/contributors"
2012-06-27 20:43:49 +00:00
}
] ,
2012-08-07 17:05:42 +00:00
"description" : "Symfony Routing Component" ,
2012-11-30 01:26:33 +00:00
"homepage" : "http://symfony.com"
2012-06-27 20:43:49 +00:00
} ,
2013-02-06 11:54:22 +00:00
{
2013-06-14 09:52:09 +00:00
"name" : "symfony-cmf/routing" ,
"version" : "1.1.0-alpha2" ,
"version_normalized" : "1.1.0.0-alpha2" ,
"target-dir" : "Symfony/Cmf/Component/Routing" ,
2013-02-06 11:54:22 +00:00
"source" : {
"type" : "git" ,
2013-06-14 09:52:09 +00:00
"url" : "https://github.com/symfony-cmf/Routing.git" ,
"reference" : "1.1.0-alpha2"
2013-02-06 11:54:22 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony-cmf/Routing/zipball/1.1.0-alpha2" ,
"reference" : "1.1.0-alpha2" ,
2013-02-06 11:54:22 +00:00
"shasum" : ""
} ,
"require" : {
2013-06-14 09:52:09 +00:00
"php" : ">=5.3.2" ,
"psr/log" : ">=1.0,<2.0" ,
"symfony/http-kernel" : ">=2.2,<2.4-dev" ,
"symfony/routing" : ">=2.2,<2.4-dev"
2013-02-06 11:54:22 +00:00
} ,
2013-06-14 09:52:09 +00:00
"suggest" : {
"symfony/http-foundation" : "ChainRouter/DynamicRouter have optional support for Request instances, several enhancers require a Request instances, >=2.2,<2.3-dev"
2013-05-13 21:20:18 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-28 19:50:20" ,
2013-01-16 22:42:23 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2013-06-14 09:52:09 +00:00
"dev-master" : "1.1-dev"
2013-01-16 22:42:23 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
2013-06-14 09:52:09 +00:00
"Symfony\\Cmf\\Component\\Routing" : ""
2013-01-16 22:42:23 +00:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
2013-02-06 11:54:22 +00:00
"authors" : [
{
2013-06-14 09:52:09 +00:00
"name" : "Symfony CMF Community" ,
"homepage" : "https://github.com/symfony-cmf/Routing/contributors"
2013-02-06 11:54:22 +00:00
}
] ,
2013-06-14 09:52:09 +00:00
"description" : "Extends the Symfony2 routing component for dynamic routes and chaining several routers" ,
"homepage" : "http://cmf.symfony.com" ,
"keywords" : [
"database" ,
"routing"
]
2013-01-16 22:42:23 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "symfony/dependency-injection" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.1" ,
"version_normalized" : "2.3.1.0" ,
2013-05-13 21:20:18 +00:00
"target-dir" : "Symfony/Component/DependencyInjection" ,
2013-01-16 22:42:23 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/symfony/DependencyInjection.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.1"
2013-01-16 22:42:23 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/DependencyInjection/zipball/v2.3.1" ,
"reference" : "v2.3.1" ,
2013-01-16 22:42:23 +00:00
"shasum" : ""
} ,
"require" : {
2013-02-06 11:54:22 +00:00
"php" : ">=5.3.3"
2013-01-16 22:42:23 +00:00
} ,
2013-05-13 21:20:18 +00:00
"require-dev" : {
2013-06-14 09:52:09 +00:00
"symfony/config" : ">=2.2,<3.0" ,
2013-05-13 21:20:18 +00:00
"symfony/yaml" : ">=2.0,<3.0"
} ,
"suggest" : {
2013-06-14 09:52:09 +00:00
"symfony/config" : "" ,
"symfony/proxy-manager-bridge" : "Generate service proxies to lazy load them" ,
"symfony/yaml" : ""
2013-05-13 21:20:18 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-06-05 09:51:05" ,
2013-01-16 22:42:23 +00:00
"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
}
} ,
"installation-source" : "dist" ,
2013-01-16 22:42:23 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"psr-0" : {
"Symfony\\Component\\DependencyInjection\\" : ""
}
2013-01-16 22:42:23 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-05-13 21:20:18 +00:00
"MIT"
2013-01-16 22:42:23 +00:00
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
2013-01-16 22:42:23 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Symfony DependencyInjection Component" ,
"homepage" : "http://symfony.com"
2013-01-16 22:42:23 +00:00
} ,
2013-02-06 11:54:22 +00:00
{
2013-05-13 21:20:18 +00:00
"name" : "symfony/serializer" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.1" ,
"version_normalized" : "2.3.1.0" ,
2013-05-13 21:20:18 +00:00
"target-dir" : "Symfony/Component/Serializer" ,
2013-02-06 11:54:22 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/symfony/Serializer.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.1"
2013-02-06 11:54:22 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/Serializer/zipball/v2.3.1" ,
"reference" : "v2.3.1" ,
2013-02-06 11:54:22 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"php" : ">=5.3.3"
2013-02-06 11:54:22 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-10 18:12:13" ,
2013-02-06 11:54:22 +00:00
"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
}
} ,
"installation-source" : "dist" ,
2013-01-16 22:42:23 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"psr-0" : {
"Symfony\\Component\\Serializer\\" : ""
}
2013-01-16 22:42:23 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-05-13 21:20:18 +00:00
"MIT"
2013-01-16 22:42:23 +00:00
] ,
2013-02-06 11:54:22 +00:00
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
2013-02-06 11:54:22 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Symfony Serializer Component" ,
"homepage" : "http://symfony.com"
2013-01-16 22:42:23 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "symfony/translation" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.0" ,
"version_normalized" : "2.3.0.0" ,
2013-05-13 21:20:18 +00:00
"target-dir" : "Symfony/Component/Translation" ,
2013-01-16 22:42:23 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/symfony/Translation.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.0-RC1"
2013-01-16 22:42:23 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/Translation/zipball/v2.3.0-RC1" ,
"reference" : "v2.3.0-RC1" ,
2013-01-16 22:42:23 +00:00
"shasum" : ""
} ,
"require" : {
2013-02-06 11:54:22 +00:00
"php" : ">=5.3.3"
2013-01-16 22:42:23 +00:00
} ,
2013-05-13 21:20:18 +00:00
"require-dev" : {
2013-06-14 09:52:09 +00:00
"symfony/config" : ">=2.0,<3.0" ,
2013-05-13 21:20:18 +00:00
"symfony/yaml" : ">=2.2,<3.0"
} ,
"suggest" : {
2013-06-14 09:52:09 +00:00
"symfony/config" : "" ,
"symfony/yaml" : ""
2013-05-13 21:20:18 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-13 14:36:40" ,
2013-01-16 22:42:23 +00:00
"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
}
} ,
"installation-source" : "dist" ,
2013-01-16 22:42:23 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"psr-0" : {
"Symfony\\Component\\Translation\\" : ""
}
2013-01-16 22:42:23 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-05-13 21:20:18 +00:00
"MIT"
2013-01-16 22:42:23 +00:00
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
2013-01-16 22:42:23 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Symfony Translation Component" ,
"homepage" : "http://symfony.com"
2013-01-16 22:42:23 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "symfony/validator" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.1" ,
"version_normalized" : "2.3.1.0" ,
2013-05-13 21:20:18 +00:00
"target-dir" : "Symfony/Component/Validator" ,
2013-01-16 22:42:23 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/symfony/Validator.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.1"
2013-01-16 22:42:23 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/Validator/zipball/v2.3.1" ,
"reference" : "v2.3.1" ,
2013-01-16 22:42:23 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"php" : ">=5.3.3" ,
"symfony/translation" : ">=2.0,<3.0"
} ,
"require-dev" : {
2013-06-14 09:52:09 +00:00
"symfony/config" : ">=2.2,<3.0" ,
2013-05-13 21:20:18 +00:00
"symfony/http-foundation" : ">=2.1,<3.0" ,
2013-06-14 09:52:09 +00:00
"symfony/intl" : ">=2.3,<3.0" ,
2013-05-13 21:20:18 +00:00
"symfony/yaml" : ">=2.0,<3.0"
} ,
"suggest" : {
2013-06-14 09:52:09 +00:00
"doctrine/common" : "" ,
"symfony/config" : "" ,
"symfony/http-foundation" : "" ,
"symfony/intl" : "" ,
"symfony/yaml" : ""
2013-01-16 22:42:23 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-06-10 16:23:25" ,
2013-01-16 22:42:23 +00:00
"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
}
} ,
"installation-source" : "dist" ,
2013-01-16 22:42:23 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"psr-0" : {
"Symfony\\Component\\Validator\\" : ""
}
2013-01-16 22:42:23 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-05-13 21:20:18 +00:00
"MIT"
2013-01-16 22:42:23 +00:00
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
2013-01-16 22:42:23 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Symfony Validator Component" ,
"homepage" : "http://symfony.com"
} ,
{
"name" : "guzzle/common" ,
"version" : "v3.1.2" ,
"version_normalized" : "3.1.2.0" ,
"target-dir" : "Guzzle/Common" ,
"source" : {
"type" : "git" ,
"url" : "git://github.com/guzzle/common.git" ,
"reference" : "v3.1.2"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://github.com/guzzle/common/archive/v3.1.2.zip" ,
"reference" : "v3.1.2" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.2" ,
"symfony/event-dispatcher" : ">=2.1"
} ,
"time" : "2013-01-28 00:07:40" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Guzzle\\Common" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Common libraries used by Guzzle" ,
"homepage" : "http://guzzlephp.org/" ,
2013-03-07 15:47:08 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"collection" ,
"common" ,
"event" ,
"exception"
2013-03-07 15:47:08 +00:00
]
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "guzzle/stream" ,
"version" : "v3.1.2" ,
"version_normalized" : "3.1.2.0" ,
"target-dir" : "Guzzle/Stream" ,
2013-01-23 01:28:37 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/guzzle/stream" ,
"reference" : "v3.0.7"
2013-01-23 01:28:37 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/guzzle/stream/archive/v3.0.7.zip" ,
"reference" : "v3.0.7" ,
2013-01-23 01:28:37 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"guzzle/common" : "self.version" ,
"php" : ">=5.3.2"
2013-01-23 01:28:37 +00:00
} ,
2013-05-13 21:20:18 +00:00
"time" : "2012-12-07 16:45:11" ,
2013-01-23 01:28:37 +00:00
"type" : "library" ,
2013-05-13 21:20:18 +00:00
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
} ,
"installation-source" : "dist" ,
2013-01-23 01:28:37 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"psr-0" : {
"Guzzle\\Stream" : ""
}
2013-01-23 01:28:37 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-05-13 21:20:18 +00:00
"MIT"
2013-01-23 01:28:37 +00:00
] ,
2013-03-07 15:47:08 +00:00
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
2013-03-07 15:47:08 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Guzzle stream wrapper component" ,
"homepage" : "http://guzzlephp.org/" ,
2013-01-23 01:28:37 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"Guzzle" ,
"component" ,
"stream"
2013-01-23 01:28:37 +00:00
]
2013-01-25 18:16:58 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "guzzle/parser" ,
"version" : "v3.1.2" ,
"version_normalized" : "3.1.2.0" ,
"target-dir" : "Guzzle/Parser" ,
2013-01-25 18:16:58 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "git://github.com/guzzle/parser.git" ,
"reference" : "v3.1.2"
2013-01-25 18:16:58 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/guzzle/parser/archive/v3.1.2.zip" ,
"reference" : "v3.1.2" ,
2013-01-25 18:16:58 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"php" : ">=5.3.2"
2013-01-25 18:16:58 +00:00
} ,
2013-05-13 21:20:18 +00:00
"time" : "2013-01-12 21:43:21" ,
2013-03-07 15:47:08 +00:00
"type" : "library" ,
2013-05-13 21:20:18 +00:00
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
} ,
"installation-source" : "dist" ,
2013-01-25 18:16:58 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"psr-0" : {
"Guzzle\\Parser" : ""
}
2013-01-25 18:16:58 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-05-13 21:20:18 +00:00
"MIT"
2013-01-25 18:16:58 +00:00
] ,
2013-05-13 21:20:18 +00:00
"description" : "Interchangeable parsers used by Guzzle" ,
"homepage" : "http://guzzlephp.org/" ,
2013-02-06 11:54:22 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"URI Template" ,
"cookie" ,
"http" ,
"message" ,
"url"
2013-02-06 11:54:22 +00:00
]
2013-01-25 18:16:58 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "guzzle/http" ,
"version" : "v3.1.2" ,
"version_normalized" : "3.1.2.0" ,
"target-dir" : "Guzzle/Http" ,
2013-01-25 18:16:58 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "git://github.com/guzzle/http.git" ,
"reference" : "v3.1.2"
2013-01-25 18:16:58 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/guzzle/http/archive/v3.1.2.zip" ,
"reference" : "v3.1.2" ,
2013-01-25 18:16:58 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"guzzle/common" : "self.version" ,
"guzzle/parser" : "self.version" ,
"guzzle/stream" : "self.version" ,
"php" : ">=5.3.2"
2013-03-07 15:47:08 +00:00
} ,
"suggest" : {
2013-05-13 21:20:18 +00:00
"ext-curl" : "*"
2013-03-07 15:47:08 +00:00
} ,
2013-05-13 21:20:18 +00:00
"time" : "2013-01-26 08:20:43" ,
2013-01-25 18:16:58 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2013-05-13 21:20:18 +00:00
"dev-master" : "3.0-dev"
2013-01-25 18:16:58 +00:00
}
} ,
2013-02-06 11:54:22 +00:00
"installation-source" : "dist" ,
2013-01-25 18:16:58 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"psr-0" : {
"Guzzle\\Http" : ""
}
2013-01-25 18:16:58 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-05-13 21:20:18 +00:00
"MIT"
2013-01-25 18:16:58 +00:00
] ,
2013-03-07 15:47:08 +00:00
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
2013-03-07 15:47:08 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "HTTP libraries used by Guzzle" ,
"homepage" : "http://guzzlephp.org/" ,
2013-02-06 11:54:22 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"Guzzle" ,
"client" ,
"curl" ,
"http" ,
"http client"
2013-02-06 11:54:22 +00:00
]
2013-01-30 05:43:27 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "symfony/process" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.1" ,
"version_normalized" : "2.3.1.0" ,
2013-05-13 21:20:18 +00:00
"target-dir" : "Symfony/Component/Process" ,
2013-01-30 05:43:27 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/symfony/Process.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.1"
2013-01-30 05:43:27 +00:00
} ,
"dist" : {
"type" : "zip" ,
2013-06-14 09:52:09 +00:00
"url" : "https://api.github.com/repos/symfony/Process/zipball/v2.3.1" ,
"reference" : "v2.3.1" ,
2013-01-30 05:43:27 +00:00
"shasum" : ""
} ,
"require" : {
2013-03-07 15:47:08 +00:00
"php" : ">=5.3.3"
2013-01-30 05:43:27 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-06 20:03:44" ,
2013-01-30 05:43:27 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2013-06-14 09:52:09 +00:00
"dev-master" : "2.3-dev"
2013-01-30 05:43:27 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
2013-05-13 21:20:18 +00:00
"Symfony\\Component\\Process\\" : ""
2013-01-30 05:43:27 +00:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
2013-03-07 15:47:08 +00:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
2013-01-30 05:43:27 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Symfony Process Component" ,
2013-03-07 15:47:08 +00:00
"homepage" : "http://symfony.com"
2013-02-14 18:45:50 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "kriswallsmith/assetic" ,
2013-06-14 09:52:09 +00:00
"version" : "v1.1.1" ,
"version_normalized" : "1.1.1.0" ,
2013-02-14 18:45:50 +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"
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/kriswallsmith/assetic/zipball/v1.1.1" ,
"reference" : "v1.1.1" ,
2013-02-14 18:45:50 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"php" : ">=5.3.1" ,
2013-06-14 09:52:09 +00:00
"symfony/process" : ">=2.1,<3.0"
2013-02-14 18:45:50 +00:00
} ,
"require-dev" : {
2013-05-13 21:20:18 +00:00
"cssmin/cssmin" : "*" ,
"joliclic/javascript-packer" : "*" ,
"kamicane/packager" : "*" ,
"leafo/lessphp" : "*" ,
"leafo/scssphp" : "*" ,
"leafo/scssphp-compass" : "*" ,
"mrclay/minify" : "*" ,
2013-06-14 09:52:09 +00:00
"phpunit/phpunit" : ">=3.7,<4.0" ,
2013-05-13 21:20:18 +00:00
"ptachoire/cssembed" : "*" ,
2013-06-14 09:52:09 +00:00
"twig/twig" : ">=1.6,<2.0"
2013-02-14 18:45:50 +00:00
} ,
"suggest" : {
2013-05-13 21:20:18 +00:00
"leafo/lessphp" : "Assetic provides the integration with the lessphp LESS compiler" ,
"leafo/scssphp" : "Assetic provides the integration with the scssphp SCSS compiler" ,
"leafo/scssphp-compass" : "Assetic provides the integration with the SCSS compass plugin" ,
"ptachoire/cssembed" : "Assetic provides the integration with phpcssembed to embed data uris" ,
"twig/twig" : "Assetic provides the integration with the Twig templating engine"
2013-02-14 18:45:50 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-06-01 22:13:43" ,
2013-02-14 18:45:50 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2013-05-13 21:20:18 +00:00
"dev-master" : "1.1-dev"
2013-02-14 18:45:50 +00:00
}
} ,
2013-05-13 21:20:18 +00:00
"installation-source" : "dist" ,
2013-02-14 18:45:50 +00:00
"autoload" : {
"psr-0" : {
2013-05-13 21:20:18 +00:00
"Assetic" : "src/"
} ,
"files" : [
"src/functions.php"
]
2013-02-14 18:45:50 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Kris Wallsmith" ,
"email" : "kris.wallsmith@gmail.com" ,
"homepage" : "http://kriswallsmith.net/"
2013-02-14 18:45:50 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Asset Management for PHP" ,
"homepage" : "https://github.com/kriswallsmith/assetic" ,
"keywords" : [
"assets" ,
"compression" ,
"minification"
]
2013-02-14 18:45:50 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "symfony/yaml" ,
2013-06-14 09:52:09 +00:00
"version" : "v2.3.0" ,
"version_normalized" : "2.3.0.0" ,
2013-05-13 21:20:18 +00:00
"target-dir" : "Symfony/Component/Yaml" ,
2013-02-14 18:45:50 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +00:00
"url" : "https://github.com/symfony/Yaml.git" ,
2013-06-14 09:52:09 +00:00
"reference" : "v2.3.0-RC1"
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/symfony/Yaml/zipball/v2.3.0-RC1" ,
"reference" : "v2.3.0-RC1" ,
2013-02-14 18:45:50 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"php" : ">=5.3.3"
2013-03-07 15:47:08 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-10 18:12:13" ,
2013-02-14 18:45:50 +00:00
"type" : "library" ,
2013-03-07 15:47:08 +00:00
"extra" : {
"branch-alias" : {
2013-06-14 09:52:09 +00:00
"dev-master" : "2.3-dev"
2013-03-07 15:47:08 +00:00
}
} ,
"installation-source" : "dist" ,
2013-02-14 18:45:50 +00:00
"autoload" : {
2013-03-07 15:47:08 +00:00
"psr-0" : {
2013-05-13 21:20:18 +00:00
"Symfony\\Component\\Yaml\\" : ""
2013-03-07 15:47:08 +00:00
}
2013-02-14 18:45:50 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2013-03-07 15:47:08 +00:00
"MIT"
2013-02-14 18:45:50 +00:00
] ,
"authors" : [
{
2013-03-07 15:47:08 +00:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
2013-02-14 18:45:50 +00:00
{
2013-03-07 15:47:08 +00:00
"name" : "Symfony Community" ,
"homepage" : "http://symfony.com/contributors"
2013-02-14 18:45:50 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Symfony Yaml Component" ,
2013-03-07 15:47:08 +00:00
"homepage" : "http://symfony.com"
2013-02-14 18:45:50 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "phpunit/php-text-template" ,
"version" : "1.1.4" ,
"version_normalized" : "1.1.4.0" ,
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"
} ,
2013-05-13 21:20:18 +00:00
"time" : "2012-10-31 11:15:28" ,
2013-02-14 18:45:50 +00:00
"type" : "library" ,
2013-05-13 21:20:18 +00:00
"installation-source" : "dist" ,
"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"
2013-03-07 15:47:08 +00:00
}
2013-05-13 21:20:18 +00:00
] ,
"description" : "Simple template engine." ,
"homepage" : "https://github.com/sebastianbergmann/php-text-template/" ,
"keywords" : [
"template"
]
} ,
{
"name" : "phpunit/phpunit-mock-objects" ,
"version" : "1.2.3" ,
"version_normalized" : "1.2.3.0" ,
"source" : {
"type" : "git" ,
"url" : "git://github.com/sebastianbergmann/phpunit-mock-objects.git" ,
"reference" : "1.2.3"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip" ,
"reference" : "1.2.3" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3" ,
"phpunit/php-text-template" : ">=1.1.1@stable"
2013-03-07 15:47:08 +00:00
} ,
2013-05-13 21:20:18 +00:00
"suggest" : {
"ext-soap" : "*"
} ,
"time" : "2013-01-13 10:24:48" ,
"type" : "library" ,
2013-03-07 15:47:08 +00:00
"installation-source" : "dist" ,
2013-02-14 18:45:50 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"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"
2013-03-07 15:47:08 +00:00
}
2013-05-13 21:20:18 +00:00
] ,
"description" : "Mock Object library for PHPUnit" ,
"homepage" : "https://github.com/sebastianbergmann/phpunit-mock-objects/" ,
"keywords" : [
"mock" ,
"xunit"
]
} ,
{
"name" : "phpunit/php-timer" ,
"version" : "1.0.4" ,
"version_normalized" : "1.0.4.0" ,
"source" : {
"type" : "git" ,
"url" : "git://github.com/sebastianbergmann/php-timer.git" ,
"reference" : "1.0.4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4" ,
"reference" : "1.0.4" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"time" : "2012-10-11 04:45:58" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"PHP/"
]
2013-02-14 18:45:50 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
2013-05-13 21:20:18 +00:00
"include-path" : [
""
] ,
2013-02-14 18:45:50 +00:00
"license" : [
2013-05-13 21:20:18 +00:00
"BSD-3-Clause"
2013-02-14 18:45:50 +00:00
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Sebastian Bergmann" ,
"email" : "sb@sebastian-bergmann.de" ,
"role" : "lead"
2013-02-14 18:45:50 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Utility class for timing" ,
"homepage" : "http://www.phpunit.de/" ,
"keywords" : [
"timer"
]
2013-02-14 18:45:50 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "phpunit/php-token-stream" ,
"version" : "1.1.5" ,
"version_normalized" : "1.1.5.0" ,
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" : {
2013-05-13 21:20:18 +00:00
"ext-tokenizer" : "*" ,
2013-02-14 18:45:50 +00:00
"php" : ">=5.3.3"
} ,
2013-05-13 21:20:18 +00:00
"time" : "2012-10-11 04:47:14" ,
2013-02-14 18:45:50 +00:00
"type" : "library" ,
2013-03-07 15:47:08 +00:00
"installation-source" : "dist" ,
2013-02-14 18:45:50 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"classmap" : [
"PHP/"
]
2013-02-14 18:45:50 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
2013-05-13 21:20:18 +00:00
"include-path" : [
""
] ,
2013-02-14 18:45:50 +00:00
"license" : [
2013-05-13 21:20:18 +00:00
"BSD-3-Clause"
2013-02-14 18:45:50 +00:00
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Sebastian Bergmann" ,
"email" : "sb@sebastian-bergmann.de" ,
"role" : "lead"
2013-02-14 18:45:50 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Wrapper around PHP's tokenizer extension." ,
"homepage" : "http://www.phpunit.de/" ,
"keywords" : [
"tokenizer"
]
2013-02-14 18:45:50 +00:00
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "phpunit/php-file-iterator" ,
"version" : "1.3.3" ,
"version_normalized" : "1.3.3.0" ,
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-file-iterator.git" ,
"reference" : "1.3.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/php-file-iterator/zipball/1.3.3" ,
"reference" : "1.3.3" ,
2013-02-14 18:45:50 +00:00
"shasum" : ""
} ,
"require" : {
2013-05-13 21:20:18 +00:00
"php" : ">=5.3.3"
2013-02-14 18:45:50 +00:00
} ,
2013-05-13 21:20:18 +00:00
"time" : "2012-10-11 04:44:38" ,
2013-02-14 18:45:50 +00:00
"type" : "library" ,
2013-03-07 15:47:08 +00:00
"installation-source" : "dist" ,
2013-02-14 18:45:50 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"classmap" : [
"File/"
]
2013-02-14 18:45:50 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
2013-05-13 21:20:18 +00:00
"include-path" : [
""
] ,
2013-02-14 18:45:50 +00:00
"license" : [
2013-05-13 21:20:18 +00:00
"BSD-3-Clause"
2013-02-14 18:45:50 +00:00
] ,
2013-05-13 21:20:18 +00:00
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sb@sebastian-bergmann.de" ,
"role" : "lead"
}
] ,
"description" : "FilterIterator implementation that filters files based on a list of suffixes." ,
"homepage" : "http://www.phpunit.de/" ,
2013-02-14 18:45:50 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"filesystem" ,
"iterator"
2013-02-14 18:45:50 +00:00
]
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "phpunit/php-code-coverage" ,
2013-06-14 09:52:09 +00:00
"version" : "1.2.11" ,
"version_normalized" : "1.2.11.0" ,
2013-02-14 18:45:50 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +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" : {
2013-05-13 21:20:18 +00:00
"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-02-14 18:45:50 +00:00
} ,
2013-06-14 09:52:09 +00:00
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
} ,
2013-05-13 21:20:18 +00:00
"suggest" : {
"ext-dom" : "*" ,
"ext-xdebug" : ">=2.0.5"
2013-03-07 15:47:08 +00:00
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-23 18:23:24" ,
2013-05-13 21:20:18 +00:00
"type" : "library" ,
2013-03-07 15:47:08 +00:00
"installation-source" : "dist" ,
2013-02-14 18:45:50 +00:00
"autoload" : {
2013-05-13 21:20:18 +00:00
"classmap" : [
"PHP/"
]
2013-02-14 18:45:50 +00:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
2013-05-13 21:20:18 +00:00
"include-path" : [
""
] ,
2013-02-14 18:45:50 +00:00
"license" : [
2013-05-13 21:20:18 +00:00
"BSD-3-Clause"
2013-02-14 18:45:50 +00:00
] ,
"authors" : [
{
2013-05-13 21:20:18 +00:00
"name" : "Sebastian Bergmann" ,
"email" : "sb@sebastian-bergmann.de" ,
"role" : "lead"
2013-02-14 18:45:50 +00:00
}
] ,
2013-05-13 21:20:18 +00:00
"description" : "Library that provides collection, processing, and rendering functionality for PHP code coverage information." ,
"homepage" : "https://github.com/sebastianbergmann/php-code-coverage" ,
2013-02-14 18:45:50 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"coverage" ,
"testing" ,
"xunit"
2013-02-14 18:45:50 +00:00
]
} ,
{
2013-05-13 21:20:18 +00:00
"name" : "phpunit/phpunit" ,
2013-06-14 09:52:09 +00:00
"version" : "3.7.21" ,
"version_normalized" : "3.7.21.0" ,
2013-02-14 18:45:50 +00:00
"source" : {
"type" : "git" ,
2013-05-13 21:20:18 +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" : {
2013-05-13 21:20:18 +00:00
"ext-dom" : "*" ,
"ext-pcre" : "*" ,
"ext-reflection" : "*" ,
"ext-spl" : "*" ,
"php" : ">=5.3.3" ,
"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-02-14 18:45:50 +00:00
} ,
2013-05-13 21:20:18 +00:00
"require-dev" : {
"pear-pear/pear" : "1.9.4"
} ,
"suggest" : {
"ext-json" : "*" ,
"ext-simplexml" : "*" ,
"ext-tokenizer" : "*" ,
"phpunit/php-invoker" : ">=1.1.0,<1.2.0"
} ,
2013-06-14 09:52:09 +00:00
"time" : "2013-05-23 18:54:29" ,
2013-05-13 21:20:18 +00:00
"bin" : [
"composer/bin/phpunit"
] ,
2013-02-14 18:45:50 +00:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2013-05-13 21:20:18 +00:00
"dev-master" : "3.7.x-dev"
2013-02-14 18:45:50 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
2013-05-13 21:20:18 +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-05-13 21:20:18 +00:00
"include-path" : [
"" ,
"../../symfony/yaml/"
] ,
2013-02-14 18:45:50 +00:00
"license" : [
2013-05-13 21:20:18 +00:00
"BSD-3-Clause"
2013-02-14 18:45:50 +00:00
] ,
2013-05-13 21:20:18 +00:00
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "The PHP Unit Testing framework." ,
"homepage" : "http://www.phpunit.de/" ,
2013-02-14 18:45:50 +00:00
"keywords" : [
2013-05-13 21:20:18 +00:00
"phpunit" ,
"testing" ,
"xunit"
2013-03-07 15:47:08 +00:00
]
2012-06-27 20:43:49 +00:00
}
]