Skip to content

Commit bc5894b

Browse files
Keep support for SF 7
1 parent 614a8e3 commit bc5894b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
php-version: '8.4'
108108
composer-options: '--prefer-stable'
109109
symfony-version: '^8.0'
110+
-
111+
php-version: '8.4'
112+
composer-options: '--prefer-stable'
113+
symfony-version: '^7.4'
110114

111115
steps:
112116
-

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ UPGRADE
44
From 3.x to 4.0
55
---------------
66

7-
* Support for Symfony 6 and 7 was removed, PHP 8.4 and Symfony 8.0 is now the minimum required version.
7+
* Support for Symfony 6 was removed, PHP 8.4 and Symfony 7.4 is now the minimum required version.
88

99
* The constructor of password constraints has changed, see (Upgrade instructions of the validator library)[https://github.com/rollerworks/PasswordStrengthValidator/blob/main/UPGRADE.md]
1010

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"require": {
2323
"php": ">=8.4",
2424
"rollerworks/password-strength-validator": "^3.0",
25-
"symfony/framework-bundle": "^8.0"
25+
"symfony/framework-bundle": "^7.4 || ^8.0"
2626
},
2727
"require-dev": {
2828
"matthiasnoback/symfony-dependency-injection-test": "^6.2",
2929
"phpunit/phpunit": "^12.4",
3030
"rollerscapes/standards": "^1.0",
31-
"symfony/phpunit-bridge": "^8.0"
31+
"symfony/phpunit-bridge": "^7.4 || ^8.0"
3232
},
3333
"minimum-stability": "dev",
3434
"prefer-stable": true,

0 commit comments

Comments
 (0)