Skip to content

Instantly share code, notes, and snippets.

@RobinRadic
Created January 25, 2020 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobinRadic/6cc599f260800df798f2beb57a5cf152 to your computer and use it in GitHub Desktop.
Save RobinRadic/6cc599f260800df798f2beb57a5cf152 to your computer and use it in GitHub Desktop.
{
"name": "laravel-enso/enso",
"description": "Laravel Enso can be a solid start for any SPA based on Laravel 5.6, Vue and Bulma",
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.1.3",
"doctrine/dbal": "^2.8",
"fideloper/proxy": "~4.0",
"guzzlehttp/guzzle": "^6.3",
"laravel-enso/control-panel-api": "2.2.*",
"laravel-enso/core": "4.3.*",
"laravel-enso/examples": "1.2.*",
"laravel/framework": "5.8.*",
"laravel/horizon": "^3.0",
"laravel/telescope": "^2.0",
"laravel/tinker": "~1.0",
"sentry/sentry-laravel": "^1.0.0"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.6",
"codedungeon/phpunit-result-printer": "^0.19.0",
"filp/whoops": "^2.1.0",
"fzaninotto/faker": "^1.7.0",
"mockery/mockery": "1.*",
"nunomaduro/collision": "^2.0.0",
"nunomaduro/phpinsights": "^1.3",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"
}
},
"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"
],
"post-update-cmd": [
"php artisan vendor:publish --tag=localisation-lang-files",
"php artisan enso:localisation:merge"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment