{
	"name": "VSSF Core WebService",
	"description": "VSSF Core WebService",
	"keywords": ["laravel", "PHP", "Restful"],
	"license": "MIT",
	"require": {
		"php": ">=5.3.0",
		"laravel/framework": "4.1.*",
		"cartalyst/sentry": "2.1.*",
		"nategood/httpful": "*",
		"nesbot/Carbon": "*",
		"zizaco/factory-muff": "dev-master"
	},
	"require-dev": {
		"mockery/mockery": "dev-master",
		"phpunit/phpunit": "3.7.*"
	},
	"autoload": {
		"classmap": [
			"app/commands",
			"app/controllers",
			"app/models",
			"app/database/migrations",
			"app/database/seeds",
			"app/tests/TestCase.php",
			"app/services",
			"app/filters",
			"app/utils",
			"app/database/migrations",
            "app/database/seeds"
		]
	},
	"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"
	},
	"minimum-stability": "stable"
}
