123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921 |
- {
- "hash": "9471111601a72982bc2cac0dc6c249ae",
- "packages": [
- {
- "name": "jms/metadata",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/metadata",
- "reference": "a965c62e73891ec324d9e1fc8b0389dd42ade09d"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/schmittjoh/metadata/archive/a965c62e73891ec324d9e1fc8b0389dd42ade09d.zip",
- "reference": "a965c62e73891ec324d9e1fc8b0389dd42ade09d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "doctrine/common": ">=2.0,<2.4-dev"
- },
- "suggest": {
- "doctrine/common": ">=2.0"
- },
- "time": "1350036797",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Metadata\\": "src/"
- }
- },
- "license": [
- "Apache"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "https://github.com/schmittjoh",
- "role": "Developer of wrapped JMSSerializerBundle"
- }
- ],
- "description": "Class/method/property metadata management in PHP",
- "keywords": [
- "annotations",
- "yaml",
- "xml",
- "metadata"
- ]
- },
- {
- "name": "jms/parser-lib",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/schmittjoh/parser-lib",
- "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/schmittjoh/parser-lib/archive/4d469a70c6dd03f921cbdeadafbcb261bb23e8b0.zip",
- "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
- "shasum": ""
- },
- "require": {
- "phpoption/phpoption": ">=0.9,<2.0-dev"
- },
- "time": "1354263064",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "JMS\\": "src/"
- }
- },
- "license": [
- "Apache2"
- ],
- "description": "A library for easily creating recursive-descent parsers."
- },
- {
- "name": "phpcollection/phpcollection",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/schmittjoh/php-collection",
- "reference": "e0f5d0ee4cb6708185bd045ce70faf93dc460db6"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/schmittjoh/php-collection/archive/e0f5d0ee4cb6708185bd045ce70faf93dc460db6.zip",
- "reference": "e0f5d0ee4cb6708185bd045ce70faf93dc460db6",
- "shasum": ""
- },
- "require": {
- "phpoption/phpoption": ">=0.9,<2.0-dev"
- },
- "time": "1354272617",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.1-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "PhpCollection": "src/"
- }
- },
- "license": [
- "Apache2"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "http://jmsyst.com",
- "role": "Developer of wrapped JMSSerializerBundle"
- }
- ],
- "description": "General-Purpose Collection Library for PHP",
- "keywords": [
- "map",
- "set",
- "list",
- "sequence",
- "collection"
- ]
- },
- {
- "name": "phpoption/phpoption",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/schmittjoh/php-option",
- "reference": "b9c60ebf8242cf409d8734b6a757ba0ce1691493"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/schmittjoh/php-option/archive/b9c60ebf8242cf409d8734b6a757ba0ce1691493.zip",
- "reference": "b9c60ebf8242cf409d8734b6a757ba0ce1691493",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "1353248052",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "PhpOption\\": "src/"
- }
- },
- "license": [
- "Apache2"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "https://github.com/schmittjoh",
- "role": "Developer of wrapped JMSSerializerBundle"
- }
- ],
- "description": "Option Type for PHP",
- "keywords": [
- "php",
- "language",
- "type",
- "option"
- ]
- }
- ],
- "packages-dev": [
- {
- "name": "doctrine/common",
- "version": "2.3.x-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/common",
- "reference": "bb0aebbf234db52df476a2b473d434745b34221c"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/doctrine/common/archive/bb0aebbf234db52df476a2b473d434745b34221c.zip",
- "reference": "bb0aebbf234db52df476a2b473d434745b34221c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "time": "1348120518",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3.x-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Doctrine\\Common": "lib/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com",
- "homepage": "http://www.jwage.com/"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com",
- "homepage": "http://www.instaclick.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "http://jmsyst.com",
- "role": "Developer of wrapped JMSSerializerBundle"
- }
- ],
- "description": "Common Library for Doctrine projects",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "collections",
- "spl",
- "eventmanager",
- "annotations",
- "persistence"
- ]
- },
- {
- "name": "doctrine/dbal",
- "version": "2.3.x-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/dbal",
- "reference": "22a30c9cece379eab619727c83e1859288f32f89"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/doctrine/dbal/archive/22a30c9cece379eab619727c83e1859288f32f89.zip",
- "reference": "22a30c9cece379eab619727c83e1859288f32f89",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2",
- "doctrine/common": "2.3.*"
- },
- "time": "1353866609",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3.x-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Doctrine\\DBAL": "lib/"
- }
- },
- "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/orm",
- "version": "2.3.x-dev",
- "source": {
- "type": "git",
- "url": "git://github.com/doctrine/doctrine2.git",
- "reference": "287b29aeaada588923a47e677d6974b023f88fd4"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/doctrine/doctrine2/archive/287b29aeaada588923a47e677d6974b023f88fd4.zip",
- "reference": "287b29aeaada588923a47e677d6974b023f88fd4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2",
- "ext-pdo": "*",
- "symfony/console": "2.*",
- "doctrine/dbal": "2.3.*"
- },
- "suggest": {
- "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
- },
- "time": "1354051577",
- "bin": [
- "bin/doctrine",
- "bin/doctrine.php"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3.x-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Doctrine\\ORM": "lib/"
- }
- },
- "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": "symfony/console",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Console",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Console",
- "reference": "003a487a674175a1d2e62f205ecd91ffe85554b1"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Console/archive/003a487a674175a1d2e62f205ecd91ffe85554b1.zip",
- "reference": "003a487a674175a1d2e62f205ecd91ffe85554b1",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "1353329932",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Console\\": ""
- }
- },
- "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/event-dispatcher",
- "version": "v2.1.3",
- "target-dir": "Symfony/Component/EventDispatcher",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/EventDispatcher",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.3",
- "reference": "v2.1.3",
- "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-10-04 08:17:57",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\EventDispatcher": ""
- }
- },
- "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/filesystem",
- "version": "v2.1.3",
- "target-dir": "Symfony/Component/Filesystem",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Filesystem",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Filesystem/zipball/v2.1.3",
- "reference": "v2.1.3",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-10-20 00:10:30",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Filesystem": ""
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony Filesystem Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/form",
- "version": "v2.1.3",
- "target-dir": "Symfony/Component/Form",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Form",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Form/zipball/v2.1.3",
- "reference": "v2.1.3",
- "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-10-22 07:37:12",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Form": ""
- }
- },
- "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/locale",
- "version": "v2.1.3",
- "target-dir": "Symfony/Component/Locale",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Locale",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Locale/zipball/v2.1.3",
- "reference": "v2.1.3",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "suggest": {
- "ext-intl": ">=5.3.3"
- },
- "time": "2012-10-20 00:10:30",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Locale": ""
- }
- },
- "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": "v2.1.3",
- "target-dir": "Symfony/Component/OptionsResolver",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/OptionsResolver",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/OptionsResolver/zipball/v2.1.3",
- "reference": "v2.1.3",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-10-04 08:17:57",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\OptionsResolver": ""
- }
- },
- "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/translation",
- "version": "v2.1.3",
- "target-dir": "Symfony/Component/Translation",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Translation",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Translation/zipball/v2.1.3",
- "reference": "v2.1.3",
- "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-10-20 00:10:30",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Translation": ""
- }
- },
- "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/validator",
- "version": "v2.1.3",
- "target-dir": "Symfony/Component/Validator",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Validator",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Validator/zipball/v2.1.3",
- "reference": "v2.1.3",
- "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-10-22 07:37:12",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Validator": ""
- }
- },
- "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": "v2.1.3",
- "target-dir": "Symfony/Component/Yaml",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Yaml",
- "reference": "v2.1.3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Yaml/zipball/v2.1.3",
- "reference": "v2.1.3",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2012-10-29 04:15:41",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Yaml": ""
- }
- },
- "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": "b58df0e1ae4b664f561bfaeffdb673829daa6b79"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/fabpot/Twig/archive/b58df0e1ae4b664f561bfaeffdb673829daa6b79.zip",
- "reference": "b58df0e1ae4b664f561bfaeffdb673829daa6b79",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.4"
- },
- "time": "1353925549",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.12-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Twig_": "lib/"
- }
- },
- "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"
- ]
- }
- ],
- "aliases": [
- ],
- "minimum-stability": "stable",
- "stability-flags": [
- ]
- }
|