Skip to content

Commit f9cc715

Browse files
Drop Symfony support for version 7.0 - 7.2
1 parent 0685562 commit f9cc715

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
php-versions: ['8.2', '8.3', '8.4', '8.5']
1515
symfony:
1616
- '6.4.*'
17-
- '7.0.*'
18-
- '7.1.*'
19-
- '7.2.*'
2017
- '7.3.*'
2118
- '7.4.*'
2219

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ intl-sort 2.0 or higher comes with a [few breaking changes](https://github.com/S
1818

1919
# 1.2.0
2020

21-
## Drop support of Symfony 5
21+
## Drop support of Symfony 5, 7.0, 7.1, 7.2
2222

23-
Please update to Symfony 6.4 or newer.
23+
Please update to Symfony 6.4 or 7.3 and newer.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"php": "^8.2",
1616
"senseexception/intl-format": "^2.3",
1717
"senseexception/intl-sort": "^2.0",
18-
"symfony/http-kernel": "^6.4 || ^7.0",
19-
"symfony/http-foundation": "^6.4 || ^7.0",
20-
"symfony/dependency-injection": "^6.4 || ^7.0",
21-
"symfony/config": "^6.4 || ^7.0",
22-
"symfony/twig-bundle": "^6.4 || ^7.0"
18+
"symfony/http-kernel": "^6.4 || ^7.3",
19+
"symfony/http-foundation": "^6.4 || ^7.3",
20+
"symfony/dependency-injection": "^6.4 || ^7.3",
21+
"symfony/config": "^6.4 || ^7.3",
22+
"symfony/twig-bundle": "^6.4 || ^7.3"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^11.5",

0 commit comments

Comments
 (0)