1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/fixtures/DummyProjectWithErrors/composer.json
Bruce Weirdan c27cd3d472
Fix windows builds (#4775)
* 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
2020-12-04 15:11:14 -05:00

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/"
}
}
}