File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- Version 4.x
1
+ Version 4.0
2
2
===========
3
3
* Remove symfony 3 compability
4
+ * Set min php version to 7.2 as requirment for coming code styling
4
5
* Pass tree root via constructor (thanks @elonmir )
5
6
* Update phpunit to v8
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " >=7.2" ,
16
- "symfony/http-foundation" : " ~4.0" ,
17
- "symfony/http-kernel" : " ~4.0" ,
18
- "symfony/dependency-injection" : " ~4.0" ,
19
- "symfony/config" : " ~4.0" ,
20
- "symfony/console" : " ~4.0" ,
21
- "symfony/twig-bridge" : " ~4.0" ,
22
- "symfony/yaml" : " ~4.0"
16
+ "symfony/http-foundation" : " ~4.0|~5.0 " ,
17
+ "symfony/http-kernel" : " ~4.0|~5.0 " ,
18
+ "symfony/dependency-injection" : " ~4.0|~5.0 " ,
19
+ "symfony/config" : " ~4.0|~5.0 " ,
20
+ "symfony/console" : " ~4.0|~5.0 " ,
21
+ "symfony/twig-bridge" : " ~4.0|~5.0 " ,
22
+ "symfony/yaml" : " ~4.0|~5.0 "
23
23
},
24
24
"require-dev" : {
25
25
"twig/twig" : " ~2" ,
You can’t perform that action at this time.
0 commit comments