PHP Classes

File: composer.lock

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   composer.lock   Download  
File: composer.lock
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 78,475 bytes
 

Contents

Class file image Download
{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], "hash": "2268be35a3d24ecddd922c410b635bc6", "packages": [ { "name": "doctrine/annotations", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "40db0c96985aab2822edbc4848b3bd2429e02670" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670", "reference": "40db0c96985aab2822edbc4848b3bd2429e02670", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "doctrine/cache": "1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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/", "role": "Creator" }, { "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": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2013-06-16 21:33:03" }, { "name": "doctrine/cache", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449", "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449", "shasum": "" }, "require": { "php": ">=5.3.2" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "phpunit/phpunit": ">=3.7", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Cache\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan H. Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/", "role": "Creator" }, { "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 M. 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-10-25 19:04:14" }, { "name": "doctrine/collections", "version": "v1.1", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/560f29c39cfcfbcd210e5d549d993a39d898b04b", "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan H. Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/", "role": "Creator" }, { "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": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2013-03-07 12:15:54" }, { "name": "doctrine/common", "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/ceb18cf9b0230f3ea208b6238130fd415abda0a7", "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7", "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/", "role": "Creator" }, { "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 Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2013-09-07 10:20:34" }, { "name": "doctrine/dbal", "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "328357bd9eea9d671fe5fff0737f01953bfe66a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/328357bd9eea9d671fe5fff0737f01953bfe66a0", "reference": "328357bd9eea9d671fe5fff0737f01953bfe66a0", "shasum": "" }, "require": { "doctrine/common": "~2.4", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "3.7.*", "symfony/console": "~2.0" }, "suggest": { "symfony/console": "Allows use of the command line interface" }, "type": "library", "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/", "role": "Creator" }, { "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-11-12 12:38:28" }, { "name": "doctrine/doctrine-bundle", "version": "v1.1.0", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "5884970e90b7e3dddc66c928b23c7fc116fe4add" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5884970e90b7e3dddc66c928b23c7fc116fe4add", "reference": "5884970e90b7e3dddc66c928b23c7fc116fe4add", "shasum": "" }, "require": { "doctrine/dbal": ">=2.2,<2.5-dev", "jdorn/sql-formatter": "~1.1", "php": ">=5.3.2", "symfony/doctrine-bridge": "2.1.*", "symfony/framework-bundle": "2.1.*" }, "require-dev": { "doctrine/orm": ">=2.2,<2.5-dev", "symfony/validator": "2.1.*", "symfony/yaml": "2.1.*" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle." }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1.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 13:20:23" }, { "name": "doctrine/inflector", "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", "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/", "role": "Creator" }, { "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 M. 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": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", "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": "http://jmsyst.com", "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": "v2.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", "reference": "84373d05a4198ec380918d535abf83c454c3867f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/84373d05a4198ec380918d535abf83c454c3867f", "reference": "84373d05a4198ec380918d535abf83c454c3867f", "shasum": "" }, "require": { "doctrine/collections": "~1.1", "doctrine/dbal": "~2.4", "ext-pdo": "*", "php": ">=5.3.2", "symfony/console": "~2.0" }, "require-dev": { "satooshi/php-coveralls": "dev-master", "symfony/yaml": "~2.1" }, "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/", "role": "Creator" }, { "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-11-12 12:40:13" }, { "name": "friendsofsymfony/user-bundle", "version": "dev-master", "target-dir": "FOS/UserBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", "reference": "eb459d55bca10b51e7d44143ca6757fd999fce62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/eb459d55bca10b51e7d44143ca6757fd999fce62", "reference": "eb459d55bca10b51e7d44143ca6757fd999fce62", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/form": "~2.1", "symfony/framework-bundle": "~2.1", "symfony/security-bundle": "~2.1" }, "require-dev": { "doctrine/doctrine-bundle": "*", "swiftmailer/swiftmailer": ">=4.3, <6.0", "symfony/validator": "~2.1", "symfony/yaml": "~2.1", "twig/twig": "~1.5", "willdurand/propel-typehintable-behavior": "dev-master" }, "suggest": { "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "FOS\\UserBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Thibault Duplessis", "email": "thibault.duplessis@gmail.com", "homepage": "http://ornicar.github.com" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" } ], "description": "Symfony FOSUserBundle", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "User management" ], "time": "2013-11-25 12:39:19" }, { "name": "gedmo/doctrine-extensions", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/l3pp4rd/DoctrineExtensions.git", "reference": "f51987e4a11862cdf4225672777f745f8f7534f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/f51987e4a11862cdf4225672777f745f8f7534f5", "reference": "f51987e4a11862cdf4225672777f745f8f7534f5", "shasum": "" }, "require": { "doctrine/common": ">=2.2,<2.5-dev", "php": ">=5.3.2" }, "require-dev": { "doctrine/common": ">=2.4.0-RC3", "doctrine/dbal": ">=2.4.0-RC1", "doctrine/mongodb": ">=1.0.3", "doctrine/mongodb-odm": ">=1.0.0-BETA9", "doctrine/orm": ">=2.4.0-RC1", "symfony/yaml": "2.3.1" }, "suggest": { "doctrine/dbal": ">=2.3.2", "doctrine/mongodb": ">=1.0.1", "doctrine/mongodb-odm": ">=1.0.0-BETA7", "doctrine/orm": ">=2.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Gedmo\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Buchmann", "email": "david@liip.ch" }, { "name": "Gediminas Morkevicius", "email": "gediminas.morkevicius@gmail.com" }, { "name": "Gustavo Falco", "email": "comfortablynumb84@gmail.com" } ], "description": "Doctrine2 behavioral extensions", "homepage": "http://gediminasm.org/", "keywords": [ "Blameable", "behaviors", "doctrine2", "extensions", "gedmo", "loggable", "nestedset", "sluggable", "sortable", "timestampable", "translatable", "tree", "uploadable" ], "time": "2013-11-20 14:15:28" }, { "name": "herzult/forum-bundle", "version": "dev-master", "target-dir": "Herzult/Bundle/ForumBundle", "source": { "type": "git", "url": "https://github.com/msalsas/HerzultForumBundle.git", "reference": "38f1e87347bd74742b01becc35d3766e386b2fe5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/msalsas/HerzultForumBundle/zipball/38f1e87347bd74742b01becc35d3766e386b2fe5", "reference": "38f1e87347bd74742b01becc35d3766e386b2fe5", "shasum": "" }, "require": { "pagerfanta/pagerfanta": "*", "php": ">=5.3.0", "white-october/pagerfanta-bundle": "*" }, "type": "symfony-bundle", "autoload": { "psr-0": { "Herzult\\Bundle\\ForumBundle": "." } }, "license": [ "MIT" ], "authors": [ { "name": "Antoine Hérault", "email": "antoine.herault@gmail.com", "homepage": "https://github.com/Herzult" } ], "description": "A simple Symfony forum bundle.", "homepage": "https://github.com/Herzult/HerzultForumBundle.git", "keywords": [ "forum", "symfony" ], "support": { "source": "https://github.com/msalsas/HerzultForumBundle/tree/master" }, "time": "2013-09-08 14:45:45" }, { "name": "jdorn/sql-formatter", "version": "v1.2.16", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", "reference": "8859d664737492d313c34796731b35eca851b362" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/8859d664737492d313c34796731b35eca851b362", "reference": "8859d664737492d313c34796731b35eca851b362", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "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-11-27 22:51:13" }, { "name": "jms/aop-bundle", "version": "1.0.0", "target-dir": "JMS/AopBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSAopBundle.git", "reference": "8ef7db0043188f58da18f931937008f95b308921" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/8ef7db0043188f58da18f931937008f95b308921", "reference": "8ef7db0043188f58da18f931937008f95b308921", "shasum": "" }, "require": { "jms/cg": "1.0.0", "symfony/framework-bundle": "2.*" }, "type": "symfony-bundle", "autoload": { "psr-0": { "JMS\\AopBundle": "" } }, "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": "Adds AOP capabilities to Symfony2", "keywords": [ "annotations", "aop" ], "time": "2012-01-02 20:50:26" }, { "name": "jms/cg", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/cg-library.git", "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc", "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "CG\\": "src/" } }, "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": "Toolset for generating PHP code", "keywords": [ "code generation" ], "time": "2012-01-02 20:40:52" }, { "name": "jms/di-extra-bundle", "version": "1.1.1", "target-dir": "JMS/DiExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", "reference": "ba280298bc4b0d03b18cff7f72e69a6af37de466" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/ba280298bc4b0d03b18cff7f72e69a6af37de466", "reference": "ba280298bc4b0d03b18cff7f72e69a6af37de466", "shasum": "" }, "require": { "jms/aop-bundle": "1.0.*", "jms/metadata": "1.1.*", "symfony/finder": "2.1.*", "symfony/framework-bundle": "2.1.*", "symfony/process": "2.1.*" }, "require-dev": { "doctrine/doctrine-bundle": "*", "doctrine/orm": "*", "jms/security-extra-bundle": "1.*", "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", "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": "2012-09-21 08:56:32" }, { "name": "jms/i18n-routing-bundle", "version": "dev-master", "target-dir": "JMS/I18nRoutingBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSI18nRoutingBundle.git", "reference": "81be3311d1ee2d00ee6ab3aaf52a46a4fd41127d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSI18nRoutingBundle/zipball/81be3311d1ee2d00ee6ab3aaf52a46a4fd41127d", "reference": "81be3311d1ee2d00ee6ab3aaf52a46a4fd41127d", "shasum": "" }, "require": { "jms/translation-bundle": "~1.0", "symfony/framework-bundle": "~2.1" }, "require-dev": { "jms/di-extra-bundle": "*", "sensio/framework-extra-bundle": "<2.1.5", "symfony/browser-kit": "<2.1.5", "symfony/class-loader": "<2.1.5", "symfony/css-selector": "<2.1.5", "symfony/finder": "<2.1.5", "symfony/form": "<2.1.5", "symfony/framework-bundle": "<2.1.5", "symfony/http-foundation": "<2.1.5", "symfony/http-kernel": "<2.1.5", "symfony/process": "<2.1.5", "symfony/routing": "<2.1.5", "symfony/twig-bundle": "<2.1.5", "symfony/validator": "<2.1.5", "symfony/yaml": "<2.1.5" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-0": { "JMS\\I18nRoutingBundle": "" } }, "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": "This bundle allows you to create i18n routes.", "homepage": "http://jmsyst.com/bundles/JMSI18nRoutingBundle", "keywords": [ "multilanguage", "routing", "translation" ], "time": "2013-06-08 14:01:20" }, { "name": "jms/metadata", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", "reference": "84088bc4f6e2387ec8b549bffc1e037107572f5a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/84088bc4f6e2387ec8b549bffc1e037107572f5a", "reference": "84088bc4f6e2387ec8b549bffc1e037107572f5a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "Metadata\\": "src/" } }, "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": "Class/method/property metadata management in PHP", "keywords": [ "annotations", "metadata", "xml", "yaml" ], "time": "2012-01-02 21:32:49" }, { "name": "jms/security-extra-bundle", "version": "1.2.0", "target-dir": "JMS/SecurityExtraBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", "reference": "1942069cfaa7155071566c02e23a4f7303612428" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/1942069cfaa7155071566c02e23a4f7303612428", "reference": "1942069cfaa7155071566c02e23a4f7303612428", "shasum": "" }, "require": { "jms/aop-bundle": "1.0.*", "jms/di-extra-bundle": "1.1.*", "jms/metadata": "1.1.*", "symfony/framework-bundle": "2.1.*", "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", "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": "2012-09-06 16:12:03" }, { "name": "jms/translation-bundle", "version": "1.1.0", "target-dir": "JMS/TranslationBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf", "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf", "shasum": "" }, "require": { "nikic/php-parser": "0.9.1", "symfony/console": "*", "symfony/framework-bundle": "~2.1" }, "conflict": { "twig/twig": "1.10.2" }, "require-dev": { "jms/di-extra-bundle": ">=1.1", "sensio/framework-extra-bundle": "*", "symfony/browser-kit": "*", "symfony/class-loader": "*", "symfony/css-selector": "*", "symfony/finder": "*", "symfony/form": "*", "symfony/process": "*", "symfony/security": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", "symfony/yaml": "*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-0": { "JMS\\TranslationBundle": "" } }, "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": "Puts the Symfony2 Translation Component on steroids", "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle", "keywords": [ "extract", "extraction", "i18n", "interface", "multilanguage", "translation", "ui", "webinterface" ], "time": "2013-06-08 14:08:19" }, { "name": "kriswallsmith/assetic", "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", "reference": "1d671c54f147ece319642132330927672b6190a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/1d671c54f147ece319642132330927672b6190a7", "reference": "1d671c54f147ece319642132330927672b6190a7", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/process": "~2.1" }, "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" }, "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-09-03 12:44:05" }, { "name": "monolog/monolog", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d16496318c3e08e3bccfc3866e104e49cf25488a", "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mlehner/gelf-php": "1.0.*" }, "suggest": { "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.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": "Logging for PHP 5.3", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging" ], "time": "2012-08-29 11:53:20" }, { "name": "nikic/php-parser", "version": "v0.9.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287", "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "autoload": { "psr-0": { "PHPParser": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2012-04-23 22:52:11" }, { "name": "pagerfanta/pagerfanta", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/whiteoctober/Pagerfanta.git", "reference": "9568187b789a39a3933c71e4e28b60fc2c26b70d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/9568187b789a39a3933c71e4e28b60fc2c26b70d", "reference": "9568187b789a39a3933c71e4e28b60fc2c26b70d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "doctrine/mongodb-odm": "*", "doctrine/orm": "2.*", "mandango/mandango": "*", "propel/propel1": "~1.6", "solarium/solarium": "dev-develop" }, "suggest": { "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", "doctrine/orm": "To use the DoctrineORMAdapter.", "mandango/mandango": "To use the MandangoAdapter.", "propel/propel1": "To use the PropelAdapter", "solarium/solarium": "To use the SolariumAdapter." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Pagerfanta\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pablo Díez", "email": "pablodip@gmail.com", "homepage": "http://github.com/pablodip" } ], "description": "Pagination for PHP 5.3", "keywords": [ "page", "pagination", "paginator", "paging" ], "time": "2013-09-23 08:06:55" }, { "name": "sensio/distribution-bundle", "version": "v2.1.11", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "reference": "6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28", "reference": "6ba9c464d8cf408b1e5699673d6b7ce1eb0ead28", "shasum": "" }, "require": { "symfony/framework-bundle": "2.1.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-04-09 09:20:26" }, { "name": "sensio/framework-extra-bundle", "version": "v2.1.11", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "reference": "dcbd6941763c42a597085e35f9491c771290efc8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dcbd6941763c42a597085e35f9491c771290efc8", "reference": "dcbd6941763c42a597085e35f9491c771290efc8", "shasum": "" }, "require": { "doctrine/common": ">=2.1,<2.5-dev", "symfony/framework-bundle": "2.1.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-04-05 06:59:04" }, { "name": "sensio/generator-bundle", "version": "v2.1.11", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "reference": "689b26cca0a46dce7aa4b953b0cb1aa39c97d877" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/689b26cca0a46dce7aa4b953b0cb1aa39c97d877", "reference": "689b26cca0a46dce7aa4b953b0cb1aa39c97d877", "shasum": "" }, "require": { "symfony/console": "2.1.*", "symfony/framework-bundle": "2.1.*" }, "require-dev": { "doctrine/orm": ">=2.1,<2.4-dev", "symfony/doctrine-bridge": "2.1.*", "twig/twig": ">=1.8,<2.0-dev" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-04-01 18:11:18" }, { "name": "swiftmailer/swiftmailer", "version": "v4.2.2", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "e474a2227a192e44cfdbd3d127ae48eb51b3b365" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/e474a2227a192e44cfdbd3d127ae48eb51b3b365", "reference": "e474a2227a192e44cfdbd3d127ae48eb51b3b365", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-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": "2012-10-25 08:30:40" }, { "name": "symfony/assetic-bundle", "version": "v2.3.0", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/AsseticBundle.git", "reference": "146dd3cb46b302bd471560471c6aaa930483dac1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/146dd3cb46b302bd471560471c6aaa930483dac1", "reference": "146dd3cb46b302bd471560471c6aaa930483dac1", "shasum": "" }, "require": { "kriswallsmith/assetic": "~1.1", "php": ">=5.3.0", "symfony/framework-bundle": "~2.1" }, "require-dev": { "symfony/class-loader": "~2.1", "symfony/console": "~2.1", "symfony/css-selector": "~2.1", "symfony/dom-crawler": "~2.1", "symfony/form": "~2.1", "symfony/twig-bundle": "~2.1", "symfony/yaml": "~2.1" }, "suggest": { "symfony/twig-bundle": "~2.1" }, "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-05-16 05:32:23" }, { "name": "symfony/monolog-bundle", "version": "v2.1.9", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/MonologBundle.git", "reference": "253fcda1128a0301aa68d040302cade65095f2c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/253fcda1128a0301aa68d040302cade65095f2c6", "reference": "253fcda1128a0301aa68d040302cade65095f2c6", "shasum": "" }, "require": { "monolog/monolog": ">=1.0,<1.3-dev", "php": ">=5.3.2", "symfony/config": ">=2.1.0,<2.3-dev", "symfony/dependency-injection": ">=2.1.0,<2.3-dev", "symfony/monolog-bridge": "2.1.*" }, "require-dev": { "symfony/config": ">=2.1.0,<2.3-dev", "symfony/yaml": ">=2.1.0,<2.3-dev" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.1.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-01-28 10:06:42" }, { "name": "symfony/property-access", "version": "v2.3.7", "target-dir": "Symfony/Component/PropertyAccess", "source": { "type": "git", "url": "https://github.com/symfony/PropertyAccess.git", "reference": "2d4736563e07f8536689ac674b22ee97b1048064" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/2d4736563e07f8536689ac674b22ee97b1048064", "reference": "2d4736563e07f8536689ac674b22ee97b1048064", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\PropertyAccess\\": "" } }, "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 PropertyAccess Component", "homepage": "http://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2013-11-09 11:59:39" }, { "name": "symfony/swiftmailer-bundle", "version": "v2.1.11", "target-dir": "Symfony/Bundle/SwiftmailerBundle", "source": { "type": "git", "url": "https://github.com/symfony/SwiftmailerBundle.git", "reference": "2bf9cdefd8102e6409ec0762652cf81cb3b4c21a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/2bf9cdefd8102e6409ec0762652cf81cb3b4c21a", "reference": "2bf9cdefd8102e6409ec0762652cf81cb3b4c21a", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": ">=4.2.0,<4.3-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.1-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-04 17:04:29" }, { "name": "symfony/symfony", "version": "v2.1.13", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", "reference": "fc0a09a2052e9275c16b5ab7af426935fe432f39" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/symfony/zipball/fc0a09a2052e9275c16b5ab7af426935fe432f39", "reference": "fc0a09a2052e9275c16b5ab7af426935fe432f39", "shasum": "" }, "require": { "doctrine/common": "~2.2", "php": ">=5.3.3", "twig/twig": ">=1.9.1,<2.0-dev" }, "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/routing": "self.version", "symfony/security": "self.version", "symfony/security-bundle": "self.version", "symfony/serializer": "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,<2.4-dev", "doctrine/orm": ">=2.2.3,<2.4-dev", "monolog/monolog": ">=1.0,<1.3-dev", "propel/propel1": "dev-master" }, "type": "library", "autoload": { "psr-0": { "Symfony": "src/", "SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/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-10-10 11:03:57" }, { "name": "twig/extensions", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions.git", "reference": "0fdc8ca874d415b65c7a0d31376cac9c9ed775af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/0fdc8ca874d415b65c7a0d31376cac9c9ed775af", "reference": "0fdc8ca874d415b65c7a0d31376cac9c9ed775af", "shasum": "" }, "require": { "twig/twig": "~1.0" }, "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-11-27 18:19:39" }, { "name": "twig/twig", "version": "v1.14.2", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", "reference": "ca445842fcea4f844d68203ffa2d00f5e3cdea64" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fabpot/Twig/zipball/ca445842fcea4f844d68203ffa2d00f5e3cdea64", "reference": "ca445842fcea4f844d68203ffa2d00f5e3cdea64", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.14-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "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-10-30 08:20:53" }, { "name": "white-october/pagerfanta-bundle", "version": "v1.0.0", "target-dir": "WhiteOctober/PagerfantaBundle", "source": { "type": "git", "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", "reference": "6bea6f3a23ea4b69d821b00c89a3746e437b8880" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6bea6f3a23ea4b69d821b00c89a3746e437b8880", "reference": "6bea6f3a23ea4b69d821b00c89a3746e437b8880", "shasum": "" }, "require": { "pagerfanta/pagerfanta": "1.0.*", "symfony/framework-bundle": "~2.1", "symfony/property-access": "~2.2" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "WhiteOctober\\PagerfantaBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pablo Díez", "email": "pablodip@gmail.com", "homepage": "http://github.com/pablodip" } ], "description": "Bundle to use Pagerfanta with Symfony2", "keywords": [ "page", "paging" ], "time": "2013-06-06 08:08:38" } ], "packages-dev": [ ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": { "twig/extensions": 20, "kriswallsmith/assetic": 20, "friendsofsymfony/user-bundle": 20, "herzult/forum-bundle": 20, "gedmo/doctrine-extensions": 20, "jms/i18n-routing-bundle": 20 }, "platform": { "php": ">=5.3.3" }, "platform-dev": [ ] }