diff --git a/composer.json b/composer.json index 51be6fe..303e87c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-iconv": "*", "ext-intl": "*", "doctrine/doctrine-fixtures-bundle": "^3.0", - "php-translation/symfony-bundle": "^0.8", + "php-translation/symfony-bundle": "^0.9", "sensio/framework-extra-bundle": "^5.1", "sensiolabs/security-checker": "^5.0", "symfony/asset": "^4.1", diff --git a/composer.lock b/composer.lock index bc09757..e07d4fa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f216218af688025d4f0010e3dbb7b459", + "content-hash": "5a3f623243572501bd1ba6a2addc6264", "packages": [ { "name": "composer/ca-bundle", @@ -1437,16 +1437,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.0.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d" + "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd088dc940a418f09cda079a9b5c7c478890fb8d", - "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4", + "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4", "shasum": "" }, "require": { @@ -1454,7 +1454,7 @@ "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "^6.5 || ^7.0" + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" }, "bin": [ "bin/php-parse" @@ -1462,7 +1462,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -1484,7 +1484,7 @@ "parser", "php" ], - "time": "2018-07-15T17:25:16+00:00" + "time": "2019-09-01T07:51:21+00:00" }, { "name": "nyholm/nsa", @@ -1744,47 +1744,48 @@ }, { "name": "php-translation/symfony-bundle", - "version": "0.8.0", + "version": "0.9.1", "source": { "type": "git", "url": "https://github.com/php-translation/symfony-bundle.git", - "reference": "380d979a2e17d4051c5347587745a148c667d3ee" + "reference": "584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/380d979a2e17d4051c5347587745a148c667d3ee", - "reference": "380d979a2e17d4051c5347587745a148c667d3ee", + "url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb", + "reference": "584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb", "shasum": "" }, "require": { "nyholm/nsa": "^1.1", - "php": "^5.5 || ^7.0", + "php": "^7.1", "php-translation/common": "^1.0", - "php-translation/extractor": "^1.3", + "php-translation/extractor": "^1.6", "php-translation/symfony-storage": "^1.0", - "symfony/finder": "^2.7 || ^3.0 || ^4.0", - "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0", - "symfony/intl": "^2.7 || ^3.0 || ^4.0", - "symfony/translation": "^2.7 || ^3.0 || ^4.0", - "symfony/twig-bundle": "^2.7 || ^3.0 || ^4.0", - "symfony/validator": "^2.7 || ^3.0 || ^4.0" + "symfony/finder": "^3.4 || ^4.0", + "symfony/framework-bundle": "^3.4 || ^4.0", + "symfony/intl": "^3.4 || ^4.0", + "symfony/translation": "^3.4 || ^4.0", + "symfony/twig-bundle": "^3.4 || ^4.0", + "symfony/validator": "^3.4 || ^4.0", + "twig/twig": "^1.42 || ^2.11" }, "require-dev": { - "guzzlehttp/psr7": "^1.4", - "matthiasnoback/symfony-config-test": "^2.2 || ^3.1", - "matthiasnoback/symfony-dependency-injection-test": "^1.2 || ^2.3", - "nyholm/symfony-bundle-test": "^1.2.3", + "matthiasnoback/symfony-config-test": "^4.0", + "matthiasnoback/symfony-dependency-injection-test": "^3.1", + "nyholm/psr7": "^1.1", + "nyholm/symfony-bundle-test": "^1.4", "php-http/curl-client": "^1.7", "php-http/message": "^1.6", "php-http/message-factory": "^1.0.2", "php-translation/translator": "^1.0", - "symfony/asset": "^2.7 || ^3.0 || ^4.0", - "symfony/console": "^2.7 || ^3.0 || ^4.0", - "symfony/dependency-injection": "^2.7 || ^3.0 || ^4.0", - "symfony/phpunit-bridge": "^3.4 || ^4.0", - "symfony/templating": "^2.7 || ^3.0 || ^4.0", - "symfony/twig-bridge": "^2.7 || ^3.0 || ^4.0", - "symfony/web-profiler-bundle": "^2.7 || ^3.0 || ^4.0" + "symfony/asset": "^3.4 || ^4.0", + "symfony/console": "^3.4 || ^4.0", + "symfony/dependency-injection": "^3.4 || ^4.0", + "symfony/phpunit-bridge": "^4.2", + "symfony/templating": "^3.4 || ^4.0", + "symfony/twig-bridge": "^3.4 || ^4.0", + "symfony/web-profiler-bundle": "^3.4 || ^4.0" }, "suggest": { "php-http/httplug-bundle": "To easier configure your httplug clients." @@ -1792,13 +1793,16 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "0.7-dev" + "dev-master": "0.10-dev" } }, "autoload": { "psr-4": { "Translation\\Bundle\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1810,7 +1814,7 @@ "email": "tobias.nyholm@gmail.com" } ], - "time": "2018-07-04T14:44:53+00:00" + "time": "2019-09-06T07:39:54+00:00" }, { "name": "php-translation/symfony-storage", @@ -3261,16 +3265,16 @@ }, { "name": "symfony/intl", - "version": "v4.1.4", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "ab0fba135f163ca6e1d72ab6fdeac49e0285e6b0" + "reference": "8db5505703c5bdb23d524fd994dad2f781966538" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/ab0fba135f163ca6e1d72ab6fdeac49e0285e6b0", - "reference": "ab0fba135f163ca6e1d72ab6fdeac49e0285e6b0", + "url": "https://api.github.com/repos/symfony/intl/zipball/8db5505703c5bdb23d524fd994dad2f781966538", + "reference": "8db5505703c5bdb23d524fd994dad2f781966538", "shasum": "" }, "require": { @@ -3286,7 +3290,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.3-dev" } }, "autoload": { @@ -3332,7 +3336,7 @@ "l10n", "localization" ], - "time": "2018-08-01T08:24:03+00:00" + "time": "2019-08-26T08:26:39+00:00" }, { "name": "symfony/lts", @@ -3640,21 +3644,21 @@ }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.9.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "f22a90256d577c7ef7efad8df1f0201663d57644" + "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644", - "reference": "f22a90256d577c7ef7efad8df1f0201663d57644", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e", + "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/intl": "~2.3|~3.0|~4.0" + "symfony/intl": "~2.3|~3.0|~4.0|~5.0" }, "suggest": { "ext-intl": "For best performance" @@ -3662,7 +3666,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -3694,7 +3698,7 @@ "portable", "shim" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -4377,16 +4381,16 @@ }, { "name": "symfony/validator", - "version": "v4.1.4", + "version": "v4.1.12", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "92646dd2c781f2a8926f9bf57a9333a1e5a628c5" + "reference": "a2956c89d13da760d07b438a0a0cd7045a628fd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/92646dd2c781f2a8926f9bf57a9333a1e5a628c5", - "reference": "92646dd2c781f2a8926f9bf57a9333a1e5a628c5", + "url": "https://api.github.com/repos/symfony/validator/zipball/a2956c89d13da760d07b438a0a0cd7045a628fd4", + "reference": "a2956c89d13da760d07b438a0a0cd7045a628fd4", "shasum": "" }, "require": { @@ -4459,7 +4463,7 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2018-08-07T09:35:05+00:00" + "time": "2019-01-25T14:34:37+00:00" }, { "name": "symfony/var-dumper", @@ -4799,19 +4803,19 @@ "authors": [ { "name": "Fabien Potencier", - "role": "Lead Developer", "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org" + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Armin Ronacher", - "role": "Project Founder", - "email": "armin.ronacher@active-4.com" + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" }, { "name": "Twig Team", - "role": "Contributors", - "homepage": "https://twig.symfony.com/contributors" + "homepage": "https://twig.symfony.com/contributors", + "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", @@ -4823,24 +4827,24 @@ }, { "name": "webmozart/assert", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", + "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", "extra": { @@ -4869,7 +4873,7 @@ "check", "validate" ], - "time": "2018-01-29T19:49:41+00:00" + "time": "2019-08-24T08:43:50+00:00" }, { "name": "zendframework/zend-code",