1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/tests/fixtures/config_discovery/files_in_lib/composer.json

9 lines
112 B
JSON
Raw Normal View History

{
"name": "dummy/lib",
"autoload": {
"psr-4": {
"Foo\\Bar": "lib"
}
}
}