Skip to content

Commit 6b35b2c

Browse files
committed
fix: Allow enlightn/security-checker ^2.0 for PHP 8.2
1 parent 5271bdf commit 6b35b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"tijsverkoyen/css-to-inline-styles": "~2.2"
2323
},
2424
"require-dev": {
25-
"enlightn/security-checker": "^1.10",
25+
"enlightn/security-checker": "^1.10 || ^2.0",
2626
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2727
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
2828
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)