Skip to content

Commit

Permalink
Loosen versions requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jun 26, 2018
1 parent 037dba4 commit 6ec88f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"codacy/coverage": "^1.4",
"league/pipeline": "^1.0|^0.3",
"phan/phan": "^0.12",
"infection/infection": "^0.9",
"phpstan/phpstan": "^0.10",
"infection/infection": "~0.8",
"phpstan/phpstan": "~0.9",
"mockery/mockery": "^1.0",
"vimeo/psalm": "^2.0"
"vimeo/psalm": ">=1.1"
},
"license": "Apache-2.0",
"minimum-stability": "dev",
Expand Down

0 comments on commit 6ec88f6

Please sign in to comment.