File tree 3 files changed +119
-127
lines changed
3 files changed +119
-127
lines changed Original file line number Diff line number Diff line change 2
2
## mm/dd/2019
3
3
4
4
1 . [ ] ( #bugfix )
5
- * Fixed broken markdown Twig tag [ #2635 ] ( https://github.com/getgrav/grav/issues/2635 )
5
+ * Fixed broken markdown Twig tag [ #2635 ] ( https://github.com/getgrav/grav/issues/2635 )
6
+ * Force Symfony 4.2 in Grav 1.6 to remove a bunch of deprecated messages
6
7
7
8
# v1.6.14
8
9
## 08/18/2019
Original file line number Diff line number Diff line change 27
27
"twig/twig" : " ~1.40" ,
28
28
"erusev/parsedown" : " 1.6.4" ,
29
29
"erusev/parsedown-extra" : " ~0.7" ,
30
- "symfony/yaml" : " ~4.2" ,
31
- "symfony/console" : " ~4.2" ,
32
- "symfony/event-dispatcher" : " ~4.2" ,
33
- "symfony/var-dumper" : " ~4.2" ,
34
- "symfony/process" : " ~4.2" ,
30
+ "symfony/yaml" : " ~4.2.0 " ,
31
+ "symfony/console" : " ~4.2.0 " ,
32
+ "symfony/event-dispatcher" : " ~4.2.0 " ,
33
+ "symfony/var-dumper" : " ~4.2.0 " ,
34
+ "symfony/process" : " ~4.2.0 " ,
35
35
"doctrine/cache" : " ^1.8" ,
36
36
"doctrine/collections" : " ^1.5" ,
37
37
"guzzlehttp/psr7" : " ^1.4" ,
You can’t perform that action at this time.
0 commit comments