Skip to content

Commit fd95465

Browse files
Andrii Krasnoholovetspelanis
authored andcommitted
AC-282: added support for symfony 6
1 parent 52db1f4 commit fd95465

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.1.0
8+
### Added
9+
- Support for symfony 6
10+
711
## 2.0.2
812
### Added
913
- Support for symfony/config ^5.0

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"require": {
1717
"php": ">=7.1",
18-
"symfony/lock": "^v3.4 || ^4.4 || ^5.4",
19-
"symfony/config": "^3.0 || ^4.0 || ^5.0",
20-
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0",
21-
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0",
18+
"symfony/lock": "^v3.4 || ^4.4 || ^5.4 || ^6.0",
19+
"symfony/config": "^3.0 || ^4.0 || ^5.0 || ^6.0",
20+
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0 || ^6.0",
21+
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0",
2222
"symfony/yaml": "^4.0 || ^5.0 || ^6.0 || ^7.0",
2323
"symfony/console": "^4.4 || ^5.3 || ^6.0"
2424
},

test/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
framework:
22
secret: test
33
session:
4-
storage_id: session.storage.mock_file
4+
storage_factory_id: session.storage.factory.mock_file
55

66
snc_redis:
77
clients:

0 commit comments

Comments
 (0)