Skip to content

Commit 5ed5bb6

Browse files
committed
re-add enlightn to composer.json and remove on symfony 8 until enlightn/security-checker#40 is merged
1 parent 513b77d commit 5ed5bb6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
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:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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",
@@ -34,8 +35,7 @@
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": {

0 commit comments

Comments
 (0)