Skip to content

Commit

Permalink
Be more lenient with requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 22, 2016
1 parent 632ce0e commit 0cf3787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.4",
"nikic/PHP-Parser": "2.1.0"
"nikic/PHP-Parser": ">=2.1.0"
},
"bin": ["bin/psalm"],
"autoload": {
Expand All @@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.6"
"phpunit/phpunit": ">=4.1"
},
"scripts": {
"psalm": "./bin/psalm --self-check",
Expand Down

0 comments on commit 0cf3787

Please sign in to comment.