Skip to content

Commit

Permalink
bumping version constraints of vimeo/psalm & psalm/plugin-phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Dec 31, 2019
1 parent 77020db commit e5cc7d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -17,11 +17,14 @@
"php": "^7.4"
},
"require-dev": {
"vimeo/psalm": "^3.7",
"psalm/plugin-phpunit": "^0.8.0",
"vimeo/psalm": "^3.8",
"psalm/plugin-phpunit": "dev-master",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5"
},
"conflict": {
"vimeo/psalm": "<3.8"
},
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
Expand Down

0 comments on commit e5cc7d3

Please sign in to comment.