From 80c4371504965870074ad8c5ed836fb046660308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 19:57:17 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.34 to 3.1.39 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.34 to 3.1.39. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/master/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v3.1.34...v3.1.39) Signed-off-by: dependabot[bot] --- composer.lock | 139 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 116 insertions(+), 23 deletions(-) diff --git a/composer.lock b/composer.lock index c94eb24..51ebef6 100644 --- a/composer.lock +++ b/composer.lock @@ -54,27 +54,34 @@ "source": { "type": "git", "url": "https://github.com/propelorm/Propel2.git", - "reference": "297473a6ddf0dcbbd6f88cb852c2c549814f908e" + "reference": "394a6cea5e96e9dbbdeec40ea46b7f1e64693b12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/propelorm/Propel2/zipball/297473a6ddf0dcbbd6f88cb852c2c549814f908e", - "reference": "297473a6ddf0dcbbd6f88cb852c2c549814f908e", + "url": "https://api.github.com/repos/propelorm/Propel2/zipball/394a6cea5e96e9dbbdeec40ea46b7f1e64693b12", + "reference": "394a6cea5e96e9dbbdeec40ea46b7f1e64693b12", "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.2", + "psr/log": "^1.0", + "symfony/config": "^3.4.0||^4.0.0||^5.0.0", + "symfony/console": "^3.4.0||^4.0.0||^5.0.0", + "symfony/filesystem": "^3.4.0||^4.0.0||^5.0.0", + "symfony/finder": "^3.4.0||^4.0.0||^5.0.0", + "symfony/translation": "^3.4.0||^4.0.0||^5.0.0", + "symfony/validator": "^3.4.0||^4.0.0||^5.0.0", + "symfony/yaml": "^3.4.0||^4.0.0||^5.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", + "phpstan/phpstan": "^0.12.4", + "phpunit/phpunit": "^8.0.0||^9.0.0", + "psalm/phar": "4.2.1", + "spryker/code-sniffer": "^0.15.6" }, "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": "2021-02-09T09:41:03+00:00" }, { "name": "psr/container", @@ -210,23 +217,24 @@ }, { "name": "smarty/smarty", - "version": "v3.1.34", + "version": "v3.1.39", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "c9f0de05f41b9e52798b268ab1e625fac3b8578c" + "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419" }, "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/e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", + "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", "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": "2021-02-17T21:57:51+00:00" }, { "name": "symfony/config", @@ -834,6 +842,91 @@ ], "time": "2019-11-18T17:27:11+00:00" }, + { + "name": "symfony/translation", + "version": "v4.4.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "e1d0c67167a553556d9f974b5fa79c2448df317a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/e1d0c67167a553556d9f974b5fa79c2448df317a", + "reference": "e1d0c67167a553556d9f974b5fa79c2448df317a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "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" + }, + "require-dev": { + "psr/log": "~1.0", + "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-01-27T09:09:26+00:00" + }, { "name": "symfony/translation-contracts", "version": "v2.0.1",