mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
c27cd3d472
* Choco now offers PHP 8 only * Bump build deps to allow PHP 8 builds * Bump slevomat * Disable coverage to allow paratest * Bump dummy project version to allow testing on PHP 8
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"name": "acme/sample-project",
|
|
"description": "A sample project to be used when testing Psalm",
|
|
"type": "project",
|
|
"require": {
|
|
"vimeo/psalm": "^4.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Acme\\SampleProject\\": "src/"
|
|
}
|
|
}
|
|
}
|