mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-07-24 11:23:42 +00:00
17 lines
240 B
JSON
17 lines
240 B
JSON
{
|
|
"name": "kbwo/phpunit",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "kbwo",
|
|
"email": "kabaaa1126@gmail.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.3"
|
|
}
|
|
}
|