mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 18:17:55 +01:00
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"name": "acme/sample-project",
|
|
"description": "A sample project to be used when testing Psalm",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">= 7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Acme\\SampleProject\\": "src/"
|
|
}
|
|
}
|
|
}
|