1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534 |
- {
- "hash": "5a0e689cc41a9a38d2037ef81b325e36",
- "packages": [
- {
- "name": "dflydev/doctrine-orm-service-provider",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider",
- "reference": "12956355cc7aff283f833e2b17fb6521ed9e17d8"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider/archive/12956355cc7aff283f833e2b17fb6521ed9e17d8.zip",
- "reference": "12956355cc7aff283f833e2b17fb6521ed9e17d8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "doctrine/orm": ">=2.3,<3.0",
- "pimple/pimple": "1.*@dev"
- },
- "require-dev": {
- "cilex/cilex": "1.*@dev",
- "silex/silex": "1.*@dev"
- },
- "suggest": {
- "dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
- },
- "time": "2012-11-20 17:11:41",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
- "Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
- "Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Dragonfly Development Inc.",
- "email": "info@dflydev.com",
- "homepage": "http://dflydev.com"
- },
- {
- "name": "Beau Simensen",
- "email": "beau@dflydev.com",
- "homepage": "http://beausimensen.com"
- }
- ],
- "description": "Doctrine ORM Service Provider",
- "keywords": [
- "silex",
- "orm",
- "doctrine",
- "pimple",
- "cilex"
- ]
- },
- {
- "name": "doctrine/common",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/common",
- "reference": "a890fe1b689ed65c52bf4a7e64333a27b3c400d6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/doctrine/common/archive/a890fe1b689ed65c52bf4a7e64333a27b3c400d6.zip",
- "reference": "a890fe1b689ed65c52bf4a7e64333a27b3c400d6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "time": "2012-12-18 00:45:03",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4.x-dev"
- }
- },
- "installation-source": "source",
- "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": [
- "collections",
- "spl",
- "eventmanager",
- "annotations",
- "persistence"
- ]
- },
- {
- "name": "doctrine/dbal",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/dbal",
- "reference": "63b7ef12a51fab0df4588dbd21bd1a3613bc0362"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/doctrine/dbal/archive/63b7ef12a51fab0df4588dbd21bd1a3613bc0362.zip",
- "reference": "63b7ef12a51fab0df4588dbd21bd1a3613bc0362",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2",
- "doctrine/common": ">=2.3-dev,<2.5-dev"
- },
- "time": "2012-12-23 21:25:15",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4.x-dev"
- }
- },
- "installation-source": "source",
- "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",
- "persistence",
- "dbal",
- "queryobject"
- ]
- },
- {
- "name": "doctrine/migrations",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/migrations",
- "reference": "6e916d8e39b4963d6fd52622fd9ac797dce82837"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/doctrine/migrations/archive/6e916d8e39b4963d6fd52622fd9ac797dce82837.zip",
- "reference": "6e916d8e39b4963d6fd52622fd9ac797dce82837",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2",
- "doctrine/dbal": ">=2.0,<2.5.x-dev"
- },
- "require-dev": {
- "symfony/console": "2.*",
- "symfony/yaml": "2.*"
- },
- "suggest": {
- "symfony/console": "to run the migration from the console"
- },
- "time": "2012-12-26 14:01:23",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Doctrine\\DBAL\\Migrations": "lib"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL"
- ],
- "authors": [
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com",
- "homepage": "http://www.jwage.com/"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- }
- ],
- "description": "Database Schema migrations using Doctrine DBAL",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "database",
- "migrations"
- ]
- },
- {
- "name": "doctrine/orm",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/doctrine/doctrine2.git",
- "reference": "90b6d5e293147a0268ca005362ff50343bc6dc0f"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/doctrine/doctrine2/archive/90b6d5e293147a0268ca005362ff50343bc6dc0f.zip",
- "reference": "90b6d5e293147a0268ca005362ff50343bc6dc0f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2",
- "ext-pdo": "*",
- "symfony/console": "2.*",
- "doctrine/dbal": ">=2.3-dev,<2.5-dev"
- },
- "suggest": {
- "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
- },
- "time": "2012-12-24 09:40:52",
- "bin": [
- "bin/doctrine",
- "bin/doctrine.php"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4.x-dev"
- }
- },
- "installation-source": "source",
- "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"
- ]
- },
- {
- "name": "knplabs/knp-menu",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "http://github.com/KnpLabs/KnpMenu.git",
- "reference": "884131c2d8b14b8d6abf676d221439bfce7d73ab"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/KnpLabs/KnpMenu/archive/884131c2d8b14b8d6abf676d221439bfce7d73ab.zip",
- "reference": "884131c2d8b14b8d6abf676d221439bfce7d73ab",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "silex/silex": "1.0.*",
- "twig/twig": ">=1.2,<2.0-dev",
- "pimple/pimple": "1.0.*"
- },
- "suggest": {
- "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
- "silex/silex": "for the integration with your silex application",
- "twig/twig": "for the TwigRenderer and the integration with your templates"
- },
- "time": "2012-12-11 22:43:19",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Knp\\Menu\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Christophe Coevoet",
- "email": "stof@notk.org"
- },
- {
- "name": "KnpLabs",
- "homepage": "http://knplabs.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
- }
- ],
- "description": "An object oriented menu library",
- "homepage": "http://knplabs.com",
- "keywords": [
- "menu",
- "tree"
- ]
- },
- {
- "name": "monolog/monolog",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog",
- "reference": "52b454f89041c41c548bc242482aaf9dc6fee5d8"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/Seldaek/monolog/archive/52b454f89041c41c548bc242482aaf9dc6fee5d8.zip",
- "reference": "52b454f89041c41c548bc242482aaf9dc6fee5d8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "mlehner/gelf-php": "1.0.*"
- },
- "suggest": {
- "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-mongo": "Allow sending log messages to a MongoDB server"
- },
- "time": "2012-12-21 09:35:52",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
- },
- "installation-source": "source",
- "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"
- ]
- },
- {
- "name": "pagerfanta/pagerfanta",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/whiteoctober/Pagerfanta.git",
- "reference": "12f71d99457b018fb80746f84514dd5b495c5789"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/whiteoctober/Pagerfanta/archive/12f71d99457b018fb80746f84514dd5b495c5789.zip",
- "reference": "12f71d99457b018fb80746f84514dd5b495c5789",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "suggest": {
- "doctrine/orm": "2.*",
- "doctrine/mongodb-odm": "2.*",
- "solarium/solarium": "2.*"
- },
- "time": "2012-08-22 21:56:31",
- "type": "library",
- "installation-source": "source",
- "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",
- "paging"
- ]
- },
- {
- "name": "pimple/pimple",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/fabpot/Pimple.git",
- "reference": "v1.0.1"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/fabpot/Pimple/archive/v1.0.1.zip",
- "reference": "v1.0.1",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2012-11-11 08:32:34",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Pimple": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
- "homepage": "http://pimple.sensiolabs.org",
- "keywords": [
- "dependency injection",
- "container"
- ]
- },
- {
- "name": "silex/silex",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/fabpot/Silex.git",
- "reference": "bd523d5970bb093d1d2c709e91a7f72b70c39108"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/fabpot/Silex/archive/bd523d5970bb093d1d2c709e91a7f72b70c39108.zip",
- "reference": "bd523d5970bb093d1d2c709e91a7f72b70c39108",
- "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": {
- "monolog/monolog": ">=1.0.0,<1.2-dev",
- "twig/twig": ">=1.8.0,<2.0-dev",
- "swiftmailer/swiftmailer": "4.2.*",
- "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
- "symfony/security": ">=2.1,<2.3-dev",
- "symfony/config": ">=2.1,<2.3-dev",
- "symfony/locale": ">=2.1,<2.3-dev",
- "symfony/form": ">=2.1,<2.3-dev",
- "symfony/browser-kit": ">=2.1,<2.3-dev",
- "symfony/css-selector": ">=2.1,<2.3-dev",
- "symfony/finder": ">=2.1,<2.3-dev",
- "symfony/monolog-bridge": ">=2.1,<2.3-dev",
- "symfony/process": ">=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",
- "symfony/serializer": ">=2.1,<2.3-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": "2012-12-18 11:32: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": "swiftmailer/swiftmailer",
- "version": "v4.1.8",
- "source": {
- "type": "git",
- "url": "git://github.com/swiftmailer/swiftmailer.git",
- "reference": "v4.1.8"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.1.8",
- "reference": "v4.1.8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.4"
- },
- "time": "2012-06-17 13:55:34",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.1-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ]
- },
- {
- "name": "symfony/config",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Config",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Config",
- "reference": "ab422ad472259c7775d70831182f586f444c77a3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Config/archive/ab422ad472259c7775d70831182f586f444c77a3.zip",
- "reference": "ab422ad472259c7775d70831182f586f444c77a3",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-12-20 07:41:17",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Config\\": ""
- }
- },
- "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 Config Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/console",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Console",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Console",
- "reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Console/archive/388ea8dbc1b3e1f96721e2799eb2d037e411a281.zip",
- "reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-12-19 07:09:49",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Console\\": ""
- }
- },
- "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 Console Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/dependency-injection",
- "version": "dev-master",
- "target-dir": "Symfony/Component/DependencyInjection",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/DependencyInjection",
- "reference": "32ad6cccb2c38d7ac87217fae459083438f05634"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/DependencyInjection/archive/32ad6cccb2c38d7ac87217fae459083438f05634.zip",
- "reference": "32ad6cccb2c38d7ac87217fae459083438f05634",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/yaml": "2.2.*",
- "symfony/config": "2.2.*"
- },
- "suggest": {
- "symfony/yaml": "2.2.*",
- "symfony/config": "2.2.*"
- },
- "time": "2012-12-19 07:09:49",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\DependencyInjection\\": ""
- }
- },
- "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 DependencyInjection Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/event-dispatcher",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/EventDispatcher",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/EventDispatcher",
- "reference": "0e9d69646306e11d03dde4a29e79cd09d9567cb9"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/EventDispatcher/archive/0e9d69646306e11d03dde4a29e79cd09d9567cb9.zip",
- "reference": "0e9d69646306e11d03dde4a29e79cd09d9567cb9",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/dependency-injection": "2.1.*"
- },
- "suggest": {
- "symfony/dependency-injection": "2.1.*",
- "symfony/http-kernel": "2.1.*"
- },
- "time": "2012-12-27 08:21:49",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\EventDispatcher": ""
- }
- },
- "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 EventDispatcher Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/form",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/Form",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Form",
- "reference": "2cc2a32b6567e974d63f5ac6514db33b1b265dde"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Form/archive/2cc2a32b6567e974d63f5ac6514db33b1b265dde.zip",
- "reference": "2cc2a32b6567e974d63f5ac6514db33b1b265dde",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "symfony/event-dispatcher": "2.1.*",
- "symfony/locale": "2.1.*",
- "symfony/options-resolver": "2.1.*"
- },
- "require-dev": {
- "symfony/validator": "2.1.*",
- "symfony/http-foundation": "2.1.*"
- },
- "suggest": {
- "symfony/validator": "2.1.*",
- "symfony/http-foundation": "2.1.*"
- },
- "time": "2012-12-20 17:52:51",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Form": ""
- }
- },
- "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 Form Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/http-foundation",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/HttpFoundation",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/HttpFoundation",
- "reference": "v2.1.6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/HttpFoundation/archive/v2.1.6.zip",
- "reference": "v2.1.6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-12-14 21:03:29",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\HttpFoundation": "",
- "SessionHandlerInterface": "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": "Symfony HttpFoundation Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/http-kernel",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/HttpKernel",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/HttpKernel",
- "reference": "17fb2aeb877649a144260681bc460a3dd258e344"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/HttpKernel/archive/17fb2aeb877649a144260681bc460a3dd258e344.zip",
- "reference": "17fb2aeb877649a144260681bc460a3dd258e344",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "symfony/event-dispatcher": "2.1.*",
- "symfony/http-foundation": "2.1.*"
- },
- "require-dev": {
- "symfony/browser-kit": "2.1.*",
- "symfony/class-loader": "2.1.*",
- "symfony/config": "2.1.*",
- "symfony/console": "2.1.*",
- "symfony/dependency-injection": "2.1.*",
- "symfony/finder": "2.1.*",
- "symfony/process": "2.1.*",
- "symfony/routing": "2.1.*"
- },
- "suggest": {
- "symfony/browser-kit": "2.1.*",
- "symfony/class-loader": "2.1.*",
- "symfony/config": "2.1.*",
- "symfony/console": "2.1.*",
- "symfony/dependency-injection": "2.1.*",
- "symfony/finder": "2.1.*"
- },
- "time": "2012-12-21 10:42:20",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\HttpKernel": ""
- }
- },
- "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 HttpKernel Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/locale",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/Locale",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Locale",
- "reference": "v2.1.6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Locale/archive/v2.1.6.zip",
- "reference": "v2.1.6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "suggest": {
- "ext-intl": ">=5.3.3"
- },
- "time": "2012-12-15 17:28:15",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Locale": ""
- }
- },
- "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 Locale Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/options-resolver",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/OptionsResolver",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/OptionsResolver",
- "reference": "v2.1.6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/OptionsResolver/archive/v2.1.6.zip",
- "reference": "v2.1.6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-12-06 10:00:55",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\OptionsResolver": ""
- }
- },
- "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 OptionsResolver Component",
- "homepage": "http://symfony.com",
- "keywords": [
- "configuration",
- "config",
- "options"
- ]
- },
- {
- "name": "symfony/routing",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Routing",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Routing",
- "reference": "eecf36850760b137fcd4f5025c64014de722874c"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Routing/archive/eecf36850760b137fcd4f5025c64014de722874c.zip",
- "reference": "eecf36850760b137fcd4f5025c64014de722874c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "doctrine/common": ">=2.2,<2.4-dev",
- "symfony/config": "2.2.*",
- "symfony/yaml": "2.2.*",
- "symfony/http-kernel": "2.2.*"
- },
- "suggest": {
- "doctrine/common": ">=2.2,<2.4-dev",
- "symfony/config": "2.2.*",
- "symfony/yaml": "2.2.*"
- },
- "time": "2012-12-20 07:41:17",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Routing\\": ""
- }
- },
- "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 Routing Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/security",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/Security",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Security",
- "reference": "v2.1.6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Security/archive/v2.1.6.zip",
- "reference": "v2.1.6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "symfony/event-dispatcher": "2.1.*",
- "symfony/http-foundation": "2.1.*",
- "symfony/http-kernel": "2.1.*"
- },
- "require-dev": {
- "symfony/form": "2.1.*",
- "symfony/routing": "2.1.*",
- "symfony/validator": "2.1.*",
- "doctrine/common": ">=2.2,<2.4-dev",
- "doctrine/dbal": ">=2.2,<2.4-dev"
- },
- "suggest": {
- "doctrine/dbal": "to use the built-in ACL implementation",
- "symfony/class-loader": "2.1.*",
- "symfony/finder": "2.1.*",
- "symfony/form": "2.1.*",
- "symfony/validator": "2.1.*",
- "symfony/routing": "2.1.*"
- },
- "time": "2012-12-11 10:40:22",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Security": ""
- }
- },
- "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 Security Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/translation",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/Translation",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Translation",
- "reference": "v2.1.6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Translation/archive/v2.1.6.zip",
- "reference": "v2.1.6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/config": "2.1.*",
- "symfony/yaml": "2.1.*"
- },
- "suggest": {
- "symfony/config": "2.1.*",
- "symfony/yaml": "2.1.*"
- },
- "time": "2012-12-06 10:00:55",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Translation": ""
- }
- },
- "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 Translation Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/twig-bridge",
- "version": "dev-master",
- "target-dir": "Symfony/Bridge/Twig",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/TwigBridge",
- "reference": "5f83b3f000eedc25e5fa538bd2ff928e21e2327c"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/TwigBridge/archive/5f83b3f000eedc25e5fa538bd2ff928e21e2327c.zip",
- "reference": "5f83b3f000eedc25e5fa538bd2ff928e21e2327c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "twig/twig": ">=1.9.1,<2.0-dev"
- },
- "require-dev": {
- "symfony/form": "2.2.*",
- "symfony/routing": "2.2.*",
- "symfony/templating": "2.2.*",
- "symfony/translation": "2.2.*",
- "symfony/yaml": "2.2.*",
- "symfony/security": "2.2.*",
- "symfony/http-kernel": "2.2.*"
- },
- "suggest": {
- "symfony/form": "2.2.*",
- "symfony/routing": "2.2.*",
- "symfony/templating": "2.2.*",
- "symfony/translation": "2.2.*",
- "symfony/yaml": "2.2.*",
- "symfony/security": "2.2.*",
- "symfony/http-kernel": "2.2.*"
- },
- "time": "2012-12-22 14:51:06",
- "type": "symfony-bridge",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Bridge\\Twig\\": ""
- }
- },
- "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 Twig Bridge",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/validator",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/Validator",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Validator",
- "reference": "v2.1.6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Validator/archive/v2.1.6.zip",
- "reference": "v2.1.6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/http-foundation": "2.1.*",
- "symfony/locale": "2.1.*",
- "symfony/yaml": "2.1.*"
- },
- "suggest": {
- "doctrine/common": ">=2.1,<2.4-dev",
- "symfony/http-foundation": "2.1.*",
- "symfony/yaml": "2.1.*"
- },
- "time": "2012-12-12 13:03:58",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Validator": ""
- }
- },
- "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 Validator Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/yaml",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/Yaml",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Yaml",
- "reference": "v2.1.6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Yaml/archive/v2.1.6.zip",
- "reference": "v2.1.6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-12-06 10:00:55",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Yaml": ""
- }
- },
- "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 Yaml Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "twig/twig",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/fabpot/Twig.git",
- "reference": "a65e7e4e2e5726a42a29e609fad008f8a9600594"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/fabpot/Twig/archive/a65e7e4e2e5726a42a29e609fad008f8a9600594.zip",
- "reference": "a65e7e4e2e5726a42a29e609fad008f8a9600594",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.4"
- },
- "time": "2012-12-25 10:06:30",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.12-dev"
- }
- },
- "installation-source": "source",
- "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"
- ]
- }
- ],
- "packages-dev": null,
- "aliases": [
- ],
- "minimum-stability": "dev",
- "stability-flags": {
- "silex/silex": 20,
- "symfony/config": 20,
- "symfony/console": 20,
- "symfony/twig-bridge": 20,
- "symfony/dependency-injection": 20,
- "dflydev/doctrine-orm-service-provider": 20,
- "doctrine/migrations": 20,
- "pagerfanta/pagerfanta": 20,
- "knplabs/knp-menu": 20
- }
- }
|