HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/vebon.komma.pro/composer.json
{
  "name": "laravel/laravel",
  "description": "The Laravel Framework.",
  "keywords": [
    "framework",
    "laravel"
  ],
  "license": "MIT",
  "type": "project",
  "require": {
    "php": ">=5.5.9",
    "gregwar/image": "2.*",
    "kbwebs/multiauth": "~1.0",
    "mmanos/laravel-search": "dev-master",
    "zendframework/zendsearch": "dev-master",
    "barryvdh/laravel-dompdf": "0.6.*",
    "maatwebsite/excel": "~2.1.0",
    "intervention/image": "^2.3",
    "roumen/sitemap": "2.6.*",
    "laravel/framework": "5.1.*",
    "laravelcollective/html": "5.*",
    "phanan/cascading-config": "~2.0",
    "barryvdh/laravel-debugbar": "^2.1",
    "barryvdh/laravel-translation-manager": "^0.2.3",
    "chumper/zipper": "0.6.x",
    "genealabs/laravel-caffeine": "~0.2.0"
  },
  "require-dev": {
    "fzaninotto/faker": "~1.4",
    "mockery/mockery": "0.9.*",
    "phpunit/phpunit": "~4.0",
    "phpspec/phpspec": "~2.1",
    "xethron/migrations-generator": "dev-l5",
    "way/generators": "dev-feature/laravel-five-stable",
    "behat/behat": "^3.1",
    "behat/mink": "^1.7",
    "behat/mink-extension": "^2.2",
    "laracasts/behat-laravel-extension": "^1.0"
  },
  "autoload": {
    "classmap": [
      "database"
    ],
    "psr-4": {
      "App\\": "app/",
      "KommaApp\\": "app/KommaApp/"
    }
  },
  "autoload-dev": {
    "classmap": [
      "tests/TestCase.php"
    ]
  },
  "scripts": {
    "post-install-cmd": [
      "php artisan clear-compiled",
      "php artisan optimize"
    ],
    "pre-update-cmd": [
      "php artisan clear-compiled"
    ],
    "post-update-cmd": [
      "php artisan optimize"
    ],
    "post-root-package-install": [
      "php -r \"copy('.env.example', '.env');\""
    ],
    "post-create-project-cmd": [
      "php artisan key:generate"
    ]
  },
  "config": {
    "preferred-install": "dist"
  },
  "repositories": {
    "repo-name": {
      "type": "git",
      "url": "git@github.com:jamisonvalenta/Laravel-4-Generators.git"
    }
  }
}