{
	"name": "wiz/edp-fado-cafe",
	"require": {
		"php": "7.0.33",
		"laravel/framework": "4.2.*",
		"clumsy/aleph": "0.1.*",
		"clumsy/cms": "0.22.*",
		"adamwathan/eloquent-oauth-l4": "0.2.0",
        "zip-factory/zip-factory": "1.5.0",
        "tymon/jwt-auth": "0.4.*",
		"tecnick.com/tcpdf": "6.2.6",
        "mews/purifier": "dev-master-l4@dev",
		"barryvdh/laravel-cors": "0.2.x",
		"facebook/graph-sdk": "^5.7",
		"guzzlehttp/guzzle": "^6.0"
	},
	"require-dev": {
                "barryvdh/laravel-debugbar": "1.*",
		"fzaninotto/faker": "1.*",
		"phpunit/phpunit": "4.0.*"
	},
	"autoload": {
		"classmap": [
			"app/commands",
			"app/controllers",
			"app/lib",
			"app/models",
			"app/database/migrations",
			"app/database/seeds",
			"app/tests/TestCase.php"
		],
		"psr-0": {
			"Support": "app/"
		}
	},
	"scripts": {
		"post-install-cmd": [
			"php artisan clear-compiled",
			"php artisan optimize"
		],
		"post-update-cmd": [
			"php artisan clear-compiled",
			"php artisan optimize"
		],
		"post-create-project-cmd": [
			"php artisan key:generate",
			"php update-slugs",
            "npm install"
		]
	},
	"config": {
		"preferred-install": "dist"
	},
	"minimum-stability": "dev",
	"prefer-stable": true
}
