diff --git a/composer.lock b/composer.lock index ab17a75..4d39994 100644 --- a/composer.lock +++ b/composer.lock @@ -1,18 +1,23 @@ { - "hash": "68b01048805fca5c68d0c6090b64b930", + "_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": "04174b2f45ff0a9dedfedee9ff6341d6", "packages": [ { "name": "doctrine/common", "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/doctrine/common", - "reference": "2.3.0" + "url": "https://github.com/doctrine/common.git", + "reference": "d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2" }, "dist": { "type": "zip", - "url": "https://github.com/doctrine/common/zipball/2.3.0", - "reference": "2.3.0", + "url": "https://api.github.com/repos/doctrine/common/zipball/d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2", + "reference": "d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2", "shasum": "" }, "require": { @@ -37,7 +42,8 @@ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" + "homepage": "http://www.jwage.com/", + "role": "Creator" }, { "name": "Guilherme Blanco", @@ -68,7 +74,11 @@ "persistence", "spl" ], - "time": "2012-09-19 22:55:18" + "support": { + "issues": "https://github.com/doctrine/common/issues", + "source": "https://github.com/doctrine/common/tree/2.3.0" + }, + "time": "2012-09-20T05:55:18+00:00" }, { "name": "doctrine/dbal", @@ -131,7 +141,7 @@ "persistence", "queryobject" ], - "time": "2013-01-07 20:03:43" + "time": "2013-01-07T20:03:43+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -201,7 +211,7 @@ "orm", "persistence" ], - "time": "2013-01-12 14:41:19" + "time": "2013-01-12T14:41:19+00:00" }, { "name": "doctrine/orm", @@ -271,7 +281,7 @@ "database", "orm" ], - "time": "2013-01-07 20:05:04" + "time": "2013-01-07T20:05:04+00:00" }, { "name": "jdorn/sql-formatter", @@ -318,7 +328,7 @@ "highlight", "sql" ], - "time": "2012-12-22 21:46:50" + "time": "2012-12-22T21:46:50+00:00" }, { "name": "jms/aop-bundle", @@ -362,7 +372,7 @@ "annotations", "aop" ], - "time": "2012-01-02 12:50:26" + "time": "2012-01-02T12:50:26+00:00" }, { "name": "jms/cg", @@ -403,7 +413,7 @@ "keywords": [ "code generation" ], - "time": "2012-01-02 12:40:52" + "time": "2012-01-02T12:40:52+00:00" }, { "name": "jms/di-extra-bundle", @@ -470,7 +480,7 @@ "annotations", "dependency injection" ], - "time": "2013-01-30 21:51:54" + "time": "2013-01-30T21:51:54+00:00" }, { "name": "jms/metadata", @@ -522,7 +532,7 @@ "xml", "yaml" ], - "time": "2012-08-21 05:40:10" + "time": "2012-08-21T05:40:10+00:00" }, { "name": "jms/parser-lib", @@ -557,7 +567,7 @@ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", - "time": "2012-11-18 18:08:43" + "time": "2012-11-18T18:08:43+00:00" }, { "name": "jms/security-extra-bundle", @@ -628,7 +638,7 @@ "secure", "security" ], - "time": "2013-02-18 08:46:41" + "time": "2013-02-18T08:46:41+00:00" }, { "name": "kriswallsmith/assetic", @@ -699,47 +709,58 @@ "compression", "minification" ], - "time": "2013-02-18 16:17:57" + "time": "2013-02-18T16:17:57+00:00" }, { "name": "monolog/monolog", - "version": "1.4.0", + "version": "1.27.1", "source": { "type": "git", - "url": "https://github.com/Seldaek/monolog", - "reference": "1.4.0" + "url": "https://github.com/Seldaek/monolog.git", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.4.0", - "reference": "1.4.0", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", "shasum": "" }, "require": { "php": ">=5.3.0", - "psr/log": ">=1.0,<2.0" + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" }, "require-dev": { - "doctrine/couchdb": "dev-master", - "mlehner/gelf-php": "1.0.*", - "raven/raven": "0.3.*" + "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", - "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", - "raven/raven": "Allow sending log messages to a Sentry 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", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, "autoload": { - "psr-0": { - "Monolog": "src/" + "psr-4": { + "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", @@ -750,8 +771,7 @@ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", - "homepage": "http://seld.be", - "role": "Developer" + "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", @@ -761,7 +781,21 @@ "logging", "psr-3" ], - "time": "2013-02-13 18:06:51" + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2022-06-09T08:53:42+00:00" }, { "name": "phpoption/phpoption", @@ -810,26 +844,34 @@ "php", "type" ], - "time": "2013-01-19 11:01:32" + "time": "2013-01-19T11:01:32+00:00" }, { "name": "psr/log", - "version": "1.0.0", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/php-fig/log", - "reference": "1.0.0" + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://github.com/php-fig/log/archive/1.0.0.zip", - "reference": "1.0.0", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, + "require": { + "php": ">=5.3.0" + }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, "autoload": { - "psr-0": { - "Psr\\Log\\": "" + "psr-4": { + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -839,16 +881,20 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" }, { "name": "sensio/distribution-bundle", @@ -894,7 +940,7 @@ "configuration", "distribution" ], - "time": "2013-02-11 14:46:49" + "time": "2013-02-11T14:46:49+00:00" }, { "name": "sensio/framework-extra-bundle", @@ -941,7 +987,7 @@ "annotations", "controllers" ], - "time": "2013-02-28 14:13:52" + "time": "2013-02-28T14:13:52+00:00" }, { "name": "sensio/generator-bundle", @@ -989,20 +1035,20 @@ } ], "description": "This bundle generates code for you", - "time": "2013-02-22 17:59:21" + "time": "2013-02-22T17:59:21+00:00" }, { "name": "swiftmailer/swiftmailer", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", - "url": "git://github.com/swiftmailer/swiftmailer.git", - "reference": "v4.3.0" + "url": "https://github.com/swiftmailer/swiftmailer.git", + "reference": "ae540bed1079c07aa12e9e62d9d8d4fc49bbdff2" }, "dist": { "type": "zip", - "url": "https://github.com/swiftmailer/swiftmailer/archive/v4.3.0.zip", - "reference": "v4.3.0", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/ae540bed1079c07aa12e9e62d9d8d4fc49bbdff2", + "reference": "ae540bed1079c07aa12e9e62d9d8d4fc49bbdff2", "shasum": "" }, "require": { @@ -1026,7 +1072,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Chris Corbyn" @@ -1038,7 +1086,12 @@ "mail", "mailer" ], - "time": "2013-01-08 15:50:34" + "support": { + "issues": "https://github.com/swiftmailer/swiftmailer/issues", + "source": "https://github.com/swiftmailer/swiftmailer/tree/v4.3.1" + }, + "abandoned": "symfony/mailer", + "time": "2013-04-11T10:22:09+00:00" }, { "name": "symfony/assetic-bundle", @@ -1101,7 +1154,7 @@ "compression", "minification" ], - "time": "2013-02-23 22:29:21" + "time": "2013-02-23T22:29:21+00:00" }, { "name": "symfony/monolog-bundle", @@ -1159,7 +1212,86 @@ "log", "logging" ], - "time": "2013-02-23 17:18:24" + "time": "2013-02-23T17:18:24+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": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } + }, + "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" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0" + }, + "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", @@ -1214,27 +1346,27 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2013-01-08 20:24:29" + "time": "2013-01-08T20:24:29+00:00" }, { "name": "symfony/symfony", - "version": "v2.2.0", + "version": "v2.2.11", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "v2.2.0" + "reference": "6a9c223b066a2553b8f59fd26f84ea630eff403c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/v2.2.0", - "reference": "v2.2.0", + "url": "https://api.github.com/repos/symfony/symfony/zipball/6a9c223b066a2553b8f59fd26f84ea630eff403c", + "reference": "6a9c223b066a2553b8f59fd26f84ea630eff403c", "shasum": "" }, "require": { - "doctrine/common": ">=2.2,<3.0", + "doctrine/common": "~2.2", "php": ">=5.3.3", - "psr/log": ">=1.0,<2.0", - "twig/twig": ">=1.11.0,<2.0" + "psr/log": "~1.0", + "twig/twig": "~1.11" }, "replace": { "symfony/browser-kit": "self.version", @@ -1274,9 +1406,9 @@ }, "require-dev": { "doctrine/data-fixtures": "1.0.*", - "doctrine/dbal": ">=2.2,<3.0", - "doctrine/orm": ">=2.2,<3.0,>=2.2.3", - "monolog/monolog": ">=1.3,<2.0", + "doctrine/dbal": "~2.2", + "doctrine/orm": "~2.2,>=2.2.3", + "monolog/monolog": "~1.3", "propel/propel1": "1.6.*" }, "type": "library", @@ -1299,13 +1431,13 @@ "MIT" ], "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], "description": "The Symfony PHP framework", @@ -1313,7 +1445,11 @@ "keywords": [ "framework" ], - "time": "2013-03-01 06:52:29" + "support": { + "issues": "https://github.com/symfony/symfony/issues", + "source": "https://github.com/symfony/symfony/tree/v2.2.11" + }, + "time": "2013-12-02T07:14:10+00:00" }, { "name": "twig/extensions", @@ -1360,66 +1496,89 @@ "i18n", "text" ], - "time": "2012-08-28 08:04:23" + "time": "2012-08-28T08:04:23+00:00" }, { "name": "twig/twig", - "version": "v1.12.2", + "version": "v1.36.0", "source": { "type": "git", - "url": "git://github.com/fabpot/Twig.git", - "reference": "v1.12.2" + "url": "https://github.com/twigphp/Twig.git", + "reference": "730c9c4471b5152d23061feb02b03382264c8a15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.2", - "reference": "v1.12.2", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/730c9c4471b5152d23061feb02b03382264c8a15", + "reference": "730c9c4471b5152d23061feb02b03382264c8a15", "shasum": "" }, "require": { - "php": ">=5.2.4" + "php": ">=5.3.3", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/debug": "^2.7", + "symfony/phpunit-bridge": "^3.4.19|^4.1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-master": "1.36-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" + }, + "psr-4": { + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3" + "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com" + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "https://twig.symfony.com/contributors", + "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", + "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], - "time": "2013-02-09 18:21:53" + "support": { + "forum": "https://groups.google.com/forum/#!forum/twig-users", + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/1.x" + }, + "time": "2018-12-16T10:34:11+00:00" } ], - "packages-dev": [ - - ], - "aliases": [ - - ], + "packages-dev": [], + "aliases": [], "minimum-stability": "alpha", - "stability-flags": [ - - ] + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=5.3.3" + }, + "platform-dev": [], + "plugin-api-version": "2.6.0" }