{
	"name": "laravel/laravel",
	"description": "Tillsammans Filtr CV",
	"keywords": ["framework", "laravel"],
	"license": "MIT",
	"require": {
		"laravel/framework": "4.2.*",
		"dempsey/cms": "~1.0",
		"intervention/image": "1.6.4"
	},
	"require-dev": {
        "phploc/phploc": "*",
        "pdepend/pdepend" : "2.*",
        "phpmd/phpmd" : "@stable",
        "squizlabs/php_codesniffer": "2.*",
        "sebastian/phpcpd": "*",
        "halleck45/phpmetrics": "*",
        "codeception/codeception": "*"
	},
	"repositories": [
        {
            "type": "git",
            "url": "git@bitbucket.org:dempsthlmab/laravel-cms"
        },
        {
            "type": "git",
            "url": "git@bitbucket.org:dempsthlmab/laravel-authcms"
        },
        {
            "type": "git",
            "url": "git@bitbucket.org:dempsthlmab/laravel-instagram"
        },
        {
            "type": "git",
            "url": "git@bitbucket.org:dempsthlmab/laravel-securemodel"
        },
        {
            "type": "git",
            "url": "git@bitbucket.org:dempsthlmab/laravel-customhash"
        }
    ],
	"autoload": {
		"classmap": [
			"app/commands",
			"app/controllers",
			"app/models",
			"app/database/migrations",
			"app/database/seeds",
			"app/tests/TestCase.php"
		]
	},
	"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"
}
