File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 coverage : none
5050 tools : flex
5151
52+ - name : Remove enlightn/security-checker as it does not support Symfony 8
53+ if : matrix.symfony == '8.0.*'
54+ run : composer remove enlightn/security-checker
55+
5256 - name : Install dependencies
5357 run : composer update --prefer-dist
5458 env :
Original file line number Diff line number Diff line change 1919 "doctrine/doctrine-migrations-bundle" : " ^2.0 || ^3.0 || ^4.0" ,
2020 "doctrine/migrations" : " ^2.0 || ^3.0 || ^4.0" ,
2121 "doctrine/persistence" : " ^1.3.3 || ^2.0 || ^3.0 || ^4.0" ,
22+ "enlightn/security-checker" : " ^1.11 || ^2.0" ,
2223 "guzzlehttp/guzzle" : " ^5.3.2 || ^6.3.3 || ^7.0.1" ,
2324 "matthiasnoback/symfony-dependency-injection-test" : " ^4.3 || ^5.0 || ^6.3" ,
2425 "php-cs-fixer/shim" : " ^3.75" ,
3435 "symfony/yaml" : " ^6.4|^7.0|^8.0"
3536 },
3637 "suggest" : {
37- "symfony/expression-language" : " To use the Expression check" ,
38- "enlightn/security-checker" : " Required by the Security Advisory check (^1.11; not yet compatible with Symfony 8)"
38+ "symfony/expression-language" : " To use the Expression check"
3939 },
4040 "autoload" : {
4141 "psr-4" : {
You can’t perform that action at this time.
0 commit comments