Skip to content

Commit

Permalink
Updated Composer, fixed Psalm errors (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Jan 29, 2022
1 parent 656c04b commit 8cde7e6
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 176 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"symfony/dotenv": "^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"friendsofphp/php-cs-fixer": "^3.5",
"phpunit/phpunit": "~9.5",
"vimeo/psalm": "^4.10"
"vimeo/psalm": "dev-master"
},
"scripts": {
"phpcs-test": "@phpcs-fix --dry-run",
Expand Down Expand Up @@ -73,5 +73,10 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": false
}
}
}
Loading

0 comments on commit 8cde7e6

Please sign in to comment.