debug_library/composer.json

19 lines
348 B
JSON
Raw Normal View History

2025-02-04 11:18:46 +03:00
{
"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": {}
}