{ "name": "dipper/foundation", "description": "The Foundation of the Dipper Architecture project for Lumen", "type": "library", "license": "MIT", "authors": [ { "name": "HollyTeng", "email": "n.haoyuan@gmail.com" } ], "require": { "guzzlehttp/guzzle": "~6.0", "jenssegers/agent": "~2.4", "nesbot/carbon": "~1.21", "barryvdh/laravel-cors": "~0.11", "illuminate/log": "5.5.*", "illuminate/redis": "5.5.*", "laravel/tinker": "^1.0", "league/flysystem": "~1.0", "barryvdh/laravel-ide-helper": "^2.4", "ezyang/htmlpurifier": "4.8.*", "doctrine/dbal": "^2.8" }, "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "Dipper\\Foundation\\": "src/" } } }