{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "04ddaad4d4bb2122e81c820e2b40d745", "packages": [ { "name": "doctrine/annotations", "version": "v1.2.7", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Annotations\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2015-08-31T12:32:49+00:00" }, { "name": "doctrine/cache", "version": "v1.6.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", "shasum": "" }, "require": { "php": "~5.5|~7.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "phpunit/phpunit": "~4.8|~5.0", "predis/predis": "~1.0", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2017-07-22T12:49:21+00:00" }, { "name": "doctrine/collections", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2015-04-14T22:21:58+00:00" }, { "name": "doctrine/common", "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "4824569127daa9784bf35219a1cd49306c795389" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/4824569127daa9784bf35219a1cd49306c795389", "reference": "4824569127daa9784bf35219a1cd49306c795389", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~3.7" }, "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": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2015-08-31T14:38:45+00:00" }, { "name": "doctrine/dbal", "version": "2.3.5", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "d5067b0b7e5ef59ba165dcc116c539400bf957ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/d5067b0b7e5ef59ba165dcc116c539400bf957ff", "reference": "d5067b0b7e5ef59ba165dcc116c539400bf957ff", "shasum": "" }, "require": { "doctrine/common": ">=2.3.0,<2.5-dev", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "dbal", "persistence", "queryobject" ], "time": "2014-09-15T11:44:29+00:00" }, { "name": "doctrine/doctrine-bundle", "version": "v1.2.0", "target-dir": "Doctrine/Bundle/DoctrineBundle", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/765b0d87fcc3e839c74817b7211258cbef3a4fb9", "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9", "shasum": "" }, "require": { "doctrine/dbal": ">=2.2,<2.5-dev", "jdorn/sql-formatter": "~1.1", "php": ">=5.3.2", "symfony/doctrine-bridge": "~2.2", "symfony/framework-bundle": "~2.2" }, "require-dev": { "doctrine/orm": ">=2.2,<2.5-dev", "symfony/validator": "~2.2", "symfony/yaml": "~2.2" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "symfony/web-profiler-bundle": "to use the data collector" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Bundle\\DoctrineBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "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-03-25T20:13:59+00:00" }, { "name": "doctrine/inflector", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Inflector\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2015-11-06T14:35:42+00:00" }, { "name": "doctrine/lexer", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "^4.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "time": "2019-06-08T11:03:04+00:00" }, { "name": "doctrine/orm", "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", "reference": "c2135b38216c6c8a410e764792aa368e946f2ae5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/orm/zipball/c2135b38216c6c8a410e764792aa368e946f2ae5", "reference": "c2135b38216c6c8a410e764792aa368e946f2ae5", "shasum": "" }, "require": { "doctrine/dbal": "2.3.*", "ext-pdo": "*", "php": ">=5.3.2", "symfony/console": "2.*" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.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": "2014-06-03T19:53:45+00:00" }, { "name": "incenteev/composer-parameter-handler", "version": "v2.1.4", "source": { "type": "git", "url": "https://github.com/Incenteev/ParameterHandler.git", "reference": "084befb11ec21faeadcddefb88b66132775ff59b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b", "reference": "084befb11ec21faeadcddefb88b66132775ff59b", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { "composer/composer": "^1.0@dev", "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5", "symfony/phpunit-bridge": "^4.0 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-4": { "Incenteev\\ParameterHandler\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" } ], "description": "Composer script handling your ignored parameter file", "homepage": "https://github.com/Incenteev/ParameterHandler", "keywords": [ "parameters management" ], "time": "2020-03-17T21:10:00+00:00" }, { "name": "jdorn/sql-formatter", "version": "v1.2.17", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", "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": "2014-01-12T16:20:24+00:00" }, { "name": "kriswallsmith/assetic", "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/02105abcd35fb32933bc566e4c3bec84c612e9c1", "reference": "02105abcd35fb32933bc566e4c3bec84c612e9c1", "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": "2014-12-12T05:37:00+00:00" }, { "name": "leezy/pheanstalk-bundle", "version": "2.5.0", "target-dir": "Leezy/PheanstalkBundle", "source": { "type": "git", "url": "https://github.com/armetiz/LeezyPheanstalkBundle.git", "reference": "d4dbd9753c4c0cc04168694e8de6120949faa063" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/armetiz/LeezyPheanstalkBundle/zipball/d4dbd9753c4c0cc04168694e8de6120949faa063", "reference": "d4dbd9753c4c0cc04168694e8de6120949faa063", "shasum": "" }, "require": { "pda/pheanstalk": ">=2.1.0,<3.0-dev", "symfony/console": "~2.0", "symfony/framework-bundle": ">=2.0", "symfony/monolog-bridge": ">=2.0" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-0": { "Leezy\\PheanstalkBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Tourlourat", "email": "thomas@tourlourat.com", "homepage": "http://www.armetiz.info" } ], "description": "The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.", "homepage": "https://github.com/armetiz/LeezyPheanstalkBundle", "keywords": [ "asynchronous", "beanstalkd", "bundle", "messaging", "pheanstalk", "queueing", "symfony" ], "time": "2015-03-17T10:37:13+00:00" }, { "name": "monolog/monolog", "version": "1.26.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33", "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpstan/phpstan": "^0.12.59", "phpunit/phpunit": "~4.5", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2020-12-14T12:56:38+00:00" }, { "name": "niva/lambo-static-bundle", "version": "dev-master", "target-dir": "Niva/Lambo/StaticBundle", "source": { "type": "git", "url": "git@github.com:Niva/NivaLamboStaticBundle.git", "reference": "c49cddc1541aa32f7fe9cf718c52c90a1772f512" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Niva/NivaLamboStaticBundle/zipball/c49cddc1541aa32f7fe9cf718c52c90a1772f512", "reference": "c49cddc1541aa32f7fe9cf718c52c90a1772f512", "shasum": "" }, "require": { "php": ">=5.3", "sensio/framework-extra-bundle": "~2.1", "symfony/config": "~2.1", "symfony/dependency-injection": "~2.1", "symfony/filesystem": "~2.1", "symfony/form": "~2.1", "symfony/framework-bundle": "~2.1", "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.1", "symfony/monolog-bundle": "~2.1", "symfony/options-resolver": "~2.1", "symfony/security": "~2.1", "symfony/validator": "~2.1" }, "type": "symfony-bundle", "autoload": { "psr-0": { "Niva\\Lambo\\StaticBundle": "" } }, "authors": [ { "name": "Edmundo Fuentes", "email": "me@edmundofuentes.com", "homepage": "http://www.edmundofuentes.com", "role": "creator,manager,architect,developer" }, { "name": "Niva Móvil", "email": "soporte@nivamovil.com", "homepage": "http://www.nivamovil.com", "role": "owner" } ], "description": "Static file server for Niva's mobile business platform (Lambo)", "homepage": "https://github.com/Niva/NivaLamboStaticBundle", "keywords": [ "lambo", "niva", "staticbundle" ], "support": { "source": "https://github.com/Niva/NivaLamboStaticBundle/tree/master", "issues": "https://github.com/Niva/NivaLamboStaticBundle/issues" }, "time": "2015-01-24T23:54:13+00:00" }, { "name": "niva/portal-bundle", "version": "dev-master", "target-dir": "Niva/PortalBundle", "source": { "type": "git", "url": "git@github.com:Niva/NivaPortalBundle.git", "reference": "26a9dac326485568498308c74dffe8c4d33185e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Niva/NivaPortalBundle/zipball/26a9dac326485568498308c74dffe8c4d33185e4", "reference": "26a9dac326485568498308c74dffe8c4d33185e4", "shasum": "" }, "require": { "php": ">=5.3", "sensio/framework-extra-bundle": "~2.1", "symfony/config": "~2.1", "symfony/dependency-injection": "~2.1", "symfony/filesystem": "~2.1", "symfony/form": "~2.1", "symfony/framework-bundle": "~2.1", "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.1", "symfony/monolog-bundle": "~2.1", "symfony/options-resolver": "~2.1", "symfony/security": "~2.1", "symfony/validator": "~2.1" }, "type": "symfony-bundle", "autoload": { "psr-0": { "Niva\\PortalBundle": "" } }, "authors": [ { "name": "Edmundo Fuentes", "email": "me@edmundofuentes.com", "homepage": "http://www.edmundofuentes.com", "role": "creator,manager,architect,developer" }, { "name": "Niva Móvil", "email": "soporte@nivamovil.com", "homepage": "http://www.nivamovil.com", "role": "owner" } ], "description": "Front-end (website) module for Niva's mobile business platform (Lambo).", "homepage": "https://github.com/Niva/NivaPortalBundle", "keywords": [ "lambo", "niva", "portalbundle" ], "support": { "source": "https://github.com/Niva/NivaPortalBundle/tree/master", "issues": "https://github.com/Niva/NivaPortalBundle/issues" }, "time": "2021-01-12T15:28:34+00:00" }, { "name": "niva/shared-bundle", "version": "dev-master", "target-dir": "Niva/SharedBundle", "source": { "type": "git", "url": "git@github.com:Niva/NivaSharedBundle.git", "reference": "0c83a46d5a504ce37b0b1d3c6c1bc2dedf1a15c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Niva/NivaSharedBundle/zipball/0c83a46d5a504ce37b0b1d3c6c1bc2dedf1a15c9", "reference": "0c83a46d5a504ce37b0b1d3c6c1bc2dedf1a15c9", "shasum": "" }, "require": { "php": ">=5.3", "sensio/framework-extra-bundle": "~2.1", "symfony/config": "~2.1", "symfony/dependency-injection": "~2.1", "symfony/filesystem": "~2.1", "symfony/form": "~2.1", "symfony/framework-bundle": "~2.1", "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.1", "symfony/monolog-bundle": "~2.1", "symfony/options-resolver": "~2.1", "symfony/security": "~2.1", "symfony/validator": "~2.1" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Niva\\SharedBundle": "" } }, "authors": [ { "name": "Edmundo Fuentes", "email": "me@edmundofuentes.com", "homepage": "http://www.edmundofuentes.com", "role": "creator,manager,architect,developer" }, { "name": "Niva Móvil", "email": "soporte@nivamovil.com", "homepage": "http://www.nivamovil.com", "role": "owner" } ], "description": "DB model classes module for Niva's mobile business platform (Lambo).", "homepage": "https://github.com/mundofr/NivaSharedBundle", "keywords": [ "lambo", "niva", "sharedbundle" ], "support": { "source": "https://github.com/Niva/NivaSharedBundle/tree/master", "issues": "https://github.com/Niva/NivaSharedBundle/issues" }, "time": "2020-11-18T23:05:47+00:00" }, { "name": "niva/smt-bundle", "version": "dev-master", "target-dir": "Niva/SmtBundle", "source": { "type": "git", "url": "git@github.com:Niva/NivaSmtBundle.git", "reference": "e753a638a66ea792c0921574bf82028fb4c35922" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Niva/NivaSmtBundle/zipball/e753a638a66ea792c0921574bf82028fb4c35922", "reference": "e753a638a66ea792c0921574bf82028fb4c35922", "shasum": "" }, "require": { "php": ">=5.3", "sensio/framework-extra-bundle": "~2.1", "symfony/config": "~2.1", "symfony/dependency-injection": "~2.1", "symfony/filesystem": "~2.1", "symfony/form": "~2.1", "symfony/framework-bundle": "~2.1", "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.1", "symfony/monolog-bundle": "~2.1", "symfony/options-resolver": "~2.1", "symfony/security": "~2.1", "symfony/validator": "~2.1" }, "type": "symfony-bundle", "autoload": { "psr-0": { "Niva\\SmtBundle": "" } }, "authors": [ { "name": "Edmundo Fuentes", "email": "me@edmundofuentes.com", "homepage": "http://www.edmundofuentes.com", "role": "creator,manager,architect,developer" }, { "name": "Niva Móvil", "email": "soporte@nivamovil.com", "homepage": "http://www.nivamovil.com", "role": "owner" } ], "description": "SMT interconection module for Niva's mobile business platform (Lambo)..", "homepage": "https://github.com/mundofr/NivaSmtBundle", "keywords": [ "lambo", "niva", "portalbundle" ], "support": { "source": "https://github.com/Niva/NivaSmtBundle/tree/master", "issues": "https://github.com/Niva/NivaSmtBundle/issues" }, "time": "2020-11-18T23:04:22+00:00" }, { "name": "paragonie/random_compat", "version": "v1.4.3", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd", "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2018-04-04T21:48:54+00:00" }, { "name": "pda/pheanstalk", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/pda/pheanstalk.git", "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pda/pheanstalk/zipball/672eb5cc9049d61e4eb68d30f0f33de65a947e6b", "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "Pheanstalk": "classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paul Annesley", "email": "paul@annesley.cc", "homepage": "http://paul.annesley.cc/", "role": "Developer" } ], "description": "PHP client for beanstalkd queue", "homepage": "https://github.com/pda/pheanstalk", "keywords": [ "beanstalkd" ], "time": "2014-12-02T22:44:56+00:00" }, { "name": "psr/log", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2020-03-23T09:12:05+00:00" }, { "name": "sensio/distribution-bundle", "version": "v2.3.22", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "reference": "98bdda791e7c2dfb5fd55781e69a4b00e4f751a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/98bdda791e7c2dfb5fd55781e69a4b00e4f751a6", "reference": "98bdda791e7c2dfb5fd55781e69a4b00e4f751a6", "shasum": "" }, "require": { "symfony/framework-bundle": "~2.2" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.3.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" ], "abandoned": true, "time": "2015-06-05T22:32:08+00:00" }, { "name": "sensio/framework-extra-bundle", "version": "v2.3.4", "target-dir": "Sensio/Bundle/FrameworkExtraBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "reference": "cce05719041d952bbec856789ca18646a1891d03" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/cce05719041d952bbec856789ca18646a1891d03", "reference": "cce05719041d952bbec856789ca18646a1891d03", "shasum": "" }, "require": { "doctrine/common": "~2.2", "symfony/framework-bundle": "~2.2" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Sensio\\Bundle\\FrameworkExtraBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" } ], "description": "This bundle provides a way to configure your controllers with annotations", "keywords": [ "annotations", "controllers" ], "time": "2013-07-24T08:49:53+00:00" }, { "name": "sensio/generator-bundle", "version": "v2.3.5", "target-dir": "Sensio/Bundle/GeneratorBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/8b7a33aa3d22388443b6de0b0cf184122e9f60d2", "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2", "shasum": "" }, "require": { "symfony/console": "~2.0", "symfony/framework-bundle": "~2.2" }, "require-dev": { "doctrine/orm": "~2.2,>=2.2.3", "symfony/doctrine-bridge": "~2.2", "twig/twig": "~1.11" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-0": { "Sensio\\Bundle\\GeneratorBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" } ], "description": "This bundle generates code for you", "abandoned": "symfony/maker-bundle", "time": "2014-04-28T14:01:06+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "time": "2018-07-31T09:26:32+00:00" }, { "name": "symfony/assetic-bundle", "version": "v2.3.1", "target-dir": "Symfony/Bundle/AsseticBundle", "source": { "type": "git", "url": "https://github.com/symfony/assetic-bundle.git", "reference": "099e0bb5d80e7039af20db384a41017fde521f21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/099e0bb5d80e7039af20db384a41017fde521f21", "reference": "099e0bb5d80e7039af20db384a41017fde521f21", "shasum": "" }, "require": { "kriswallsmith/assetic": "1.1.x", "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.3-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" ], "abandoned": "symfony/webpack-encore-pack", "time": "2013-11-25T16:34:50+00:00" }, { "name": "symfony/monolog-bundle", "version": "v2.3.0", "target-dir": "Symfony/Bundle/MonologBundle", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/03ed73bc11367b3156cc21f22ac37c7f70fcd10a", "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a", "shasum": "" }, "require": { "monolog/monolog": "~1.3", "php": ">=5.3.2", "symfony/config": "~2.2-beta2", "symfony/dependency-injection": "~2.2-beta2", "symfony/monolog-bridge": "~2.2-beta2" }, "require-dev": { "symfony/yaml": "~2.2-beta2" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-0": { "Symfony\\Bundle\\MonologBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony MonologBundle", "homepage": "http://symfony.com", "keywords": [ "log", "logging" ], "time": "2013-05-27T18:06:55+00:00" }, { "name": "symfony/polyfill-apcu", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", "reference": "b44b51e7814c23bfbd793a16ead5d7ce43ed23c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/b44b51e7814c23bfbd793a16ead5d7ce43ed23c5", "reference": "b44b51e7814c23bfbd793a16ead5d7ce43ed23c5", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Apcu\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "apcu", "compatibility", "polyfill", "portable", "shim" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-21T09:57:48+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce", "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/swiftmailer-bundle", "version": "v2.3.12", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", "reference": "0081f7fbf3ff7a1d684081fada6f36e8ba86e528" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/0081f7fbf3ff7a1d684081fada6f36e8ba86e528", "reference": "0081f7fbf3ff7a1d684081fada6f36e8ba86e528", "shasum": "" }, "require": { "php": ">=5.3.2", "swiftmailer/swiftmailer": "~4.2|~5.0", "symfony/config": "~2.3|~3.0", "symfony/dependency-injection": "~2.3|~3.0", "symfony/http-kernel": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0" }, "suggest": { "psr/log": "Allows logging" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Bundle\\SwiftmailerBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", "time": "2017-05-22T05:03:21+00:00" }, { "name": "symfony/symfony", "version": "v2.3.42", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", "reference": "0baa58d4e4bb006c4ae68f75833b586bd3cb6e6f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/symfony/zipball/0baa58d4e4bb006c4ae68f75833b586bd3cb6e6f", "reference": "0baa58d4e4bb006c4ae68f75833b586bd3cb6e6f", "shasum": "" }, "require": { "doctrine/common": "~2.4", "paragonie/random_compat": "~1.0", "php": ">=5.3.3", "psr/log": "~1.0", "symfony/polyfill-apcu": "~1.1", "symfony/polyfill-mbstring": "~1.1", "twig/twig": "~1.23|~2.0" }, "replace": { "symfony/browser-kit": "self.version", "symfony/class-loader": "self.version", "symfony/config": "self.version", "symfony/console": "self.version", "symfony/css-selector": "self.version", "symfony/debug": "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/intl": "self.version", "symfony/locale": "self.version", "symfony/monolog-bridge": "self.version", "symfony/options-resolver": "self.version", "symfony/process": "self.version", "symfony/propel1-bridge": "self.version", "symfony/property-access": "self.version", "symfony/proxy-manager-bridge": "self.version", "symfony/routing": "self.version", "symfony/security": "self.version", "symfony/security-acl": "self.version", "symfony/security-bundle": "self.version", "symfony/security-core": "self.version", "symfony/security-http": "self.version", "symfony/serializer": "self.version", "symfony/stopwatch": "self.version", "symfony/swiftmailer-bridge": "self.version", "symfony/templating": "self.version", "symfony/translation": "self.version", "symfony/twig-bridge": "self.version", "symfony/twig-bundle": "self.version", "symfony/validator": "self.version", "symfony/web-profiler-bundle": "self.version", "symfony/yaml": "self.version" }, "require-dev": { "doctrine/data-fixtures": "1.0.*", "doctrine/dbal": "~2.4", "doctrine/orm": "~2.4,>=2.4.5", "ircmaxell/password-compat": "~1.0", "monolog/monolog": "~1.3", "ocramius/proxy-manager": "~0.3.1|~1.0|~2.0", "propel/propel1": "~1.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\": "src/" }, "classmap": [ "src/Symfony/Component/HttpFoundation/Resources/stubs", "src/Symfony/Component/Intl/Resources/stubs" ], "files": [ "src/Symfony/Component/Intl/Resources/stubs/functions.php" ], "exclude-from-classmap": [ "**/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "The Symfony PHP framework", "homepage": "https://symfony.com", "keywords": [ "framework" ], "time": "2016-05-30T08:41:31+00:00" }, { "name": "twig/extensions", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig-extensions.git", "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", "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" ], "abandoned": true, "time": "2013-10-18T19:37:15+00:00" }, { "name": "twig/twig", "version": "v1.42.5", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", "shasum": "" }, "require": { "php": ">=5.5.0", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4|^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.42-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "time": "2020-02-11T05:59:23+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "doctrine/orm": 20, "niva/portal-bundle": 20, "niva/shared-bundle": 20, "niva/smt-bundle": 20, "niva/lambo-static-bundle": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3.3" }, "platform-dev": [], "plugin-api-version": "1.1.0" }