debug_library/composer.json
2025-02-04 11:18:46 +03:00

19 lines
348 B
JSON

{
"name": "itguild/debug",
"description": "Debug library",
"type": "library",
"autoload": {
"psr-4": {
"Itguild\\Debug\\": "src/"
}
},
"authors": [
{
"name": "Kavalar",
"email": "apuc06@mail.ru"
}
],
"minimum-stability": "dev",
"require": {}
}