Update dependencies
This commit is contained in:
		
					parent
					
						
							
								4a1c7857cf
							
						
					
				
			
			
				commit
				
					
						cbbfa7eaac
					
				
			
		
					 2 changed files with 776 additions and 124 deletions
				
			
		|  | @ -17,8 +17,8 @@ | ||||||
|     } |     } | ||||||
|     ], |     ], | ||||||
|     "require": { |     "require": { | ||||||
|         "php": ">=5.3.2", |         "php": ">=5.3.3", | ||||||
|         "symfony/process": ">2.0", |         "symfony/process": ">=2.0,<=2.2", | ||||||
|         "monolog/monolog": "1.0.*" |         "monolog/monolog": "1.0.*" | ||||||
|     }, |     }, | ||||||
|     "minimum-stability": "dev", |     "minimum-stability": "dev", | ||||||
|  |  | ||||||
							
								
								
									
										852
									
								
								composer.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										852
									
								
								composer.lock
									
										
									
										generated
									
									
									
								
							|  | @ -1,165 +1,817 @@ | ||||||
| { | { | ||||||
|     "hash": "e3e991cb131d318e3f9cfa9b358da8db", |     "hash": "7a1ae4210db9e27bb700dc1c0de19417", | ||||||
|     "packages": [ |     "packages": [ | ||||||
|         { |         { | ||||||
|             "package": "monolog/monolog", |             "name": "monolog/monolog", | ||||||
|             "version": "1.0.2" |             "version": "1.0.2", | ||||||
|  |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/Seldaek/monolog", | ||||||
|  |                 "reference": "1.0.2" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/Seldaek/monolog/zipball/1.0.2", | ||||||
|  |                 "reference": "1.0.2", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.0" | ||||||
|  |             }, | ||||||
|  |             "time": "2011-10-24 09:39:02", | ||||||
|  |             "type": "library", | ||||||
|  |             "installation-source": "dist", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Monolog": "src/" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Jordi Boggiano", | ||||||
|  |                     "email": "j.boggiano@seld.be", | ||||||
|  |                     "homepage": "http://seld.be", | ||||||
|  |                     "role": "Developer" | ||||||
|  |                 } | ||||||
|  |             ], | ||||||
|  |             "description": "Logging for PHP 5.3", | ||||||
|  |             "homepage": "http://github.com/Seldaek/monolog", | ||||||
|  |             "keywords": [ | ||||||
|  |                 "log", | ||||||
|  |                 "logging" | ||||||
|  |             ] | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/process", |             "name": "symfony/process", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/Process", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/Process", | ||||||
|  |                 "reference": "2965a0340c138d7b47e74ed6c44402d946f0bbd2" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/Process/zipball/2965a0340c138d7b47e74ed6c44402d946f0bbd2", | ||||||
|  |                 "reference": "2965a0340c138d7b47e74ed6c44402d946f0bbd2", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\Process": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/process", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "9d4ac6860929f84e68732d1793cd2edb0881d955", |                 } | ||||||
|             "commit-date": "1346330945" |             ], | ||||||
|  |             "description": "Symfony Process Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         } |         } | ||||||
|     ], |     ], | ||||||
|     "packages-dev": [ |     "packages-dev": [ | ||||||
|         { |         { | ||||||
|             "package": "fabpot/php-cs-fixer", |             "name": "fabpot/php-cs-fixer", | ||||||
|             "version": "dev-master", |             "version": "dev-master", | ||||||
|             "source-reference": "55701d65622b72cbe0db8d8f9136d36e45b2f7f4", |             "source": { | ||||||
|             "commit-date": "1343202851" |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/fabpot/PHP-CS-Fixer.git", | ||||||
|  |                 "reference": "24df86b1a29a9f6151e495615123308542bcfb05" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/fabpot/PHP-CS-Fixer/zipball/24df86b1a29a9f6151e495615123308542bcfb05", | ||||||
|  |                 "reference": "24df86b1a29a9f6151e495615123308542bcfb05", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "symfony/console": "2.1.*", | ||||||
|  |                 "symfony/filesystem": "2.1.*", | ||||||
|  |                 "symfony/finder": "2.1.*", | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "time": "1349504510", | ||||||
|  |             "bin": [ | ||||||
|  |                 "php-cs-fixer" | ||||||
|  |             ], | ||||||
|  |             "type": "application", | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\CS": "." | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|  |                 } | ||||||
|  |             ], | ||||||
|  |             "description": "A script to automatically fix Symfony Coding Standard" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "nikic/php-parser", |             "name": "nikic/php-parser", | ||||||
|             "version": "dev-master", |             "version": "v0.9.2", | ||||||
|             "source-reference": "a590937fdf855169879dac25e9760ff7dd24cfd0", |             "source": { | ||||||
|             "commit-date": "1344357619" |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/nikic/PHP-Parser", | ||||||
|  |                 "reference": "v0.9.2" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/nikic/PHP-Parser/zipball/v0.9.2", | ||||||
|  |                 "reference": "v0.9.2", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.2" | ||||||
|  |             }, | ||||||
|  |             "time": "2012-07-07 20:23:25", | ||||||
|  |             "type": "library", | ||||||
|  |             "installation-source": "dist", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "PHPParser": "lib/" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "BSD" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Nikita Popov" | ||||||
|  |                 } | ||||||
|  |             ], | ||||||
|  |             "description": "A PHP parser written in PHP", | ||||||
|  |             "keywords": [ | ||||||
|  |                 "php", | ||||||
|  |                 "parser" | ||||||
|  |             ] | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "pimple/pimple", |             "name": "pimple/pimple", | ||||||
|             "version": "1.0.0" |             "version": "dev-master", | ||||||
|  |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "git://github.com/fabpot/Pimple.git", | ||||||
|  |                 "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/fabpot/Pimple/zipball/b9f27b8dc18c08f00627dec02359b46a24791dc3", | ||||||
|  |                 "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.0" | ||||||
|  |             }, | ||||||
|  |             "time": "1347278988", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "1.0.x-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Pimple": "lib/" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|  |                 } | ||||||
|  |             ], | ||||||
|  |             "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", | ||||||
|  |             "homepage": "http://pimple.sensiolabs.org", | ||||||
|  |             "keywords": [ | ||||||
|  |                 "dependency injection", | ||||||
|  |                 "container" | ||||||
|  |             ] | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "sami/sami", |             "name": "sami/sami", | ||||||
|             "version": "dev-master", |             "version": "dev-master", | ||||||
|             "source-reference": "cef4abb9344cb0e6de77de5e01da7359001726f9", |             "source": { | ||||||
|             "commit-date": "1344320326" |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/fabpot/Sami", | ||||||
|  |                 "reference": "35e7ae109e17277baa0ef066f9448078b5aca5e0" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/fabpot/Sami/zipball/35e7ae109e17277baa0ef066f9448078b5aca5e0", | ||||||
|  |                 "reference": "35e7ae109e17277baa0ef066f9448078b5aca5e0", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.0", | ||||||
|  |                 "pimple/pimple": "1.0.*", | ||||||
|  |                 "twig/twig": "1.*", | ||||||
|  |                 "nikic/php-parser": "0.9.*", | ||||||
|  |                 "symfony/console": ">=2.1,<3.0-dev", | ||||||
|  |                 "symfony/finder": ">=2.1,<3.0-dev", | ||||||
|  |                 "symfony/filesystem": ">=2.1,<3.0-dev", | ||||||
|  |                 "symfony/yaml": ">=2.1,<3.0-dev", | ||||||
|  |                 "symfony/process": ">=2.1,<3.0-dev" | ||||||
|  |             }, | ||||||
|  |             "time": "1349357674", | ||||||
|  |             "bin": [ | ||||||
|  |                 "sami.php" | ||||||
|  |             ], | ||||||
|  |             "type": "application", | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Sami": "." | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|  |                 } | ||||||
|  |             ], | ||||||
|  |             "description": "Sami, an API documentation generator", | ||||||
|  |             "homepage": "http://sami.sensiolabs.org", | ||||||
|  |             "keywords": [ | ||||||
|  |                 "phpdoc" | ||||||
|  |             ] | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "silex/silex", |             "name": "silex/silex", | ||||||
|             "version": "dev-master", |             "version": "dev-master", | ||||||
|             "alias-pretty-version": "1.0.x-dev", |             "source": { | ||||||
|             "alias-version": "1.0.9999999.9999999-dev" |                 "type": "git", | ||||||
|  |                 "url": "git://github.com/fabpot/Silex.git", | ||||||
|  |                 "reference": "fc82b4255ef081dd7d464c5320ca93a902f9190f" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/fabpot/Silex/zipball/fc82b4255ef081dd7d464c5320ca93a902f9190f", | ||||||
|  |                 "reference": "fc82b4255ef081dd7d464c5320ca93a902f9190f", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "symfony/event-dispatcher": "2.1.*", | ||||||
|  |                 "symfony/http-foundation": "2.1.*", | ||||||
|  |                 "symfony/http-kernel": "2.1.*", | ||||||
|  |                 "symfony/routing": "2.1.*", | ||||||
|  |                 "php": ">=5.3.3", | ||||||
|  |                 "pimple/pimple": "1.*" | ||||||
|  |             }, | ||||||
|  |             "require-dev": { | ||||||
|  |                 "symfony/form": "2.1.*", | ||||||
|  |                 "symfony/translation": "2.1.*", | ||||||
|  |                 "symfony/twig-bridge": "2.1.*", | ||||||
|  |                 "symfony/validator": "2.1.*", | ||||||
|  |                 "symfony/monolog-bridge": "2.1.*", | ||||||
|  |                 "symfony/browser-kit": "2.1.*", | ||||||
|  |                 "symfony/css-selector": "2.1.*", | ||||||
|  |                 "symfony/finder": "2.1.*", | ||||||
|  |                 "symfony/process": "2.1.*", | ||||||
|  |                 "symfony/security": "2.1.*", | ||||||
|  |                 "monolog/monolog": ">=1.0.0,<1.2-dev", | ||||||
|  |                 "symfony/config": "2.1.*", | ||||||
|  |                 "symfony/locale": "2.1.*", | ||||||
|  |                 "twig/twig": ">=1.8.0,<2.0-dev", | ||||||
|  |                 "swiftmailer/swiftmailer": "4.2.*", | ||||||
|  |                 "doctrine/dbal": ">=2.2.0,<2.4.0-dev" | ||||||
|  |             }, | ||||||
|  |             "suggest": { | ||||||
|  |                 "symfony/browser-kit": "2.1.*", | ||||||
|  |                 "symfony/css-selector": "2.1.*", | ||||||
|  |                 "symfony/dom-crawler": "2.1.*" | ||||||
|  |             }, | ||||||
|  |             "time": "1349013590", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "1.0.x-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Silex": "src/" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "silex/silex", |                     "name": "Igor Wiedler", | ||||||
|             "version": "dev-master", |                     "email": "igor@wiedler.ch", | ||||||
|             "source-reference": "52c6480be194825489f316d30855645dafa7fae4", |                     "homepage": "http://wiedler.ch/igor/" | ||||||
|             "commit-date": "1346332220" |                 } | ||||||
|  |             ], | ||||||
|  |             "description": "The PHP micro-framework based on the Symfony2 Components", | ||||||
|  |             "homepage": "http://silex.sensiolabs.org", | ||||||
|  |             "keywords": [ | ||||||
|  |                 "microframework" | ||||||
|  |             ] | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/console", |             "name": "symfony/console", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/Console", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/Console", | ||||||
|  |                 "reference": "1b4f8c7fb257aebf9abd52093e720a3e73458877" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/Console/zipball/1b4f8c7fb257aebf9abd52093e720a3e73458877", | ||||||
|  |                 "reference": "1b4f8c7fb257aebf9abd52093e720a3e73458877", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\Console": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/console", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "v2.1.0-RC2", |                 } | ||||||
|             "commit-date": "1345643321" |             ], | ||||||
|  |             "description": "Symfony Console Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/event-dispatcher", |             "name": "symfony/event-dispatcher", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/EventDispatcher", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/EventDispatcher", | ||||||
|  |                 "reference": "fb273317c0505ba657aa3d727530d36ae671fb82" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/EventDispatcher/zipball/fb273317c0505ba657aa3d727530d36ae671fb82", | ||||||
|  |                 "reference": "fb273317c0505ba657aa3d727530d36ae671fb82", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "require-dev": { | ||||||
|  |                 "symfony/dependency-injection": "2.1.*" | ||||||
|  |             }, | ||||||
|  |             "suggest": { | ||||||
|  |                 "symfony/dependency-injection": "2.1.*", | ||||||
|  |                 "symfony/http-kernel": "2.1.*" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\EventDispatcher": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/event-dispatcher", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "v2.1.0-RC2", |                 } | ||||||
|             "commit-date": "1345643321" |             ], | ||||||
|  |             "description": "Symfony EventDispatcher Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/filesystem", |             "name": "symfony/filesystem", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/Filesystem", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/Filesystem", | ||||||
|  |                 "reference": "de224eb984501c189e7c5827f38dc47789cdb840" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/Filesystem/zipball/de224eb984501c189e7c5827f38dc47789cdb840", | ||||||
|  |                 "reference": "de224eb984501c189e7c5827f38dc47789cdb840", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\Filesystem": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/filesystem", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "v2.1.0-RC2", |                 } | ||||||
|             "commit-date": "1345643321" |             ], | ||||||
|  |             "description": "Symfony Filesystem Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/finder", |             "name": "symfony/finder", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/Finder", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/Finder", | ||||||
|  |                 "reference": "3566ba9c000c40fb409de1ebdc6e390a14248c3c" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/Finder/zipball/3566ba9c000c40fb409de1ebdc6e390a14248c3c", | ||||||
|  |                 "reference": "3566ba9c000c40fb409de1ebdc6e390a14248c3c", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\Finder": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/finder", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "v2.1.0-RC2", |                 } | ||||||
|             "commit-date": "1345643321" |             ], | ||||||
|  |             "description": "Symfony Finder Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/http-foundation", |             "name": "symfony/http-foundation", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/HttpFoundation", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/HttpFoundation", | ||||||
|  |                 "reference": "64fe72c44346dc6ee0a51075e7722ee0af1388ca" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/HttpFoundation/zipball/64fe72c44346dc6ee0a51075e7722ee0af1388ca", | ||||||
|  |                 "reference": "64fe72c44346dc6ee0a51075e7722ee0af1388ca", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\HttpFoundation": "", | ||||||
|  |                     "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/http-foundation", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "c61c023d2e9e9ad2edcc9227bd0ec5f79d616e18", |                 } | ||||||
|             "commit-date": "1346312580" |             ], | ||||||
|  |             "description": "Symfony HttpFoundation Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/http-kernel", |             "name": "symfony/http-kernel", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/HttpKernel", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/HttpKernel", | ||||||
|  |                 "reference": "970a66bcaca90d160b3cc920c87c275147a7142b" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/HttpKernel/zipball/970a66bcaca90d160b3cc920c87c275147a7142b", | ||||||
|  |                 "reference": "970a66bcaca90d160b3cc920c87c275147a7142b", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3", | ||||||
|  |                 "symfony/event-dispatcher": "2.1.*", | ||||||
|  |                 "symfony/http-foundation": "2.1.*" | ||||||
|  |             }, | ||||||
|  |             "require-dev": { | ||||||
|  |                 "symfony/browser-kit": "2.1.*", | ||||||
|  |                 "symfony/class-loader": "2.1.*", | ||||||
|  |                 "symfony/config": "2.1.*", | ||||||
|  |                 "symfony/console": "2.1.*", | ||||||
|  |                 "symfony/dependency-injection": "2.1.*", | ||||||
|  |                 "symfony/finder": "2.1.*", | ||||||
|  |                 "symfony/process": "2.1.*", | ||||||
|  |                 "symfony/routing": "2.1.*" | ||||||
|  |             }, | ||||||
|  |             "suggest": { | ||||||
|  |                 "symfony/browser-kit": "2.1.*", | ||||||
|  |                 "symfony/class-loader": "2.1.*", | ||||||
|  |                 "symfony/config": "2.1.*", | ||||||
|  |                 "symfony/console": "2.1.*", | ||||||
|  |                 "symfony/dependency-injection": "2.1.*", | ||||||
|  |                 "symfony/finder": "2.1.*" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\HttpKernel": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/http-kernel", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "aeffdc93a69b65dad2f61c917f73c84b8e387ba4", |                 } | ||||||
|             "commit-date": "1346143430" |             ], | ||||||
|  |             "description": "Symfony HttpKernel Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/routing", |             "name": "symfony/routing", | ||||||
|             "version": "dev-master", |             "version": "2.1.x-dev", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/Routing", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/Routing", | ||||||
|  |                 "reference": "0443e2f9a10f49cac77128eb7f11d055fcf4db9d" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/Routing/zipball/0443e2f9a10f49cac77128eb7f11d055fcf4db9d", | ||||||
|  |                 "reference": "0443e2f9a10f49cac77128eb7f11d055fcf4db9d", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "require-dev": { | ||||||
|  |                 "symfony/config": "2.1.*", | ||||||
|  |                 "symfony/yaml": "2.1.*", | ||||||
|  |                 "symfony/http-kernel": "2.1.*", | ||||||
|  |                 "doctrine/common": ">=2.2,<2.4-dev" | ||||||
|  |             }, | ||||||
|  |             "suggest": { | ||||||
|  |                 "doctrine/common": ">=2.2,<2.4-dev", | ||||||
|  |                 "symfony/config": "2.1.*", | ||||||
|  |                 "symfony/yaml": "2.1.*" | ||||||
|  |             }, | ||||||
|  |             "time": "1349363877", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.1-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\Routing": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/routing", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "475c0550543c882a7e31b9aca7a5dc0615f59547", |                 } | ||||||
|             "commit-date": "1346394981" |             ], | ||||||
|  |             "description": "Symfony Routing Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "symfony/yaml", |             "name": "symfony/yaml", | ||||||
|             "version": "dev-master", |             "version": "dev-master", | ||||||
|             "alias-pretty-version": "2.1.x-dev", |             "target-dir": "Symfony/Component/Yaml", | ||||||
|             "alias-version": "2.1.9999999.9999999-dev" |             "source": { | ||||||
|  |                 "type": "git", | ||||||
|  |                 "url": "https://github.com/symfony/Yaml", | ||||||
|  |                 "reference": "f965c71d0edb97cef36c556f2bda25298fce7e69" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/symfony/Yaml/zipball/f965c71d0edb97cef36c556f2bda25298fce7e69", | ||||||
|  |                 "reference": "f965c71d0edb97cef36c556f2bda25298fce7e69", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.3.3" | ||||||
|  |             }, | ||||||
|  |             "time": "1348817656", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "2.2-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Symfony\\Component\\Yaml\\": "" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "MIT" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "symfony/yaml", |                     "name": "Symfony Community", | ||||||
|             "version": "dev-master", |                     "homepage": "http://symfony.com/contributors" | ||||||
|             "source-reference": "v2.1.0-RC2", |                 } | ||||||
|             "commit-date": "1345643321" |             ], | ||||||
|  |             "description": "Symfony Yaml Component", | ||||||
|  |             "homepage": "http://symfony.com" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "package": "twig/twig", |             "name": "twig/twig", | ||||||
|             "version": "dev-master", |             "version": "dev-master", | ||||||
|             "alias-pretty-version": "1.9.x-dev", |             "source": { | ||||||
|             "alias-version": "1.9.9999999.9999999-dev" |                 "type": "git", | ||||||
|  |                 "url": "git://github.com/fabpot/Twig.git", | ||||||
|  |                 "reference": "5d7baaf767ec3b8f6599738e7c98bde6c25cf7c1" | ||||||
|  |             }, | ||||||
|  |             "dist": { | ||||||
|  |                 "type": "zip", | ||||||
|  |                 "url": "https://github.com/fabpot/Twig/zipball/5d7baaf767ec3b8f6599738e7c98bde6c25cf7c1", | ||||||
|  |                 "reference": "5d7baaf767ec3b8f6599738e7c98bde6c25cf7c1", | ||||||
|  |                 "shasum": "" | ||||||
|  |             }, | ||||||
|  |             "require": { | ||||||
|  |                 "php": ">=5.2.4" | ||||||
|  |             }, | ||||||
|  |             "time": "1349508092", | ||||||
|  |             "type": "library", | ||||||
|  |             "extra": { | ||||||
|  |                 "branch-alias": { | ||||||
|  |                     "dev-master": "1.10-dev" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "installation-source": "source", | ||||||
|  |             "autoload": { | ||||||
|  |                 "psr-0": { | ||||||
|  |                     "Twig_": "lib/" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "license": [ | ||||||
|  |                 "BSD-3" | ||||||
|  |             ], | ||||||
|  |             "authors": [ | ||||||
|  |                 { | ||||||
|  |                     "name": "Fabien Potencier", | ||||||
|  |                     "email": "fabien@symfony.com" | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|             "package": "twig/twig", |                     "name": "Armin Ronacher", | ||||||
|             "version": "dev-master", |                     "email": "armin.ronacher@active-4.com" | ||||||
|             "source-reference": "459720ff3b74ee0c0d159277c6f2f5df89d8a4f6", |                 } | ||||||
|             "commit-date": "1346397138" |             ], | ||||||
|  |             "description": "Twig, the flexible, fast, and secure template language for PHP", | ||||||
|  |             "homepage": "http://twig.sensiolabs.org", | ||||||
|  |             "keywords": [ | ||||||
|  |                 "templating" | ||||||
|  |             ] | ||||||
|         } |         } | ||||||
|     ], |     ], | ||||||
|     "aliases": [ |     "aliases": [ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue