1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 18:17:55 +01:00
psalm/tests/fixtures/DummyProjectWithErrors/composer.json
2023-07-24 09:32:46 +02:00

14 lines
276 B
JSON

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