|
|
|
@ -39,60 +39,6 @@ |
|
|
|
|
"psr-3" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/lexer", |
|
|
|
|
"version": "v1.0", |
|
|
|
|
"version_normalized": "1.0.0.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" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-01-12 18:59:04", |
|
|
|
|
"type": "library", |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"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" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/annotations", |
|
|
|
|
"version": "v1.0", |
|
|
|
@ -161,198 +107,6 @@ |
|
|
|
|
"parser" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/collections", |
|
|
|
|
"version": "v1.0", |
|
|
|
|
"version_normalized": "1.0.0.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" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-01-12 16:36:50", |
|
|
|
|
"type": "library", |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"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" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/cache", |
|
|
|
|
"version": "v1.0", |
|
|
|
|
"version_normalized": "1.0.0.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" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-01-10 22:43:46", |
|
|
|
|
"type": "library", |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"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": "Christoph Dorn", |
|
|
|
|
"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": "https://github.com/schmittjoh", |
|
|
|
|
"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" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/inflector", |
|
|
|
|
"version": "v1.0", |
|
|
|
|
"version_normalized": "1.0.0.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" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-01-10 21:49:15", |
|
|
|
|
"type": "library", |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Doctrine\\Common\\Inflector\\": "lib/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Jonathan Wage", |
|
|
|
|
"email": "jonwage@gmail.com", |
|
|
|
|
"homepage": "http://www.jwage.com/" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Christoph Dorn", |
|
|
|
|
"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": "https://github.com/schmittjoh", |
|
|
|
|
"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" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/common", |
|
|
|
|
"version": "dev-master", |
|
|
|
@ -574,105 +328,23 @@ |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "silex/silex", |
|
|
|
|
"name": "doctrine/migrations", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"version_normalized": "9999999-dev", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/fabpot/Silex.git", |
|
|
|
|
"reference": "9705ba7d5dd709262c451854f4e18f8c58171dfa" |
|
|
|
|
"url": "https://github.com/doctrine/migrations.git", |
|
|
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/9705ba7d5dd709262c451854f4e18f8c58171dfa", |
|
|
|
|
"reference": "9705ba7d5dd709262c451854f4e18f8c58171dfa", |
|
|
|
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/e1f6efcd94993b493de5c6a413cbc327ea9c0caa", |
|
|
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3", |
|
|
|
|
"pimple/pimple": "1.*", |
|
|
|
|
"symfony/event-dispatcher": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/http-foundation": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/http-kernel": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/routing": ">=2.1,<2.3-dev" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"doctrine/dbal": ">=2.2.0,<2.4.0-dev", |
|
|
|
|
"swiftmailer/swiftmailer": "4.2.*", |
|
|
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/config": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/css-selector": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/finder": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/form": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/locale": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/monolog-bridge": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/options-resolver": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/process": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/security": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/serializer": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/translation": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/twig-bridge": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/validator": ">=2.1,<2.3-dev", |
|
|
|
|
"twig/twig": ">=1.8.0,<2.0-dev" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/css-selector": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-02-26 12:56:45", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "source", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Silex": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Igor Wiedler", |
|
|
|
|
"email": "igor@wiedler.ch", |
|
|
|
|
"homepage": "http://wiedler.ch/igor/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "The PHP micro-framework based on the Symfony2 Components", |
|
|
|
|
"homepage": "http://silex.sensiolabs.org", |
|
|
|
|
"keywords": [ |
|
|
|
|
"microframework" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/migrations", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"version_normalized": "9999999-dev", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/doctrine/migrations.git", |
|
|
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/e1f6efcd94993b493de5c6a413cbc327ea9c0caa", |
|
|
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"doctrine/dbal": ">=2.0,<2.5.x-dev", |
|
|
|
|
"php": ">=5.3.2" |
|
|
|
|
"doctrine/dbal": ">=2.0,<2.5.x-dev", |
|
|
|
|
"php": ">=5.3.2" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"symfony/console": "2.*", |
|
|
|
@ -2365,5 +2037,353 @@ |
|
|
|
|
"tree", |
|
|
|
|
"uploadable" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/inflector", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"version_normalized": "9999999-dev", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/doctrine/inflector.git", |
|
|
|
|
"reference": "04d0ec2dc46453e0da3161ed6fd1496159547ae7" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/04d0ec2dc46453e0da3161ed6fd1496159547ae7", |
|
|
|
|
"reference": "04d0ec2dc46453e0da3161ed6fd1496159547ae7", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.2" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-03-07 12:15:34", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "source", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Doctrine\\Common\\Inflector\\": "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 String Manipulations with regard to casing and singular/plural rules.", |
|
|
|
|
"homepage": "http://www.doctrine-project.org", |
|
|
|
|
"keywords": [ |
|
|
|
|
"inflection", |
|
|
|
|
"pluralize", |
|
|
|
|
"singularize", |
|
|
|
|
"string" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/cache", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"version_normalized": "9999999-dev", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/doctrine/cache.git", |
|
|
|
|
"reference": "f82e2e24d429d36a02266a584b889bd2d09e4fd2" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/f82e2e24d429d36a02266a584b889bd2d09e4fd2", |
|
|
|
|
"reference": "f82e2e24d429d36a02266a584b889bd2d09e4fd2", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.2" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-03-07 12:15:13", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "source", |
|
|
|
|
"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": "https://github.com/schmittjoh", |
|
|
|
|
"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" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/collections", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"version_normalized": "9999999-dev", |
|
|
|
|
"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" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-03-07 12:15:54", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.1.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "source", |
|
|
|
|
"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" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/lexer", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"version_normalized": "9999999-dev", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/doctrine/lexer.git", |
|
|
|
|
"reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", |
|
|
|
|
"reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.2" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-03-07 12:15:25", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "source", |
|
|
|
|
"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" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "silex/silex", |
|
|
|
|
"version": "dev-master", |
|
|
|
|
"version_normalized": "9999999-dev", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/fabpot/Silex.git", |
|
|
|
|
"reference": "b77b5f26ea261d1fd4f7e849c8bc61c12adb12e7" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/b77b5f26ea261d1fd4f7e849c8bc61c12adb12e7", |
|
|
|
|
"reference": "b77b5f26ea261d1fd4f7e849c8bc61c12adb12e7", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3", |
|
|
|
|
"pimple/pimple": "1.*", |
|
|
|
|
"symfony/event-dispatcher": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/http-foundation": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/http-kernel": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/routing": ">=2.1,<2.3-dev" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"doctrine/dbal": ">=2.2.0,<2.4.0-dev", |
|
|
|
|
"swiftmailer/swiftmailer": "4.2.*", |
|
|
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/config": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/css-selector": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/finder": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/form": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/locale": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/monolog-bridge": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/options-resolver": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/process": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/security": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/serializer": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/translation": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/twig-bridge": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/validator": ">=2.1,<2.3-dev", |
|
|
|
|
"twig/twig": ">=1.8.0,<2.0-dev" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/css-selector": ">=2.1,<2.3-dev", |
|
|
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev" |
|
|
|
|
}, |
|
|
|
|
"time": "2013-03-07 13:03:26", |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"installation-source": "source", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Silex": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Igor Wiedler", |
|
|
|
|
"email": "igor@wiedler.ch", |
|
|
|
|
"homepage": "http://wiedler.ch/igor/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "The PHP micro-framework based on the Symfony2 Components", |
|
|
|
|
"homepage": "http://silex.sensiolabs.org", |
|
|
|
|
"keywords": [ |
|
|
|
|
"microframework" |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|