composer.json
{
"name": "league/fractal",
"description": "Handle the output of complex data structures ready
for API output.",
"homepage": "http://fractal.thephpleague.com/",
"license": "MIT",
"author": [{
"name": “Phil Sturgeon”,
"email": “
[email protected]"
}],
"autoload": {
"psr-4": {
"League\\Fractal\\": "src"
}
}
}