composer.json 3.03 KB
{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": [
        "framework",
        "laravel",
        "boilerplate"
    ],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=7.0",
        "arcanedev/log-viewer": "~4.0",
        "arcanedev/no-captcha": "~3.0",
        "consoletvs/charts": "5.*",
        "creativeorange/gravatar": "~1.0",
        "davejamesmiller/laravel-breadcrumbs": "^3.0",
        "doctrine/dbal": "^2.5",
        "filp/whoops": "~2.0",
        "grimzy/laravel-mysql-spatial": "1.0",
        "hieu-le/active": "~3.0",
        "intervention/image": "^2.4",
        "jacobcyl/ali-oss-storage": "dev-master",
        "jingling0101/laravel-qcloud-cos": "^1.0",
        "johnlui/aliyun-oss": "^2.2",
        "jpush/jpush": "v3.3.9",
        "laravel/framework": "5.5.*",
        "laravel/socialite": "^3.0",
        "laravel/tinker": "~1.0",
        "laravelcollective/html": "5.5.*",
        "maatwebsite/excel": "~2.1.0",
        "nesbot/carbon": "1.22.*",
        "overtrue/laravel-wechat": "~4.0",
        "overtrue/wechat": "~4.0",
        "phpoffice/phpexcel": "^1.8",
        "predis/predis": "^1.1",
        "qcloud/cos-sdk-v5": ">=1.0",
        "qiniu/php-sdk": "^7.0",
        "simplesoftwareio/simple-qrcode": "1.3.*",
        "stevenyangecho/laravel-u-editor": "~1.4",
        "workerman/gatewayclient": "^3.0",
        "yajra/laravel-datatables-oracle": "~8.0"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "^3.0",
        "barryvdh/laravel-ide-helper": "^2.4",
        "fzaninotto/faker": "~1.6",
        "laravel/browser-kit-testing": "^1.0",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~6.0",
        "satooshi/php-coveralls": "^1.0",
        "tymon/jwt-auth": "1.0.*@beta"
    },
    "autoload": {
        "classmap": [
            "database",
            "utils"
        ],
        "psr-4": {
            "App\\": "app/"
        },
        "files": [
            "app/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        },
        "classmap": [
            "tests/TestCase.php",
            "tests/BrowserKitTestCase.php"
        ]
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ],
        "post-install-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postInstall",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "php artisan optimize"
        ],
        "test" : [
            "vendor/bin/phpunit"
        ]
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "repositories": {
        "packagist": {
            "type": "composer",
            "url": "https://packagist.phpcomposer.com"
        }
    }
}