You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1795 lines
62 KiB
1795 lines
62 KiB
{ |
|
"hash": "49a890fa904346ea8fb51819a52a23ee", |
|
"packages": [ |
|
{ |
|
"name": "doctrine/annotations", |
|
"version": "v1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/annotations.git", |
|
"reference": "v1.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://github.com/doctrine/annotations/archive/v1.0.zip", |
|
"reference": "v1.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "1.*", |
|
"php": ">=5.3.2" |
|
}, |
|
"require-dev": { |
|
"doctrine/cache": "1.*" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Common\\Annotations\\": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com", |
|
"homepage": "http://www.jwage.com/" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com", |
|
"homepage": "http://www.instaclick.com" |
|
}, |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Docblock Annotations Parser", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"annotations", |
|
"docblock", |
|
"parser" |
|
], |
|
"time": "2013-01-12 19:23:32" |
|
}, |
|
{ |
|
"name": "doctrine/cache", |
|
"version": "v1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/cache.git", |
|
"reference": "v1.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://github.com/doctrine/cache/archive/v1.0.zip", |
|
"reference": "v1.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Common\\Cache\\": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com", |
|
"homepage": "http://www.jwage.com/" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com", |
|
"homepage": "http://www.instaclick.com" |
|
}, |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "http://jmsyst.com", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Caching library offering an object-oriented API for many cache backends", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"cache", |
|
"caching" |
|
], |
|
"time": "2013-01-10 22:43:46" |
|
}, |
|
{ |
|
"name": "doctrine/collections", |
|
"version": "v1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/collections.git", |
|
"reference": "v1.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://github.com/doctrine/collections/archive/v1.0.zip", |
|
"reference": "v1.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Common\\Collections\\": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com", |
|
"homepage": "http://www.jwage.com/" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com", |
|
"homepage": "http://www.instaclick.com" |
|
}, |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Collections Abstraction library", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"array", |
|
"collections", |
|
"iterator" |
|
], |
|
"time": "2013-01-12 16:36:50" |
|
}, |
|
{ |
|
"name": "doctrine/common", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/common.git", |
|
"reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/common/zipball/e211821c719d33ad2cd1186fafb4dadb5f74d6ed", |
|
"reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "1.*", |
|
"doctrine/cache": "1.*", |
|
"doctrine/collections": "1.*", |
|
"doctrine/inflector": "1.*", |
|
"doctrine/lexer": "1.*", |
|
"php": ">=5.3.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.4.x-dev" |
|
} |
|
}, |
|
"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" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Common Library for Doctrine projects", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"annotations", |
|
"collections", |
|
"eventmanager", |
|
"persistence", |
|
"spl" |
|
], |
|
"time": "2013-02-19 09:37:33" |
|
}, |
|
{ |
|
"name": "doctrine/dbal", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/dbal.git", |
|
"reference": "042cfa61d57bc4686f68a3021cd4a926f8348050" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/042cfa61d57bc4686f68a3021cd4a926f8348050", |
|
"reference": "042cfa61d57bc4686f68a3021cd4a926f8348050", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/common": "2.4.x-dev", |
|
"php": ">=5.3.2" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "3.7.*", |
|
"symfony/console": "2.*" |
|
}, |
|
"suggest": { |
|
"symfony/console": "For helpful console commands such as SQL execution and import of files." |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.4.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\DBAL\\": "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" |
|
} |
|
], |
|
"description": "Database Abstraction Layer", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"database", |
|
"dbal", |
|
"persistence", |
|
"queryobject" |
|
], |
|
"time": "2013-02-27 12:20:01" |
|
}, |
|
{ |
|
"name": "doctrine/doctrine-bundle", |
|
"version": "dev-master", |
|
"target-dir": "Doctrine/Bundle/DoctrineBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/DoctrineBundle.git", |
|
"reference": "v1.2.0-beta1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/v1.2.0-beta1", |
|
"reference": "v1.2.0-beta1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/dbal": ">=2.2,<2.5-dev", |
|
"jdorn/sql-formatter": ">=1.1,<2.0", |
|
"php": ">=5.3.2", |
|
"symfony/doctrine-bridge": "2.2.*", |
|
"symfony/framework-bundle": ">=2.2.0-beta2,<2.3-dev" |
|
}, |
|
"require-dev": { |
|
"doctrine/orm": ">=2.2,<2.5-dev", |
|
"symfony/validator": "2.2.*", |
|
"symfony/yaml": "2.2.*" |
|
}, |
|
"suggest": { |
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
|
"symfony/web-profiler-bundle": "to use the data collector" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Bundle\\DoctrineBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "http://symfony.com/contributors" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
} |
|
], |
|
"description": "Symfony DoctrineBundle", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"database", |
|
"dbal", |
|
"orm", |
|
"persistence" |
|
], |
|
"time": "2013-01-12 14:41:19" |
|
}, |
|
{ |
|
"name": "doctrine/inflector", |
|
"version": "v1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/inflector.git", |
|
"reference": "v1.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://github.com/doctrine/inflector/archive/v1.0.zip", |
|
"reference": "v1.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Common\\Inflector\\": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jonathan H. Wage", |
|
"email": "jonwage@gmail.com", |
|
"homepage": "http://www.jwage.com/" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com", |
|
"homepage": "http://www.instaclick.com" |
|
}, |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "http://jmsyst.com", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"inflection", |
|
"pluarlize", |
|
"singuarlize", |
|
"string" |
|
], |
|
"time": "2013-01-10 21:49:15" |
|
}, |
|
{ |
|
"name": "doctrine/lexer", |
|
"version": "v1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/lexer.git", |
|
"reference": "v1.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://github.com/doctrine/lexer/archive/v1.0.zip", |
|
"reference": "v1.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Common\\Lexer\\": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com", |
|
"homepage": "http://www.instaclick.com" |
|
}, |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"lexer", |
|
"parser" |
|
], |
|
"time": "2013-01-12 18:59:04" |
|
}, |
|
{ |
|
"name": "doctrine/orm", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/doctrine2.git", |
|
"reference": "2372a85d9fff9f55197bc1b4f434e7cee469706b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2372a85d9fff9f55197bc1b4f434e7cee469706b", |
|
"reference": "2372a85d9fff9f55197bc1b4f434e7cee469706b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/dbal": ">=2.4-dev,<2.5-dev", |
|
"ext-pdo": "*", |
|
"php": ">=5.3.2", |
|
"symfony/console": "2.*" |
|
}, |
|
"suggest": { |
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
|
}, |
|
"bin": [ |
|
"bin/doctrine", |
|
"bin/doctrine.php" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.4.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\ORM\\": "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" |
|
} |
|
], |
|
"description": "Object-Relational-Mapper for PHP", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"database", |
|
"orm" |
|
], |
|
"time": "2013-03-01 00:02:20" |
|
}, |
|
{ |
|
"name": "jdorn/sql-formatter", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/jdorn/sql-formatter.git", |
|
"reference": "3d8a97325e5894c72dd5c4d4f83dd3722d414d99" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/3d8a97325e5894c72dd5c4d4f83dd3722d414d99", |
|
"reference": "3d8a97325e5894c72dd5c4d4f83dd3722d414d99", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.2.4" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"classmap": [ |
|
"lib" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jeremy Dorn", |
|
"email": "jeremy@jeremydorn.com", |
|
"homepage": "http://jeremydorn.com/" |
|
} |
|
], |
|
"description": "a PHP SQL highlighting library", |
|
"homepage": "https://github.com/jdorn/sql-formatter/", |
|
"keywords": [ |
|
"highlight", |
|
"sql" |
|
], |
|
"time": "2013-02-22 05:16:19" |
|
}, |
|
{ |
|
"name": "jms/aop-bundle", |
|
"version": "dev-master", |
|
"target-dir": "JMS/AopBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/JMSAopBundle.git", |
|
"reference": "7018357f5bedf204979a88867a9da05973744422" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/7018357f5bedf204979a88867a9da05973744422", |
|
"reference": "7018357f5bedf204979a88867a9da05973744422", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"jms/cg": "1.*", |
|
"symfony/framework-bundle": "2.*" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"JMS\\AopBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Adds AOP capabilities to Symfony2", |
|
"keywords": [ |
|
"annotations", |
|
"aop" |
|
], |
|
"time": "2013-01-09 08:03:40" |
|
}, |
|
{ |
|
"name": "jms/cg", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/cg-library.git", |
|
"reference": "fb8a054a061d92ae963a984d34846ed34c012d31" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/fb8a054a061d92ae963a984d34846ed34c012d31", |
|
"reference": "fb8a054a061d92ae963a984d34846ed34c012d31", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"CG\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache2" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Toolset for generating PHP code", |
|
"keywords": [ |
|
"code generation" |
|
], |
|
"time": "2013-02-17 22:10:19" |
|
}, |
|
{ |
|
"name": "jms/di-extra-bundle", |
|
"version": "dev-master", |
|
"target-dir": "JMS/DiExtraBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", |
|
"reference": "bc4f3280e472d48dec2c410c853f8188897ccec4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/bc4f3280e472d48dec2c410c853f8188897ccec4", |
|
"reference": "bc4f3280e472d48dec2c410c853f8188897ccec4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"jms/aop-bundle": ">=1.0.0,<1.2-dev", |
|
"jms/metadata": "1.*", |
|
"symfony/finder": ">=2.1.0,<2.3-dev", |
|
"symfony/framework-bundle": ">=2.1.0,<2.3-dev", |
|
"symfony/process": ">=2.1.0,<2.3-dev" |
|
}, |
|
"require-dev": { |
|
"doctrine/doctrine-bundle": "*", |
|
"doctrine/orm": "*", |
|
"jms/security-extra-bundle": "1.*", |
|
"phpcollection/phpcollection": ">=0.1,<0.3-dev", |
|
"sensio/framework-extra-bundle": "*", |
|
"symfony/browser-kit": "*", |
|
"symfony/class-loader": "*", |
|
"symfony/form": "*", |
|
"symfony/security-bundle": "*", |
|
"symfony/twig-bundle": "*", |
|
"symfony/validator": "*", |
|
"symfony/yaml": "*" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"JMS\\DiExtraBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "http://jmsyst.com", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Allows to configure dependency injection using annotations", |
|
"homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", |
|
"keywords": [ |
|
"annotations", |
|
"dependency injection" |
|
], |
|
"time": "2013-02-22 19:24:48" |
|
}, |
|
{ |
|
"name": "jms/metadata", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/metadata.git", |
|
"reference": "f2ab7883f6f915d40bfc38a70e0ead5f130610dc" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/f2ab7883f6f915d40bfc38a70e0ead5f130610dc", |
|
"reference": "f2ab7883f6f915d40bfc38a70e0ead5f130610dc", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/common": ">=2.0,<2.4-dev" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Metadata\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Class/method/property metadata management in PHP", |
|
"keywords": [ |
|
"annotations", |
|
"metadata", |
|
"xml", |
|
"yaml" |
|
], |
|
"time": "2013-01-22 12:51:18" |
|
}, |
|
{ |
|
"name": "jms/parser-lib", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/parser-lib.git", |
|
"reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/4d469a70c6dd03f921cbdeadafbcb261bb23e8b0", |
|
"reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"phpoption/phpoption": ">=0.9,<2.0-dev" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"JMS\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache2" |
|
], |
|
"description": "A library for easily creating recursive-descent parsers.", |
|
"time": "2012-11-30 08:11:04" |
|
}, |
|
{ |
|
"name": "jms/security-extra-bundle", |
|
"version": "dev-master", |
|
"target-dir": "JMS/SecurityExtraBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", |
|
"reference": "1.4.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/1.4.0", |
|
"reference": "1.4.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"jms/aop-bundle": ">=1.0.0,<1.2-dev", |
|
"jms/di-extra-bundle": "1.3.*", |
|
"jms/metadata": "1.*", |
|
"jms/parser-lib": "1.*", |
|
"symfony/framework-bundle": ">=2.1.0,<2.3-dev", |
|
"symfony/security-bundle": "*" |
|
}, |
|
"require-dev": { |
|
"doctrine/doctrine-bundle": "*", |
|
"doctrine/orm": "*", |
|
"sensio/framework-extra-bundle": "*", |
|
"symfony/browser-kit": "*", |
|
"symfony/class-loader": "*", |
|
"symfony/css-selector": "*", |
|
"symfony/finder": "*", |
|
"symfony/form": "*", |
|
"symfony/process": "*", |
|
"symfony/twig-bundle": "*", |
|
"symfony/validator": "*", |
|
"symfony/yaml": "*" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.4-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"JMS\\SecurityExtraBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache2" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "http://jmsyst.com", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Enhances the Symfony2 Security Component by adding several new features", |
|
"homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle", |
|
"keywords": [ |
|
"annotations", |
|
"authorization", |
|
"expression", |
|
"secure", |
|
"security" |
|
], |
|
"time": "2013-02-18 08:46:41" |
|
}, |
|
{ |
|
"name": "kriswallsmith/assetic", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/kriswallsmith/assetic.git", |
|
"reference": "df03baa337ae1c87803a7b1a76a393f8a59813f3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/df03baa337ae1c87803a7b1a76a393f8a59813f3", |
|
"reference": "df03baa337ae1c87803a7b1a76a393f8a59813f3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.1", |
|
"symfony/process": ">=2.1.0,<2.3-dev" |
|
}, |
|
"require-dev": { |
|
"cssmin/cssmin": "*", |
|
"joliclic/javascript-packer": "*", |
|
"kamicane/packager": "*", |
|
"leafo/lessphp": "*", |
|
"leafo/scssphp": "*", |
|
"leafo/scssphp-compass": "*", |
|
"mrclay/minify": "*", |
|
"phpunit/phpunit": "3.7.*", |
|
"ptachoire/cssembed": "*", |
|
"twig/twig": ">=1.6.0,<2.0" |
|
}, |
|
"suggest": { |
|
"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" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Assetic": "src/" |
|
}, |
|
"files": [ |
|
"src/functions.php" |
|
] |
|
}, |
|
"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": "2013-02-24 17:22:20" |
|
}, |
|
{ |
|
"name": "monolog/monolog", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Seldaek/monolog.git", |
|
"reference": "041aa3930f8d2b466ae897440ec9471d5159c5bf" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/041aa3930f8d2b466ae897440ec9471d5159c5bf", |
|
"reference": "041aa3930f8d2b466ae897440ec9471d5159c5bf", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0", |
|
"psr/log": ">=1.0,<2.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/couchdb": "dev-master", |
|
"mlehner/gelf-php": "1.0.*", |
|
"raven/raven": "0.3.*" |
|
}, |
|
"suggest": { |
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
|
"ext-mongo": "Allow sending log messages to a MongoDB server", |
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
"raven/raven": "Allow sending log messages to a Sentry server" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.4.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Monolog": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jordi Boggiano", |
|
"email": "j.boggiano@seld.be", |
|
"homepage": "http://seld.be", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
|
"homepage": "http://github.com/Seldaek/monolog", |
|
"keywords": [ |
|
"log", |
|
"logging", |
|
"psr-3" |
|
], |
|
"time": "2013-02-26 10:18:11" |
|
}, |
|
{ |
|
"name": "phpoption/phpoption", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/php-option.git", |
|
"reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27", |
|
"reference": "c899903cbc4cadc2b6fb7ab74a1470d59e4c2d27", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"PhpOption\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Apache2" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com", |
|
"homepage": "https://github.com/schmittjoh", |
|
"role": "Developer of wrapped JMSSerializerBundle" |
|
} |
|
], |
|
"description": "Option Type for PHP", |
|
"keywords": [ |
|
"language", |
|
"option", |
|
"php", |
|
"type" |
|
], |
|
"time": "2013-01-21 09:59:49" |
|
}, |
|
{ |
|
"name": "psr/log", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/log", |
|
"reference": "1.0.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://github.com/php-fig/log/archive/1.0.0.zip", |
|
"reference": "1.0.0", |
|
"shasum": "" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Psr\\Log\\": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for logging libraries", |
|
"keywords": [ |
|
"log", |
|
"psr", |
|
"psr-3" |
|
], |
|
"time": "2012-12-21 11:40:51" |
|
}, |
|
{ |
|
"name": "sensio/distribution-bundle", |
|
"version": "dev-master", |
|
"target-dir": "Sensio/Bundle/DistributionBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sensio/SensioDistributionBundle.git", |
|
"reference": "v2.2.0-RC3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sensio/SensioDistributionBundle/zipball/v2.2.0-RC3", |
|
"reference": "v2.2.0-RC3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"symfony/framework-bundle": "2.2.*" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Sensio\\Bundle\\DistributionBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
} |
|
], |
|
"description": "The base bundle for the Symfony Distributions", |
|
"keywords": [ |
|
"configuration", |
|
"distribution" |
|
], |
|
"time": "2013-02-11 14:46:49" |
|
}, |
|
{ |
|
"name": "sensio/framework-extra-bundle", |
|
"version": "dev-master", |
|
"target-dir": "Sensio/Bundle/FrameworkExtraBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sensio/SensioFrameworkExtraBundle.git", |
|
"reference": "v2.2.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sensio/SensioFrameworkExtraBundle/zipball/v2.2.0", |
|
"reference": "v2.2.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/common": ">=2.2,<3.0", |
|
"symfony/framework-bundle": "2.2.*" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Sensio\\Bundle\\FrameworkExtraBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
} |
|
], |
|
"description": "This bundle provides a way to configure your controllers with annotations", |
|
"keywords": [ |
|
"annotations", |
|
"controllers" |
|
], |
|
"time": "2013-02-28 14:13:52" |
|
}, |
|
{ |
|
"name": "sensio/generator-bundle", |
|
"version": "dev-master", |
|
"target-dir": "Sensio/Bundle/GeneratorBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sensio/SensioGeneratorBundle.git", |
|
"reference": "v2.2.0-RC3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sensio/SensioGeneratorBundle/zipball/v2.2.0-RC3", |
|
"reference": "v2.2.0-RC3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"symfony/console": ">=2.0,<3.0", |
|
"symfony/framework-bundle": "2.2.*" |
|
}, |
|
"require-dev": { |
|
"doctrine/orm": ">=2.2,<3.0,>=2.2.3", |
|
"symfony/doctrine-bridge": ">=2.2,<3.0", |
|
"twig/twig": ">=1.11.0,<2.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Sensio\\Bundle\\GeneratorBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
} |
|
], |
|
"description": "This bundle generates code for you", |
|
"time": "2013-02-22 17:59:21" |
|
}, |
|
{ |
|
"name": "swiftmailer/swiftmailer", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/swiftmailer/swiftmailer.git", |
|
"reference": "b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21", |
|
"reference": "b6bfc8f7f8ae5dac7883885ee323dc3b53ab7d21", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.2.4" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "4.3-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"files": [ |
|
"lib/swift_required.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Chris Corbyn" |
|
} |
|
], |
|
"description": "Swiftmailer, free feature-rich PHP mailer", |
|
"homepage": "http://swiftmailer.org", |
|
"keywords": [ |
|
"mail", |
|
"mailer" |
|
], |
|
"time": "2013-02-04 10:09:01" |
|
}, |
|
{ |
|
"name": "symfony/assetic-bundle", |
|
"version": "dev-master", |
|
"target-dir": "Symfony/Bundle/AsseticBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/AsseticBundle.git", |
|
"reference": "6985b26ba44f12a3804af8beb53f6b6e49da5b04" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/6985b26ba44f12a3804af8beb53f6b6e49da5b04", |
|
"reference": "6985b26ba44f12a3804af8beb53f6b6e49da5b04", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"kriswallsmith/assetic": "1.1.*", |
|
"php": ">=5.3.0", |
|
"symfony/framework-bundle": ">=2.1.0,<2.3-dev" |
|
}, |
|
"require-dev": { |
|
"symfony/class-loader": ">=2.1.0,<2.3-dev", |
|
"symfony/console": ">=2.1.0,<2.3-dev", |
|
"symfony/css-selector": ">=2.1.0,<2.3-dev", |
|
"symfony/dom-crawler": ">=2.1.0,<2.3-dev", |
|
"symfony/form": ">=2.1.0,<2.3-dev", |
|
"symfony/twig-bundle": ">=2.1.0,<2.3-dev", |
|
"symfony/yaml": ">=2.1.0,<2.3-dev" |
|
}, |
|
"suggest": { |
|
"symfony/twig-bundle": ">=2.1.0,<2.3-dev" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Symfony\\Bundle\\AsseticBundle": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Kris Wallsmith", |
|
"email": "kris.wallsmith@gmail.com", |
|
"homepage": "http://kriswallsmith.net/" |
|
} |
|
], |
|
"description": "Integrates Assetic into Symfony2", |
|
"homepage": "https://github.com/symfony/AsseticBundle", |
|
"keywords": [ |
|
"assets", |
|
"compression", |
|
"minification" |
|
], |
|
"time": "2013-02-24 18:21:16" |
|
}, |
|
{ |
|
"name": "symfony/framework-standard-edition", |
|
"version": "2.2.x-dev", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/symfony-standard.git", |
|
"reference": "v2.2.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/symfony-standard/zipball/v2.2.0", |
|
"reference": "v2.2.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/doctrine-bundle": "1.2.*", |
|
"doctrine/orm": ">=2.2,<3.0,>=2.2.3", |
|
"jms/di-extra-bundle": "1.3.*", |
|
"jms/security-extra-bundle": "1.4.*", |
|
"php": ">=5.3.3", |
|
"sensio/distribution-bundle": "2.2.*", |
|
"sensio/framework-extra-bundle": "2.2.*", |
|
"sensio/generator-bundle": "2.2.*", |
|
"symfony/assetic-bundle": "2.1.*", |
|
"symfony/monolog-bundle": "2.2.*", |
|
"symfony/swiftmailer-bundle": "2.2.*", |
|
"symfony/symfony": "2.2.*", |
|
"twig/extensions": "1.0.*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"symfony-app-dir": "app", |
|
"symfony-web-dir": "web", |
|
"branch-alias": { |
|
"dev-master": "2.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"description": "The \"Symfony Standard Edition\" distribution", |
|
"time": "2013-03-01 07:17:23" |
|
}, |
|
{ |
|
"name": "symfony/monolog-bundle", |
|
"version": "dev-master", |
|
"target-dir": "Symfony/Bundle/MonologBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/MonologBundle.git", |
|
"reference": "v2.2.0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/MonologBundle/zipball/v2.2.0", |
|
"reference": "v2.2.0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"monolog/monolog": ">=1.3,<2.0", |
|
"php": ">=5.3.2", |
|
"symfony/config": ">=2.2-beta2,<3.0", |
|
"symfony/dependency-injection": ">=2.2-beta2,<3.0", |
|
"symfony/monolog-bridge": ">=2.2-beta2,<3.0" |
|
}, |
|
"require-dev": { |
|
"symfony/yaml": ">=2.2-beta2,<3.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Symfony\\Bundle\\MonologBundle": "" |
|
} |
|
}, |
|
"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 MonologBundle", |
|
"homepage": "http://symfony.com", |
|
"keywords": [ |
|
"log", |
|
"logging" |
|
], |
|
"time": "2013-02-23 17:18:24" |
|
}, |
|
{ |
|
"name": "symfony/swiftmailer-bundle", |
|
"version": "dev-master", |
|
"target-dir": "Symfony/Bundle/SwiftmailerBundle", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/SwiftmailerBundle.git", |
|
"reference": "v2.2.0-BETA2" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.2.0-BETA2", |
|
"reference": "v2.2.0-BETA2", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2", |
|
"swiftmailer/swiftmailer": ">=4.2.0,<4.4-dev", |
|
"symfony/swiftmailer-bridge": ">=2.1.0,<2.3-dev" |
|
}, |
|
"require-dev": { |
|
"symfony/config": ">=2.1.0,<2.3-dev", |
|
"symfony/dependency-injection": ">=2.1.0,<2.3-dev", |
|
"symfony/http-kernel": ">=2.1.0,<2.3-dev", |
|
"symfony/yaml": ">=2.1.0,<2.3-dev" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Symfony\\Bundle\\SwiftmailerBundle": "" |
|
} |
|
}, |
|
"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 SwiftmailerBundle", |
|
"homepage": "http://symfony.com", |
|
"time": "2013-01-08 20:24:29" |
|
}, |
|
{ |
|
"name": "symfony/symfony", |
|
"version": "2.2.x-dev", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/symfony.git", |
|
"reference": "49984b6fba5c925b43d36285b40c8ca4295dee42" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/symfony/zipball/49984b6fba5c925b43d36285b40c8ca4295dee42", |
|
"reference": "49984b6fba5c925b43d36285b40c8ca4295dee42", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/common": ">=2.2,<3.0", |
|
"php": ">=5.3.3", |
|
"psr/log": ">=1.0,<2.0", |
|
"twig/twig": ">=1.11.0,<2.0" |
|
}, |
|
"replace": { |
|
"symfony/browser-kit": "self.version", |
|
"symfony/class-loader": "self.version", |
|
"symfony/config": "self.version", |
|
"symfony/console": "self.version", |
|
"symfony/css-selector": "self.version", |
|
"symfony/dependency-injection": "self.version", |
|
"symfony/doctrine-bridge": "self.version", |
|
"symfony/dom-crawler": "self.version", |
|
"symfony/event-dispatcher": "self.version", |
|
"symfony/filesystem": "self.version", |
|
"symfony/finder": "self.version", |
|
"symfony/form": "self.version", |
|
"symfony/framework-bundle": "self.version", |
|
"symfony/http-foundation": "self.version", |
|
"symfony/http-kernel": "self.version", |
|
"symfony/locale": "self.version", |
|
"symfony/monolog-bridge": "self.version", |
|
"symfony/options-resolver": "self.version", |
|
"symfony/process": "self.version", |
|
"symfony/propel1-bridge": "self.version", |
|
"symfony/property-access": "self.version", |
|
"symfony/routing": "self.version", |
|
"symfony/security": "self.version", |
|
"symfony/security-bundle": "self.version", |
|
"symfony/serializer": "self.version", |
|
"symfony/stopwatch": "self.version", |
|
"symfony/swiftmailer-bridge": "self.version", |
|
"symfony/templating": "self.version", |
|
"symfony/translation": "self.version", |
|
"symfony/twig-bridge": "self.version", |
|
"symfony/twig-bundle": "self.version", |
|
"symfony/validator": "self.version", |
|
"symfony/web-profiler-bundle": "self.version", |
|
"symfony/yaml": "self.version" |
|
}, |
|
"require-dev": { |
|
"doctrine/data-fixtures": "1.0.*", |
|
"doctrine/dbal": ">=2.2,<3.0", |
|
"doctrine/orm": ">=2.2,<3.0,>=2.2.3", |
|
"monolog/monolog": ">=1.3,<2.0", |
|
"propel/propel1": "1.6.*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Symfony\\": "src/" |
|
}, |
|
"classmap": [ |
|
"src/Symfony/Component/HttpFoundation/Resources/stubs", |
|
"src/Symfony/Component/Locale/Resources/stubs" |
|
] |
|
}, |
|
"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": "The Symfony PHP framework", |
|
"homepage": "http://symfony.com", |
|
"keywords": [ |
|
"framework" |
|
], |
|
"time": "2013-03-01 14:58:56" |
|
}, |
|
{ |
|
"name": "twig/extensions", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/fabpot/Twig-extensions.git", |
|
"reference": "921799aaf05f88af749d72912d6b154dfeb9a03e" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/921799aaf05f88af749d72912d6b154dfeb9a03e", |
|
"reference": "921799aaf05f88af749d72912d6b154dfeb9a03e", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"twig/twig": "1.*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Twig_Extensions_": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
} |
|
], |
|
"description": "Common additional features for Twig that do not directly belong in core", |
|
"homepage": "https://github.com/fabpot/Twig-extensions", |
|
"keywords": [ |
|
"debug", |
|
"i18n", |
|
"text" |
|
], |
|
"time": "2013-02-28 14:21:30" |
|
}, |
|
{ |
|
"name": "twig/twig", |
|
"version": "dev-master", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/fabpot/Twig.git", |
|
"reference": "39d94faabcea7d60b90c2996d51e1b6691ab39d2" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/39d94faabcea7d60b90c2996d51e1b6691ab39d2", |
|
"reference": "39d94faabcea7d60b90c2996d51e1b6691ab39d2", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.2.4" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.12-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Twig_": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Armin Ronacher", |
|
"email": "armin.ronacher@active-4.com" |
|
} |
|
], |
|
"description": "Twig, the flexible, fast, and secure template language for PHP", |
|
"homepage": "http://twig.sensiolabs.org", |
|
"keywords": [ |
|
"templating" |
|
], |
|
"time": "2013-02-28 14:08:49" |
|
} |
|
], |
|
"packages-dev": null, |
|
"aliases": [ |
|
|
|
], |
|
"minimum-stability": "dev", |
|
"stability-flags": [ |
|
|
|
] |
|
}
|
|
|