{ "name": "poirot/loader" , "description": "AutoLoading/Resolver libraries." , "type" : "library" , "authors": [ { "name": "Payam Naderi" , "email": "naderi.payam@gmail.com" , "role": "Developer" } ] , "require": { "php": ">=5.3.0" } , "target-dir": "Poirot/Loader" , "autoload" : { "psr-0": { "Poirot\\Loader": "." } , "files": [ "_functions.php" ] } }
info at phpclasses dot org