mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
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/"
|
||
|
}
|
||
|
}
|
||
|
}
|