Skip to content

Commit

Permalink
Revert "fix(composer): set enlightn/security-checker dependency as re…
Browse files Browse the repository at this point in the history
…quire in composer."

This reverts commit 5367132.

Signed-off-by: Kevin Bond <[email protected]>
  • Loading branch information
kbond committed Jun 19, 2023
1 parent 92d6216 commit ac8fbf7
Show file tree
Hide file tree
Showing 2 changed files with 3,067 additions and 3,075 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"enlightn/security-checker": "^1.10"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"doctrine/migrations": "^2.0 || ^3.5.2",
"enlightn/security-checker": "^1.10",
"guzzlehttp/guzzle": "^7.5.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-loader": "^2.9",
Expand All @@ -60,6 +60,7 @@
"doctrine/migrations": "Required by Check\\DoctrineMigration",
"guzzlehttp/guzzle": "Required by Check\\GuzzleHttpService",
"predis/predis": "Required by Check\\Redis",
"enlightn/security-checker": "Required by Check\\SecurityAdvisory",
"symfony/yaml": "Required by Check\\YamlFile",
"php-amqplib/php-amqplib": "Required by Check\\RabbitMQ"
},
Expand Down
Loading

0 comments on commit ac8fbf7

Please sign in to comment.