Skip to content

Commit

Permalink
Add Composer 2.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 7, 2022
1 parent e52b33a commit 909b916
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"laminas/laminas-mvc": "<3.0"
},
"require-dev": {
"kahlan/kahlan": "dev-moving-to-github-action",
"kahlan/kahlan": "^5.2",
"laminas/laminas-coding-standard": "^2.0",
"laminas/laminas-mvc": "^3.0",
"mezzio/mezzio": "^3.0",
Expand All @@ -43,7 +43,10 @@
},
"config": {
"bin-dir": "bin",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"laminas": {
Expand Down

0 comments on commit 909b916

Please sign in to comment.