123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "laravel/lumen",
- "description": "The Laravel Lumen Framework.",
- "keywords": ["framework", "laravel", "lumen"],
- "license": "MIT",
- "type": "project",
- "repositories": [{
- "type": "vcs",
- "url": "https://git.rthoni.com/luticate/utils.git"
- }],
- "require": {
- "php": ">=5.5.9",
- "laravel/lumen-framework": "5.1.*",
- "vlucas/phpdotenv": "~1.0",
- "luticate/utils": "0.1.x",
- "imagine/imagine": "^0.6.3",
- "guzzlehttp/guzzle": "^6.1"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0",
- "fzaninotto/faker": "~1.0"
- },
- "autoload": {
- "psr-4": {
- "App\\": "app/"
- },
- "classmap": [
- "database/"
- ]
- },
- "autoload-dev": {
- "classmap": [
- "tests/"
- ]
- },
- "config": {
- "preferred-install": "dist"
- }
- }
|