From 1b24eccde7d365239e99de3b165339d2c327e225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:53:01 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.34 to 3.1.43 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.34 to 3.1.43. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/v3.1.43/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v3.1.34...v3.1.43) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 220 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 197 insertions(+), 23 deletions(-) diff --git a/composer.lock b/composer.lock index c94eb24..84a40d5 100644 --- a/composer.lock +++ b/composer.lock @@ -54,27 +54,34 @@ "source": { "type": "git", "url": "https://github.com/propelorm/Propel2.git", - "reference": "297473a6ddf0dcbbd6f88cb852c2c549814f908e" + "reference": "5ebc1943eeedb3d2ae4e4355b0a2d3e512f4cace" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/propelorm/Propel2/zipball/297473a6ddf0dcbbd6f88cb852c2c549814f908e", - "reference": "297473a6ddf0dcbbd6f88cb852c2c549814f908e", + "url": "https://api.github.com/repos/propelorm/Propel2/zipball/5ebc1943eeedb3d2ae4e4355b0a2d3e512f4cace", + "reference": "5ebc1943eeedb3d2ae4e4355b0a2d3e512f4cace", "shasum": "" }, "require": { - "php": ">=5.5", - "psr/log": "~1.0", - "symfony/config": "~2.3||~3.0||~4.0", - "symfony/console": "~2.3||~3.0||~4.0", - "symfony/filesystem": "~2.3||~3.0||~4.0", - "symfony/finder": "~2.3||~3.0||~4.0", - "symfony/validator": "~2.3||~3.0.0||~3.1.0||^3.2.4||~4.0", - "symfony/yaml": "~2.3||~3.0||~4.0" + "php": ">=7.4", + "psr/log": "^1.0||^2.0||^3.0", + "symfony/config": "^4.4.0||^5.0.0||^6.0.0", + "symfony/console": "^4.4.0||^5.0.0||^6.0.0", + "symfony/filesystem": "^4.4.0||^5.0.0||^6.0.0", + "symfony/finder": "^4.4.0||^5.0.0||^6.0.0", + "symfony/translation": "^4.4.0||^5.0.0||^6.0.0", + "symfony/validator": "^4.4.0||^5.0.0||^6.0.0", + "symfony/yaml": "^4.4.0||^5.0.0||^6.0.0" }, "require-dev": { - "monolog/monolog": "~1.3", - "phpunit/phpunit": "~4.0||~5.0" + "ext-json": "*", + "ext-pdo": "*", + "mikey179/vfsstream": "^1.6", + "monolog/monolog": "^1.3 || ^2.3", + "phpstan/phpstan": "^1.2", + "phpunit/phpunit": "^9.5.0", + "psalm/phar": "^4.14", + "spryker/code-sniffer": "^0.17.2" }, "suggest": { "monolog/monolog": "The recommended logging library to use with Propel." @@ -89,8 +96,8 @@ } }, "autoload": { - "psr-0": { - "Propel": "src/" + "psr-4": { + "Propel\\": "src/Propel/" } }, "notification-url": "https://packagist.org/downloads/", @@ -103,14 +110,14 @@ "email": "william.durand1@gmail.com" } ], - "description": "Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.", + "description": "Propel2 is an open-source Object-Relational Mapping (ORM) for PHP.", "homepage": "http://www.propelorm.org/", "keywords": [ "Active Record", "orm", "persistence" ], - "time": "2019-11-08T13:12:55+00:00" + "time": "2022-01-12T21:56:05+00:00" }, { "name": "psr/container", @@ -210,23 +217,24 @@ }, { "name": "smarty/smarty", - "version": "v3.1.34", + "version": "v3.1.43", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "c9f0de05f41b9e52798b268ab1e625fac3b8578c" + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c9f0de05f41b9e52798b268ab1e625fac3b8578c", - "reference": "c9f0de05f41b9e52798b268ab1e625fac3b8578c", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/273f7e00fec034f6d61112552e9caf08d19565b7", + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { - "phpunit/phpunit": "6.4.1" + "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "smarty/smarty-lexer": "^3.1" }, "type": "library", "extra": { @@ -262,7 +270,7 @@ "keywords": [ "templating" ], - "time": "2019-02-28T06:42:20+00:00" + "time": "2022-01-10T09:52:40+00:00" }, { "name": "symfony/config", @@ -776,6 +784,86 @@ ], "time": "2020-02-27T09:26:54+00:00" }, + { + "name": "symfony/polyfill-php80", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "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": "2021-09-13T13:58:33+00:00" + }, { "name": "symfony/service-contracts", "version": "v2.0.1", @@ -834,6 +922,92 @@ ], "time": "2019-11-18T17:27:11+00:00" }, + { + "name": "symfony/translation", + "version": "v4.4.34", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "26d330720627b234803595ecfc0191eeabc65190" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/26d330720627b234803595ecfc0191eeabc65190", + "reference": "26d330720627b234803595ecfc0191eeabc65190", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<3.4", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "symfony/translation-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/finder": "~2.8|~3.0|~4.0|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/intl": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1.2|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "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": "Provides tools to internationalize your application", + "homepage": "https://symfony.com", + "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": "2021-11-04T12:23:33+00:00" + }, { "name": "symfony/translation-contracts", "version": "v2.0.1",