1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/assets/psalm-phar/composer.json
Matthew Brown 42c9f017f9
Experiment with PHP 7.1 compatibility (#4421)
* Experiment with PHP 7.1 compatibility

* Let’s hop
2020-10-26 15:14:48 -04:00

13 lines
199 B
JSON

{
"name": "psalm/phar",
"description": "Composer-based Psalm Phar",
"license": ["MIT"],
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"vimeo/psalm" : "*"
},
"bin": ["psalm.phar"]
}