From 5e23dd2bbcff005d391ce75fe1aea8c4f60998f3 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Wed, 29 Jul 2026 21:50:35 +0200 Subject: [PATCH] Support Symfony 7.4.* --- CHANGELOG.md | 18 +++++++++++------- VERSION | 2 +- composer.json | 18 +++++++++--------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747fdd2..87793f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Common & useful classes, resources, extensions. Based on Symfony framework. +# 0.6.0 + +1. Support Symfony `7.4.*` + # 0.5.4 1. Add the "File" translation @@ -39,7 +43,7 @@ Common & useful classes, resources, extensions. Based on Symfony framework. enumerations | Before | After | - |-----------------------------------------------------------------------|---------------------------------------------------------| + |-----------------------------------------------------------------------|---------------------------------------------------------| | `Meritoo\CommonBundle\Type\DependencyInjection\ConfigurationFileType` | `Meritoo\CommonBundle\Enums\Date\ConfigurationFileType` | | `Meritoo\CommonBundle\Type\Date\DateLength` | `Meritoo\CommonBundle\Enums\Date\DateLength` | | `Meritoo\Common\Type\OopVisibilityType` | `Meritoo\Common\Enums\OopVisibility` | @@ -123,8 +127,8 @@ Common & useful classes, resources, extensions. Based on Symfony framework. # 0.2.2 -1. Allow installing of [twig/twig](https://packagist.org/packages/twig/twig) package with `2.1` version too - (`^2.1|^3.2` vs `^3.2` only) +1. Allow installing of [twig/twig](https://packagist.org/packages/twig/twig) package with `2.1` version too (`^2.1|^3.2` + vs `^3.2` only) 2. Use PHP `7.4` while running build in Travis CI # 0.2.1 @@ -192,8 +196,8 @@ Common & useful classes, resources, extensions. Based on Symfony framework. 5. composer > squizlabs/php_codesniffer package > use ^3.4 (instead of ^2.9) 6. Do not require ext-intl, because is required by meritoo/common-library package 7. Update Kernel used by tests -8. BaseExtension > verify extension of services' configuration file by separate method & in the loadServices() method - (not in loadConfigurationFile() method) +8. BaseExtension > verify extension of services' configuration file by separate method & in the loadServices () method + (not in loadConfigurationFile () method) 9. BaseExtension > prepare flat configuration by separate method 10. BaseExtension > prepare loader of configuration file by separate class @@ -266,7 +270,7 @@ Common & useful classes, resources, extensions. Based on Symfony framework. # 0.1.13 1. BaseExtension > allow to define patterns of keys or paths from configuration that should match to stop loading - parameters (by make getKeysToStopLoadingParametersOn() method protected) + parameters (by make getKeysToStopLoadingParametersOn () method protected) # 0.1.12 @@ -291,7 +295,7 @@ Common & useful classes, resources, extensions. Based on Symfony framework. # 0.1.8 -1. Service > FormService > add addFormOptions() method > adds options to the existing options that may be used while +1. Service > FormService > add addFormOptions () method > adds options to the existing options that may be used while creating a form # 0.1.7 diff --git a/VERSION b/VERSION index 7d85683..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 +0.6.0 diff --git a/composer.json b/composer.json index f09093d..f0059c9 100644 --- a/composer.json +++ b/composer.json @@ -15,24 +15,24 @@ "ext-intl": "*", "doctrine/annotations": "^2.0", "meritoo/common-library": "^1.3", - "symfony/form": "^7.2", - "symfony/framework-bundle": "^7.2", - "symfony/twig-bundle": "^7.2", - "symfony/validator": "^7.2" + "symfony/form": "^7.4", + "symfony/framework-bundle": "^7.4", + "symfony/twig-bundle": "^7.4", + "symfony/validator": "^7.4" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^6.1", "friendsofphp/php-cs-fixer": "^3.8", - "infection/infection": "^0.27.11", + "infection/infection": "^0.29.0", "php-coveralls/php-coveralls": "^2.5", - "phpspec/phpspec": "^7.2", + "phpspec/phpspec": "^7.4", "phpstan/phpstan": "^1.6", "phpunit/phpunit": "^9.5", "sebastian/phpcpd": "^6.0", "squizlabs/php_codesniffer": "^3.6", - "symfony/phpunit-bridge": "^7.2", - "symfony/translation": "^7.2", - "vimeo/psalm": "^5.26" + "symfony/phpunit-bridge": "^7.4", + "symfony/translation": "^7.4", + "vimeo/psalm": "^6.0" }, "autoload": { "psr-4": {