123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "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"
- },{
- "type": "vcs",
- "url": "https://git.rthoni.com/luticate/generator.git"
- },{
- "type": "vcs",
- "url": "https://git.rthoni.com/luticate/auth.git"
- },{
- "type": "vcs",
- "url": "https://git.rthoni.com/luticate/doc.git"
- }],
- "require": {
- "php": ">=5.5.9",
- "laravel/lumen-framework": "5.1.*",
- "vlucas/phpdotenv": "~1.0",
- "luticate/auth": "0.1.x"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0",
- "fzaninotto/faker": "~1.0",
- "luticate/generator": "0.1.x",
- "luticate/doc": "0.1.x"
- },
- "autoload": {
- "psr-4": {
- "App\\": "app/"
- },
- "classmap": [
- "database/"
- ]
- },
- "autoload-dev": {
- "classmap": [
- "tests/"
- ]
- },
- "config": {
- "preferred-install": "dist"
- }
- }
|