1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/fixtures/DummyProjectWithErrors/composer.json
Bruce Weirdan d19aad7db1
Display target PHP version
Historically it was often not quite clear to users what PHP version
Psalm assumes, and why. This PR addresses this issue by printing the
version and where we got it from right before scanning the files.
2021-11-27 02:18:09 +02:00

15 lines
307 B
JSON

{
"name": "acme/sample-project",
"description": "A sample project to be used when testing Psalm",
"type": "project",
"require": {
"php": ">= 7.1",
"vimeo/psalm": "^4.3"
},
"autoload": {
"psr-4": {
"Acme\\SampleProject\\": "src/"
}
}
}