File "composer.json"

Full Path: /home/isoftco/public_html/hrm/app/composer.json
File size: 2.67 KB
MIME-type: text/plain
Charset: utf-8

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": "^7.2.5",
        "barryvdh/laravel-dompdf": "^0.8.0",
        "barryvdh/laravel-ide-helper": "^2.1",
        "barryvdh/laravel-translation-manager": "^0.5.0",
        "cviebrock/eloquent-sluggable": "7.0.*",
        "dialect/laravel-gdpr-compliance": "^1.4",
        "doctrine/dbal": "^2.5",
        "ezyang/htmlpurifier": "dev-master",
        "fideloper/proxy": "^4.0",
        "froiden/envato": "^1.0",
        "froiden/laravel-installer": "^1.6",
        "guzzlehttp/guzzle": "^6.3",
        "intervention/image": "dev-master",
        "laravel/cashier": "^10.5",
        "laravel/framework": "^7.0",
        "laravel/tinker": "^2.0",
        "laravelcollective/html": "^6.0.0",
        "maatwebsite/excel": "~3.1.0",
        "maennchen/zipstream-php": "0.3.*",
        "mobiledetect/mobiledetectlib": "^2.8",
        "paypal/rest-api-sdk-php": "^1.14",
        "pcinaglia/laraupdater": "^1.0",
        "venturecraft/revisionable": "1.*",
        "yajra/laravel-datatables-oracle": "^9.0",
        "macellan/laravel-zip": "^1.0",
        "laravel/helpers": "^1.1",
        "froiden/laravel-rest-api": "^7.0",
        "nwidart/laravel-modules": "^6.0"
    },
    "require-dev": {
        "beyondcode/laravel-dump-server": "^1.0",
        "filp/whoops": "^2.0",
        "facade/ignition": "^2.0",
        "barryvdh/laravel-debugbar": "^3.2",
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "nunomaduro/collision": "^4.1",
        "phpunit/phpunit": "^8.5"
    },
    "autoload": {
        "classmap": [
            "database/seeds",
            "database/factories"
        ],
        "files": [
            "start.php"
        ],
        "psr-4": {
            "App\\": "app/",
            "Modules\\": "Modules/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "dont-discover": [
            ]
        }
    },
    "scripts": {
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate"
        ],
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover"
        ]
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}