|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
{ |
|
|
|
|
"hash": "c69ef99b3d8c589438b68f78e031e191", |
|
|
|
|
"hash": "14feb3306808cc5652bccd8f937c7d1f", |
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "chamilo/chash", |
|
|
|
|
@ -400,12 +400,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/l3pp4rd/DoctrineExtensions.git", |
|
|
|
|
"reference": "af197d8d65de90827778379a18dd44d82c61d3fc" |
|
|
|
|
"reference": "b31e0a4664f13dbf24b0215547e42c401ca5300a" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/af197d8d65de90827778379a18dd44d82c61d3fc", |
|
|
|
|
"reference": "af197d8d65de90827778379a18dd44d82c61d3fc", |
|
|
|
|
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/b31e0a4664f13dbf24b0215547e42c401ca5300a", |
|
|
|
|
"reference": "b31e0a4664f13dbf24b0215547e42c401ca5300a", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -471,7 +471,7 @@ |
|
|
|
|
"tree", |
|
|
|
|
"uploadable" |
|
|
|
|
], |
|
|
|
|
"time": "2013-04-08 16:55:03" |
|
|
|
|
"time": "2013-04-12 04:03:22" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "igorw/config-service-provider", |
|
|
|
|
@ -479,12 +479,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/igorw/ConfigServiceProvider.git", |
|
|
|
|
"reference": "1b834386a3e535a95928445129390242fb5a7b05" |
|
|
|
|
"reference": "a4c2c72646bedaaac86aef632b44a467b4c35b80" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/igorw/ConfigServiceProvider/zipball/1b834386a3e535a95928445129390242fb5a7b05", |
|
|
|
|
"reference": "1b834386a3e535a95928445129390242fb5a7b05", |
|
|
|
|
"url": "https://api.github.com/repos/igorw/ConfigServiceProvider/zipball/a4c2c72646bedaaac86aef632b44a467b4c35b80", |
|
|
|
|
"reference": "a4c2c72646bedaaac86aef632b44a467b4c35b80", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -526,7 +526,7 @@ |
|
|
|
|
"keywords": [ |
|
|
|
|
"silex" |
|
|
|
|
], |
|
|
|
|
"time": "2013-04-08 13:55:50" |
|
|
|
|
"time": "2013-04-10 13:01:59" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "knplabs/knp-menu", |
|
|
|
|
@ -592,152 +592,6 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2012-12-27 13:04:16" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "kriswallsmith/assetic", |
|
|
|
|
"version": "v1.0.4", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "http://github.com/kriswallsmith/assetic.git", |
|
|
|
|
"reference": "v1.0.4" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://github.com/kriswallsmith/assetic/zipball/v1.0.4", |
|
|
|
|
"reference": "v1.0.4", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.1" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Assetic": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Kris Wallsmith", |
|
|
|
|
"email": "kris.wallsmith@gmail.com", |
|
|
|
|
"homepage": "http://kriswallsmith.net/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Asset Management for PHP", |
|
|
|
|
"homepage": "https://github.com/kriswallsmith/assetic", |
|
|
|
|
"keywords": [ |
|
|
|
|
"assets", |
|
|
|
|
"compression", |
|
|
|
|
"minification" |
|
|
|
|
], |
|
|
|
|
"time": "2012-08-28 05:18:28" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "leafo/lessphp", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/leafo/lessphp.git", |
|
|
|
|
"reference": "51aad6ef903bdcb18280ae81fb85016a078232a0" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/leafo/lessphp/zipball/51aad6ef903bdcb18280ae81fb85016a078232a0", |
|
|
|
|
"reference": "51aad6ef903bdcb18280ae81fb85016a078232a0", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "0.3-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"classmap": [ |
|
|
|
|
"lessc.inc.php" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT", |
|
|
|
|
"GPL-3.0" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Leaf Corcoran", |
|
|
|
|
"email": "leafot@gmail.com", |
|
|
|
|
"homepage": "http://leafo.net" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "lessphp is a compiler for LESS written in PHP.", |
|
|
|
|
"homepage": "http://leafo.net/lessphp/", |
|
|
|
|
"time": "2013-04-09 01:25:49" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "mheap/silex-assetic", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/mheap/Silex-Assetic.git", |
|
|
|
|
"reference": "a3a2747ca48897ebd1e1def300c58117969ad6aa" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/mheap/Silex-Assetic/zipball/a3a2747ca48897ebd1e1def300c58117969ad6aa", |
|
|
|
|
"reference": "a3a2747ca48897ebd1e1def300c58117969ad6aa", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"kriswallsmith/assetic": ">=1.0,<2.0", |
|
|
|
|
"php": ">=5.3.0", |
|
|
|
|
"symfony/finder": ">=2.1,<2.3-dev" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": ">=3.7.10.0,<3.8", |
|
|
|
|
"silex/silex": ">=1.0,<2.0", |
|
|
|
|
"twig/twig": ">=1.2,<2.0" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"twig/twig": "~1.2" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"SilexAssetic": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Sven Eisenschmidt", |
|
|
|
|
"email": "sven.eisenschmidt@gmail.com", |
|
|
|
|
"homepage": "http://unsicherheitsagent.de/" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Michael Heap", |
|
|
|
|
"email": "m@michaelheap.com", |
|
|
|
|
"homepage": "http://michaelheap.com/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Assetic extension for Silex", |
|
|
|
|
"homepage": "https://github.com/mheap/Silex-Assetic", |
|
|
|
|
"keywords": [ |
|
|
|
|
"assetic", |
|
|
|
|
"silex" |
|
|
|
|
], |
|
|
|
|
"time": "2013-04-09 10:37:15" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "monolog/monolog", |
|
|
|
|
"version": "1.4.1", |
|
|
|
|
@ -890,12 +744,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/whiteoctober/Pagerfanta.git", |
|
|
|
|
"reference": "4fded9adde16a4133b4db9f14815efadbbd268d1" |
|
|
|
|
"reference": "797944b0f70f71a24a273752dbf063cba5b11513" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/4fded9adde16a4133b4db9f14815efadbbd268d1", |
|
|
|
|
"reference": "4fded9adde16a4133b4db9f14815efadbbd268d1", |
|
|
|
|
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/797944b0f70f71a24a273752dbf063cba5b11513", |
|
|
|
|
"reference": "797944b0f70f71a24a273752dbf063cba5b11513", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -942,7 +796,7 @@ |
|
|
|
|
"page", |
|
|
|
|
"paging" |
|
|
|
|
], |
|
|
|
|
"time": "2013-04-04 17:07:12" |
|
|
|
|
"time": "2013-04-10 12:34:33" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "pimple/pimple", |
|
|
|
|
@ -1068,12 +922,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/fabpot/Silex.git", |
|
|
|
|
"reference": "80f0abd669b2c615b73065b76c63ff27c7d3c38d" |
|
|
|
|
"reference": "1cd7f3f050b78dae4458d93892355720f56659f9" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/80f0abd669b2c615b73065b76c63ff27c7d3c38d", |
|
|
|
|
"reference": "80f0abd669b2c615b73065b76c63ff27c7d3c38d", |
|
|
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/1cd7f3f050b78dae4458d93892355720f56659f9", |
|
|
|
|
"reference": "1cd7f3f050b78dae4458d93892355720f56659f9", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -1142,7 +996,7 @@ |
|
|
|
|
"keywords": [ |
|
|
|
|
"microframework" |
|
|
|
|
], |
|
|
|
|
"time": "2013-04-08 20:37:52" |
|
|
|
|
"time": "2013-04-11 12:23:56" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "swiftmailer/swiftmailer", |
|
|
|
|
@ -1247,12 +1101,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Console.git", |
|
|
|
|
"reference": "5c9fb1169f3940ffb869c4a36c3794f66790600a" |
|
|
|
|
"reference": "73cd7f7c81ba2cec0c307960e2dd831ba3babc9e" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/5c9fb1169f3940ffb869c4a36c3794f66790600a", |
|
|
|
|
"reference": "5c9fb1169f3940ffb869c4a36c3794f66790600a", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/73cd7f7c81ba2cec0c307960e2dd831ba3babc9e", |
|
|
|
|
"reference": "73cd7f7c81ba2cec0c307960e2dd831ba3babc9e", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -1288,7 +1142,7 @@ |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Console Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-09 15:42:31" |
|
|
|
|
"time": "2013-04-11 06:50:46" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/dependency-injection", |
|
|
|
|
@ -1297,12 +1151,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/DependencyInjection.git", |
|
|
|
|
"reference": "6e9c3a29432d7274a297d945e937e46b7c48b3fa" |
|
|
|
|
"reference": "6ce2347c2b346c35bf3fffcbb89a808892e033c8" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/6e9c3a29432d7274a297d945e937e46b7c48b3fa", |
|
|
|
|
"reference": "6e9c3a29432d7274a297d945e937e46b7c48b3fa", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/6ce2347c2b346c35bf3fffcbb89a808892e033c8", |
|
|
|
|
"reference": "6ce2347c2b346c35bf3fffcbb89a808892e033c8", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -1343,7 +1197,7 @@ |
|
|
|
|
], |
|
|
|
|
"description": "Symfony DependencyInjection Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-08 01:18:40" |
|
|
|
|
"time": "2013-04-11 06:50:46" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/doctrine-bridge", |
|
|
|
|
@ -1465,53 +1319,6 @@ |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-02-11 11:26:43" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/finder", |
|
|
|
|
"version": "v2.2.1", |
|
|
|
|
"target-dir": "Symfony/Component/Finder", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Finder.git", |
|
|
|
|
"reference": "v2.2.1" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/v2.2.1", |
|
|
|
|
"reference": "v2.2.1", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.2-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Symfony\\Component\\Finder\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"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 Finder Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-01 07:51:50" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/form", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
@ -1519,12 +1326,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Form.git", |
|
|
|
|
"reference": "094c9264480dceff17bba9c9c92b520cde55a15b" |
|
|
|
|
"reference": "4ec63437dda78313f60d05c9ba6441290dfa3de1" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Form/zipball/094c9264480dceff17bba9c9c92b520cde55a15b", |
|
|
|
|
"reference": "094c9264480dceff17bba9c9c92b520cde55a15b", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Form/zipball/4ec63437dda78313f60d05c9ba6441290dfa3de1", |
|
|
|
|
"reference": "4ec63437dda78313f60d05c9ba6441290dfa3de1", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -1569,7 +1376,7 @@ |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Form Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-01 08:07:53" |
|
|
|
|
"time": "2013-04-11 06:50:46" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/http-foundation", |
|
|
|
|
@ -1802,12 +1609,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/PropertyAccess.git", |
|
|
|
|
"reference": "072ae5c084eedf7092182f2aff3ab713c63a4672" |
|
|
|
|
"reference": "10dafc69dc50e07d6c0e45a179fa7e86209250d7" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/072ae5c084eedf7092182f2aff3ab713c63a4672", |
|
|
|
|
"reference": "072ae5c084eedf7092182f2aff3ab713c63a4672", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/10dafc69dc50e07d6c0e45a179fa7e86209250d7", |
|
|
|
|
"reference": "10dafc69dc50e07d6c0e45a179fa7e86209250d7", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -1851,7 +1658,7 @@ |
|
|
|
|
"property path", |
|
|
|
|
"reflection" |
|
|
|
|
], |
|
|
|
|
"time": "2013-04-01 08:07:30" |
|
|
|
|
"time": "2013-04-11 06:50:46" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/routing", |
|
|
|
|
@ -1984,12 +1791,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Translation.git", |
|
|
|
|
"reference": "b518a3100b09b5de4b4750e9415c00ad1bd77b1e" |
|
|
|
|
"reference": "79a63e2829ea4e8295b4d44a55b08f20f0875a11" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/b518a3100b09b5de4b4750e9415c00ad1bd77b1e", |
|
|
|
|
"reference": "b518a3100b09b5de4b4750e9415c00ad1bd77b1e", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/79a63e2829ea4e8295b4d44a55b08f20f0875a11", |
|
|
|
|
"reference": "79a63e2829ea4e8295b4d44a55b08f20f0875a11", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -2030,7 +1837,7 @@ |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Translation Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-02 09:39:57" |
|
|
|
|
"time": "2013-04-11 06:50:46" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/twig-bridge", |
|
|
|
|
@ -2105,12 +1912,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Validator.git", |
|
|
|
|
"reference": "b9e2fa05cf314a8c64db801adbfce611028e63b9" |
|
|
|
|
"reference": "bd395fae887be437fe3fb1dd29fa88994dd23958" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Validator/zipball/b9e2fa05cf314a8c64db801adbfce611028e63b9", |
|
|
|
|
"reference": "b9e2fa05cf314a8c64db801adbfce611028e63b9", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Validator/zipball/bd395fae887be437fe3fb1dd29fa88994dd23958", |
|
|
|
|
"reference": "bd395fae887be437fe3fb1dd29fa88994dd23958", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -2157,21 +1964,21 @@ |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Validator Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-01 08:07:53" |
|
|
|
|
"time": "2013-04-11 06:50:46" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/yaml", |
|
|
|
|
"version": "v2.1.9", |
|
|
|
|
"version": "2.1.x-dev", |
|
|
|
|
"target-dir": "Symfony/Component/Yaml", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Yaml.git", |
|
|
|
|
"reference": "v2.1.9" |
|
|
|
|
"reference": "4ef80f5c5081ad9a7e08184fc9f25c62d87e408c" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.1.9", |
|
|
|
|
"reference": "v2.1.9", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/4ef80f5c5081ad9a7e08184fc9f25c62d87e408c", |
|
|
|
|
"reference": "4ef80f5c5081ad9a7e08184fc9f25c62d87e408c", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -2199,7 +2006,7 @@ |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Yaml Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-03-23 01:54:33" |
|
|
|
|
"time": "2013-04-12 10:27:36" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "twig/twig", |
|
|
|
|
@ -2252,6 +2059,152 @@ |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"packages-dev": [ |
|
|
|
|
{ |
|
|
|
|
"name": "kriswallsmith/assetic", |
|
|
|
|
"version": "v1.0.4", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "http://github.com/kriswallsmith/assetic.git", |
|
|
|
|
"reference": "v1.0.4" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://github.com/kriswallsmith/assetic/zipball/v1.0.4", |
|
|
|
|
"reference": "v1.0.4", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.1" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Assetic": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Kris Wallsmith", |
|
|
|
|
"email": "kris.wallsmith@gmail.com", |
|
|
|
|
"homepage": "http://kriswallsmith.net/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Asset Management for PHP", |
|
|
|
|
"homepage": "https://github.com/kriswallsmith/assetic", |
|
|
|
|
"keywords": [ |
|
|
|
|
"assets", |
|
|
|
|
"compression", |
|
|
|
|
"minification" |
|
|
|
|
], |
|
|
|
|
"time": "2012-08-28 05:18:28" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "leafo/lessphp", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/leafo/lessphp.git", |
|
|
|
|
"reference": "51aad6ef903bdcb18280ae81fb85016a078232a0" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/leafo/lessphp/zipball/51aad6ef903bdcb18280ae81fb85016a078232a0", |
|
|
|
|
"reference": "51aad6ef903bdcb18280ae81fb85016a078232a0", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "0.3-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"classmap": [ |
|
|
|
|
"lessc.inc.php" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT", |
|
|
|
|
"GPL-3.0" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Leaf Corcoran", |
|
|
|
|
"email": "leafot@gmail.com", |
|
|
|
|
"homepage": "http://leafo.net" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "lessphp is a compiler for LESS written in PHP.", |
|
|
|
|
"homepage": "http://leafo.net/lessphp/", |
|
|
|
|
"time": "2013-04-09 01:25:49" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "mheap/silex-assetic", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/mheap/Silex-Assetic.git", |
|
|
|
|
"reference": "a3a2747ca48897ebd1e1def300c58117969ad6aa" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/mheap/Silex-Assetic/zipball/a3a2747ca48897ebd1e1def300c58117969ad6aa", |
|
|
|
|
"reference": "a3a2747ca48897ebd1e1def300c58117969ad6aa", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"kriswallsmith/assetic": ">=1.0,<2.0", |
|
|
|
|
"php": ">=5.3.0", |
|
|
|
|
"symfony/finder": ">=2.1,<2.3-dev" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": ">=3.7.10.0,<3.8", |
|
|
|
|
"silex/silex": ">=1.0,<2.0", |
|
|
|
|
"twig/twig": ">=1.2,<2.0" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"twig/twig": "~1.2" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"SilexAssetic": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Sven Eisenschmidt", |
|
|
|
|
"email": "sven.eisenschmidt@gmail.com", |
|
|
|
|
"homepage": "http://unsicherheitsagent.de/" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Michael Heap", |
|
|
|
|
"email": "m@michaelheap.com", |
|
|
|
|
"homepage": "http://michaelheap.com/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Assetic extension for Silex", |
|
|
|
|
"homepage": "https://github.com/mheap/Silex-Assetic", |
|
|
|
|
"keywords": [ |
|
|
|
|
"assetic", |
|
|
|
|
"silex" |
|
|
|
|
], |
|
|
|
|
"time": "2013-04-09 10:37:15" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "silex/web-profiler", |
|
|
|
|
"version": "v1.0.0", |
|
|
|
|
@ -2304,12 +2257,12 @@ |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/BrowserKit.git", |
|
|
|
|
"reference": "b0aa5249d957930f93c0c2a3f1f10db0721cb6e9" |
|
|
|
|
"reference": "08f303dc3591d10ca450b85c22e9268523747ab3" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/b0aa5249d957930f93c0c2a3f1f10db0721cb6e9", |
|
|
|
|
"reference": "b0aa5249d957930f93c0c2a3f1f10db0721cb6e9", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/08f303dc3591d10ca450b85c22e9268523747ab3", |
|
|
|
|
"reference": "08f303dc3591d10ca450b85c22e9268523747ab3", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
@ -2350,7 +2303,7 @@ |
|
|
|
|
], |
|
|
|
|
"description": "Symfony BrowserKit Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-03-20 14:03:03" |
|
|
|
|
"time": "2013-04-11 06:50:46" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/dom-crawler", |
|
|
|
|
@ -2405,6 +2358,53 @@ |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-01 08:05:23" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/finder", |
|
|
|
|
"version": "v2.2.1", |
|
|
|
|
"target-dir": "Symfony/Component/Finder", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Finder.git", |
|
|
|
|
"reference": "v2.2.1" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/v2.2.1", |
|
|
|
|
"reference": "v2.2.1", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.2-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Symfony\\Component\\Finder\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"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 Finder Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2013-04-01 07:51:50" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/stopwatch", |
|
|
|
|
"version": "v2.2.1", |
|
|
|
|
@ -2515,6 +2515,7 @@ |
|
|
|
|
"stability-flags": { |
|
|
|
|
"silex/silex": 20, |
|
|
|
|
"symfony/config": 20, |
|
|
|
|
"symfony/yaml": 20, |
|
|
|
|
"symfony/console": 20, |
|
|
|
|
"symfony/twig-bridge": 20, |
|
|
|
|
"symfony/doctrine-bridge": 20, |
|
|
|
|
@ -2533,11 +2534,11 @@ |
|
|
|
|
"igorw/config-service-provider": 20, |
|
|
|
|
"mpdf/mpdf": 20, |
|
|
|
|
"ezyang/htmlpurifier": 20, |
|
|
|
|
"mheap/silex-assetic": 20, |
|
|
|
|
"leafo/lessphp": 20, |
|
|
|
|
"natxet/cssmin": 20, |
|
|
|
|
"realityking/pchart": 20, |
|
|
|
|
"symfony/browser-kit": 20 |
|
|
|
|
"symfony/browser-kit": 20, |
|
|
|
|
"leafo/lessphp": 20, |
|
|
|
|
"mheap/silex-assetic": 20 |
|
|
|
|
}, |
|
|
|
|
"platform": { |
|
|
|
|
"php": ">=5.3.2" |
|
|
|
|
|