mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"name": "acme/sample-project",
|
|
"description": "A sample project to be used when testing Psalm",
|
|
"type": "project",
|
|
"require": {
|
|
"vimeo/psalm": "^3.11"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Acme\\SampleProject\\": "src/"
|
|
}
|
|
}
|
|
}
|