1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 02:27:59 +01:00
psalm/tests/fixtures/DummyProjectWithErrors/composer.json
Barney Laurance 4c57c67e2f Add end to end tests that invoke psalm as a separate process (#1798)
* Add end to end tests that invoke psalm as a separate process

* Assert that psalm --init creates config file
2019-06-16 15:56:00 -04:00

12 lines
247 B
JSON

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