From 82ae8b85097281b2c2ecc82b79ab1ee80fa56e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:52:33 +0000 Subject: [PATCH] Bump twig/twig from 1.33.0 to 1.44.8 Bumps [twig/twig](https://github.com/twigphp/Twig) from 1.33.0 to 1.44.8. - [Changelog](https://github.com/twigphp/Twig/blob/v1.44.8/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v1.33.0...v1.44.8) --- updated-dependencies: - dependency-name: twig/twig dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 336 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 216 insertions(+), 120 deletions(-) diff --git a/composer.lock b/composer.lock index 5268b52..05e156d 100644 --- a/composer.lock +++ b/composer.lock @@ -1,11 +1,132 @@ { "_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#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3dd4d9902a436c08fe6e2722c99791f7", + "content-hash": "aebaf61bcb80d43b1af7c7d74a543b8b", "packages": [ + { + "name": "alcaeus/mongo-php-adapter", + "version": "1.0.10", + "source": { + "type": "git", + "url": "https://github.com/alcaeus/mongo-php-adapter.git", + "reference": "a85069eb0d1b8c3dc7b24572e91f158f8a3c9e77" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/alcaeus/mongo-php-adapter/zipball/a85069eb0d1b8c3dc7b24572e91f158f8a3c9e77", + "reference": "a85069eb0d1b8c3dc7b24572e91f158f8a3c9e77", + "shasum": "" + }, + "require": { + "ext-hash": "*", + "mongodb/mongodb": "^1.0.1", + "php": "^5.5 || ^7.0" + }, + "provide": { + "ext-mongo": "1.6.14" + }, + "require-dev": { + "phpunit/phpunit": "^4.8 || ^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Mongo": "lib/Mongo" + }, + "psr-4": { + "Alcaeus\\MongoDbAdapter\\": "lib/Alcaeus/MongoDbAdapter" + }, + "files": [ + "lib/Mongo/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "alcaeus", + "email": "alcaeus@alcaeus.org" + }, + { + "name": "Olivier Lechevalier", + "email": "olivier.lechevalier@gmail.com" + } + ], + "description": "Adapter to provide ext-mongo interface on top of mongo-php-libary", + "keywords": [ + "database", + "mongodb" + ], + "time": "2017-03-29T18:29:29+00:00" + }, + { + "name": "mongodb/mongodb", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/mongodb/mongo-php-library.git", + "reference": "a307dd60e71e1291c60927ea4f3a1905146063f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/a307dd60e71e1291c60927ea4f3a1905146063f5", + "reference": "a307dd60e71e1291c60927ea4f3a1905146063f5", + "shasum": "" + }, + "require": { + "ext-mongodb": "^1.2.0", + "php": ">=5.4" + }, + "require-dev": { + "phpunit/phpunit": "^4.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "MongoDB\\": "src/" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Jeremy Mikola", + "email": "jmikola@gmail.com" + }, + { + "name": "Hannes Magnusson", + "email": "bjori@mongodb.com" + }, + { + "name": "Derick Rethans", + "email": "github@derickrethans.nl" + } + ], + "description": "MongoDB driver library", + "homepage": "https://jira.mongodb.org/browse/PHPLIB", + "keywords": [ + "database", + "driver", + "mongodb", + "persistence" + ], + "time": "2017-02-16T18:40:32+00:00" + }, { "name": "pimple/pimple", "version": "v1.1.1", @@ -153,190 +274,164 @@ "time": "2014-12-09T23:48:51+00:00" }, { - "name": "twig/twig", - "version": "v1.33.0", + "name": "symfony/polyfill-ctype", + "version": "v1.31.0", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a", - "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=5.2.7" + "php": ">=7.2" }, - "require-dev": { - "psr/container": "^1.0", - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.3@dev" + "provide": { + "ext-ctype": "*" + }, + "suggest": { + "ext-ctype": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.33-dev" + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-0": { - "Twig_": "lib/" + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" }, { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "templating" + "compatibility", + "ctype", + "polyfill", + "portable" ], - "time": "2017-03-22T15:40:09+00:00" - } - ], - "packages-dev": [ + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.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": "2024-09-09T11:45:10+00:00" + }, { - "name": "alcaeus/mongo-php-adapter", - "version": "1.0.10", + "name": "twig/twig", + "version": "v1.44.8", "source": { "type": "git", - "url": "https://github.com/alcaeus/mongo-php-adapter.git", - "reference": "a85069eb0d1b8c3dc7b24572e91f158f8a3c9e77" + "url": "https://github.com/twigphp/Twig.git", + "reference": "b1f009c449e435a0384814e67205d9190a4d050e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/alcaeus/mongo-php-adapter/zipball/a85069eb0d1b8c3dc7b24572e91f158f8a3c9e77", - "reference": "a85069eb0d1b8c3dc7b24572e91f158f8a3c9e77", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/b1f009c449e435a0384814e67205d9190a4d050e", + "reference": "b1f009c449e435a0384814e67205d9190a4d050e", "shasum": "" }, "require": { - "ext-hash": "*", - "mongodb/mongodb": "^1.0.1", - "php": "^5.5 || ^7.0" - }, - "provide": { - "ext-mongo": "1.6.14" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0" + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.44-dev" } }, "autoload": { "psr-0": { - "Mongo": "lib/Mongo" + "Twig_": "lib/" }, "psr-4": { - "Alcaeus\\MongoDbAdapter\\": "lib/Alcaeus/MongoDbAdapter" - }, - "files": [ - "lib/Mongo/functions.php" - ] + "Twig\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "alcaeus", - "email": "alcaeus@alcaeus.org" + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { - "name": "Olivier Lechevalier", - "email": "olivier.lechevalier@gmail.com" + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" } ], - "description": "Adapter to provide ext-mongo interface on top of mongo-php-libary", + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", "keywords": [ - "database", - "mongodb" + "templating" ], - "time": "2017-03-29T18:29:29+00:00" - }, - { - "name": "mongodb/mongodb", - "version": "1.1.2", - "source": { - "type": "git", - "url": "https://github.com/mongodb/mongo-php-library.git", - "reference": "a307dd60e71e1291c60927ea4f3a1905146063f5" + "support": { + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/v1.44.8" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/a307dd60e71e1291c60927ea4f3a1905146063f5", - "reference": "a307dd60e71e1291c60927ea4f3a1905146063f5", - "shasum": "" - }, - "require": { - "ext-mongodb": "^1.2.0", - "php": ">=5.4" - }, - "require-dev": { - "phpunit/phpunit": "^4.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "MongoDB\\": "src/" - }, - "files": [ - "src/functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Jeremy Mikola", - "email": "jmikola@gmail.com" - }, + "funding": [ { - "name": "Hannes Magnusson", - "email": "bjori@mongodb.com" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Derick Rethans", - "email": "github@derickrethans.nl" + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" } ], - "description": "MongoDB driver library", - "homepage": "https://jira.mongodb.org/browse/PHPLIB", - "keywords": [ - "database", - "driver", - "mongodb", - "persistence" - ], - "time": "2017-02-16T18:40:32+00:00" - }, + "time": "2024-09-09T17:17:16+00:00" + } + ], + "packages-dev": [ { "name": "phpunit/php-code-coverage", "version": "1.2.18", @@ -769,5 +864,6 @@ }, "platform-dev": { "ext-dom": "*" - } + }, + "plugin-api-version": "2.6.0" }