1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Merge pull request #72 from Fleshgrinder/bugfix/dependency-bounds

Fixed Dependency Bounds
This commit is contained in:
Matthew Brown 2017-01-19 15:52:35 -05:00 committed by GitHub
commit 5e15131f05

View File

@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=5.5",
"nikic/PHP-Parser": ">=3.0.2"
"php": "^5.5 || ^7.0",
"nikic/PHP-Parser": "^3.0.2"
},
"bin": ["bin/psalm"],
"autoload": {
@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": ">=5.7.4",
"phpunit/phpunit": "^5.7.4",
"squizlabs/php_codesniffer": "^2.7"
},
"scripts": {