Skip to content

Commit 65fd998

Browse files
committed
Drop Symfony 6.0-6.2
1 parent f98976d commit 65fd998

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: ['8.1', '8.2']
13-
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*']
13+
symfony: ['5.4.*', '6.3.*']
1414
composer-flags: ['--prefer-stable']
1515
can-fail: [false]
1616
extensions: ['curl, iconv, mbstring, mongodb, pdo, pdo_sqlite, sqlite, zip']

UPGRADE-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The below guide will assist in upgrading from the 1.x versions to 2.0.
44

55
## Bundle Requirements
66

7-
- Symfony 5.4 or 6.0+
7+
- Symfony 5.4 or 6.3+
88
- PHP 8.1 or later
99

1010
## General changes

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"php": ">=8.1",
1717
"doctrine/persistence": "^2.5|^3.0",
1818
"lexik/jwt-authentication-bundle": "^2.15|^3.0",
19-
"symfony/config": "^5.4|^6.0",
20-
"symfony/console": "^5.4|^6.0",
21-
"symfony/dependency-injection": "^5.4|^6.0",
19+
"symfony/config": "^5.4|^6.3",
20+
"symfony/console": "^5.4|^6.3",
21+
"symfony/dependency-injection": "^5.4|^6.3",
2222
"symfony/deprecation-contracts": "^2.1|^3.0",
23-
"symfony/event-dispatcher": "^5.4|^6.0",
24-
"symfony/http-foundation": "^5.4|^6.0",
25-
"symfony/http-kernel": "^5.4|^6.0",
26-
"symfony/property-access": "^5.4|^6.0",
27-
"symfony/security-bundle": "^5.4|^6.0",
28-
"symfony/security-core": "^5.4|^6.0",
29-
"symfony/security-http": "^5.4|^6.0"
23+
"symfony/event-dispatcher": "^5.4|^6.3",
24+
"symfony/http-foundation": "^5.4|^6.3",
25+
"symfony/http-kernel": "^5.4|^6.3",
26+
"symfony/property-access": "^5.4|^6.3",
27+
"symfony/security-bundle": "^5.4|^6.3",
28+
"symfony/security-core": "^5.4|^6.3",
29+
"symfony/security-http": "^5.4|^6.3"
3030
},
3131
"require-dev": {
3232
"doctrine/annotations": "^1.13|^2.0",
@@ -35,7 +35,7 @@
3535
"matthiasnoback/symfony-config-test": "^4.3",
3636
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
3737
"phpunit/phpunit": "^9.5",
38-
"symfony/cache": "^5.4|^6.0"
38+
"symfony/cache": "^5.4|^6.3"
3939
},
4040
"conflict": {
4141
"doctrine/mongodb-odm": "<2.3",

0 commit comments

Comments
 (0)