1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
psalm/tests/fixtures/DummyProjectWithErrors/composer.json

12 lines
247 B
JSON
Raw Normal View History

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