1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
psalm/assets/psalm-phar/composer.json
Matthew Brown 831bcdc057
Experiment with PHP 7.1 compatibility (#4421)
* Experiment with PHP 7.1 compatibility

* Let’s hop
2021-01-29 11:44:32 +01: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"]
}