Skip to content

Commit

Permalink
Merge pull request #120 from AndrolGenhald/fix-ci
Browse files Browse the repository at this point in the history
Fix CI issues
  • Loading branch information
orklah authored Jul 12, 2022
2 parents 29e7a5a + 16e8192 commit 3f55d0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"require": {
"php": "^7.2 || ^8",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"vimeo/psalm": "^4.9"
"vimeo/psalm": "^4.9",
"phpstan/phpdoc-parser": "~1.5.0"
},
"conflict": {
"doctrine/collections": "<1.6",
Expand All @@ -46,7 +47,10 @@
"weirdan/codeception-psalm-module": "^0.13.1"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"psalm": {
Expand Down

0 comments on commit 3f55d0f

Please sign in to comment.