Skip to content

Commit a6ca614

Browse files
authored
Merge pull request #73 from kbond/security-checker-dev
Move `enlightn/security-checker` to `require-dev`
2 parents 9400064 + 75dea37 commit a6ca614

File tree

2 files changed

+2946
-2946
lines changed

2 files changed

+2946
-2946
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
37-
"enlightn/security-checker": "^1.10"
36+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
3837
},
3938
"require-dev": {
4039
"doctrine/migrations": "^2.0 || ^3.9.5",
40+
"enlightn/security-checker": "^1.10",
4141
"guzzlehttp/guzzle": "^7.10.0",
4242
"laminas/laminas-coding-standard": "~3.1.0",
4343
"mikey179/vfsstream": "^1.6.12",
@@ -60,6 +60,7 @@
6060
"doctrine/migrations": "Required by Check\\DoctrineMigration",
6161
"guzzlehttp/guzzle": "Required by Check\\GuzzleHttpService",
6262
"predis/predis": "Required by Check\\Redis",
63+
"enlightn/security-checker": "Required by Check\\SecurityAdvisory",
6364
"symfony/yaml": "Required by Check\\YamlFile",
6465
"php-amqplib/php-amqplib": "Required by Check\\RabbitMQ"
6566
},

0 commit comments

Comments
 (0)