1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/tests/fixtures/DummyProjectWithErrors/composer.json

14 lines
283 B
JSON

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