{
	"name": "laravel/laravel",
	"description": "The Laravel Framework.",
	"keywords": ["framework", "laravel"],
	"license": "MIT",
	"type": "project",
	"require": {
		"laravel/framework": "4.2.*",
		"zizaco/entrust": "1.2.*@dev",
		"artdarek/oauth-4-laravel": "dev-master",
		"lusitanian/oauth": "dev-master",
		"barryvdh/laravel-cors": "0.2.x",
		"barryvdh/laravel-debugbar": "~1.8",
		"barryvdh/laravel-dompdf": "0.4.*",
		"intervention/image": "~2.1",
		"orangehill/iseed": "1.1",
		"facebook/graph-sdk":"^5.5",
		"cocur/slugify": "^3.0"
	},
	"autoload": {
		"classmap": [
			"app/commands",
			"app/controllers",
			"app/models",
			"app/database/migrations",
			"app/database/seeds",
			"app/tests/TestCase.php",
			"app/repositories",
			"app/routes",
			"app/constants"
		]
	},
	"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"
		]
	},
	"config": {
		"preferred-install": "dist"
	},
	"prefer-stable": true,
	"minimum-stability": "RC"
}
