composer.json (283B)
1 { 2 "name": "finwo/debug", 3 "description": "Debug tools by finwo", 4 "authors": [ 5 { 6 "name": "Robin Bron", 7 "email": "robin@finwo.nl" 8 } 9 ], 10 "autoload": { 11 "psr-4": { 12 "Finwo\\Debug\\": "src" 13 } 14 }, 15 "minimum-stability": "stable", 16 "require": {} 17 }