mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 02:27:59 +01:00
4c57c67e2f
* Add end to end tests that invoke psalm as a separate process * Assert that psalm --init creates config file
12 lines
247 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|