File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 2.1.0
8
+ ### Added
9
+ - Support for symfony 6
10
+
7
11
## 2.0.2
8
12
### Added
9
13
- Support for symfony/config ^5.0
Original file line number Diff line number Diff line change 15
15
},
16
16
"require" : {
17
17
"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 " ,
22
22
"symfony/yaml" : " ^4.0 || ^5.0 || ^6.0 || ^7.0" ,
23
23
"symfony/console" : " ^4.4 || ^5.3 || ^6.0"
24
24
},
Original file line number Diff line number Diff line change 1
1
framework :
2
2
secret : test
3
3
session :
4
- storage_id : session.storage.mock_file
4
+ storage_factory_id : session.storage.factory .mock_file
5
5
6
6
snc_redis :
7
7
clients :
You can’t perform that action at this time.
0 commit comments