Skip to content

Commit 909b916

Browse files
committed
Add Composer 2.2 support
1 parent e52b33a commit 909b916

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"laminas/laminas-mvc": "<3.0"
3333
},
3434
"require-dev": {
35-
"kahlan/kahlan": "dev-moving-to-github-action",
35+
"kahlan/kahlan": "^5.2",
3636
"laminas/laminas-coding-standard": "^2.0",
3737
"laminas/laminas-mvc": "^3.0",
3838
"mezzio/mezzio": "^3.0",
@@ -43,7 +43,10 @@
4343
},
4444
"config": {
4545
"bin-dir": "bin",
46-
"sort-packages": true
46+
"sort-packages": true,
47+
"allow-plugins": {
48+
"dealerdirect/phpcodesniffer-composer-installer": true
49+
}
4750
},
4851
"extra": {
4952
"laminas": {

0 commit comments

Comments
 (0)