Skip to content

Commit e5b1831

Browse files
authored
feature #291 bump minimum dependency versions
1 parent c12daef commit e5b1831

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
test:
1212
uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main
1313
with:
14-
php-version-lowest: '8.1.10'
14+
php-version-matrix: '[8.3]'
15+
php-version-lowest: 8.3
1516

1617
composer-validate:
1718
uses: SymfonyCasts/.github/.github/workflows/composer-validate.yaml@main

UPGRADING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Upgrade from 1.x to 2.0
2+
3+
ResetPasswordBundle now requires PHP `8.3`+ & Symfony `6.4.5`+

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"license": "MIT",
66
"minimum-stability": "dev",
77
"require": {
8-
"php": ">=8.1.10",
8+
"php": ">=8.3",
99
"ext-json": "*",
10-
"symfony/config": "^5.4 | ^6.0 | ^7.0",
11-
"symfony/dependency-injection": "^5.4 | ^6.0 | ^7.0",
10+
"symfony/config": "^6.4.5 | ^7.0",
11+
"symfony/dependency-injection": "^6.4.5 | ^7.0",
1212
"symfony/deprecation-contracts": "^2.2 | ^3.0",
13-
"symfony/http-kernel": "^5.4 | ^6.0 | ^7.0"
13+
"symfony/http-kernel": "^6.4.5 | ^7.0"
1414
},
1515
"require-dev": {
1616
"doctrine/orm": "^2.13",
17-
"symfony/framework-bundle": "^5.4 | ^6.0 | ^7.0",
18-
"symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0",
17+
"symfony/framework-bundle": "^6.4.5 | ^7.0",
18+
"symfony/phpunit-bridge": "^6.4.5 | ^7.0",
1919
"doctrine/doctrine-bundle": "^2.8",
2020
"doctrine/annotations": "^1.0",
2121
"phpstan/phpstan": "^1.11.x-dev"

0 commit comments

Comments
 (0)