File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2222 dependencies :
2323 - " lowest"
2424 - " highest"
25- symfony-yaml : ['^3.4', '^4', '^5']
25+ symfony-yaml : ['^3.4', '^4', '^5', '^6' ]
2626 include :
2727 - os : " windows-latest"
2828 php : " 8.0"
3636 # symfony/yaml v5 does not run on PHP 7.1
3737 - php : ' 7.1'
3838 symfony-yaml : ' ^5'
39+ # symfony/yaml v6 does not run on PHP 7.*
40+ - php : ' 7.1'
41+ symfony-yaml : ' ^6'
42+ - php : ' 7.2'
43+ symfony-yaml : ' ^6'
44+ - php : ' 7.3'
45+ symfony-yaml : ' ^6'
46+ - php : ' 7.4'
47+ symfony-yaml : ' ^6'
3948 # symfony/yaml v3.4 is not compatible with PHP 8.0 but has no upper-bound, so it installs on it
4049 - php : ' 8.0'
4150 symfony-yaml : ' ^3.4'
Original file line number Diff line number Diff line change 2020 "require" : {
2121 "php" : " >=7.1.0" ,
2222 "ext-json" : " *" ,
23- "symfony/yaml" : " ^3.4 || ^4 || ^5" ,
23+ "symfony/yaml" : " ^3.4 || ^4 || ^5 || ^6 " ,
2424 "justinrainbow/json-schema" : " ^5.2"
2525 },
2626 "require-dev" : {
4242 },
4343 "extra" : {
4444 "branch-alias" : {
45- "dev-master" : " 1.5 .x-dev"
45+ "dev-master" : " 1.6 .x-dev"
4646 }
4747 },
4848 "bin" : [
You can’t perform that action at this time.
0 commit comments