{
	"name" : "infomarket/composer",
	"license" : "MIT",
	"type" : "project",
	"autoload" : {
		"psr-4" : {
			"" : "src/"
		},
		"classmap" : [
			"app/AppKernel.php",
			"app/AppCache.php"
		]
	},
	"autoload-dev" : {
		"psr-4" : {
			"Tests\\" : "tests/"
		}
	},
	"repositories" : [{
			"type" : "package",
			"package" : {
				"name" : "jquery/jquery",
				"version" : "1.11.1",
				"dist" : {
					"url" : "http://code.jquery.com/jquery-1.11.1.js",
					"type" : "file"
				}
			}
		}
	],
	"require" : {
		"php" : ">=7.3",
		"symfony/symfony" : "~3.4",
		"symfony/doctrine-bridge" : "~3.4",
		"symfony/swiftmailer-bundle" : "^3.3",
		"symfony/monolog-bridge": "~3.4",
		"symfony/monolog-bundle" : "^3.6",
		"symfony/webpack-encore-pack" : "^1.0",
		"symfony/process": "~3.4",
		"sensio/framework-extra-bundle" : "^3.0.2",
		"incenteev/composer-parameter-handler" : "^2.0",
		"doctrine/orm" : "^2.6",
		"doctrine/doctrine-bundle" : "^1.12.11",
		"oomphinc/composer-installers-extender": "~2.0",
		"doctrine/doctrine-cache-bundle" : "^1.4",
		"gedmo/doctrine-extensions" : "~2.4",
		"stof/doctrine-extensions-bundle" : "^1.3",
		"knplabs/knp-paginator-bundle" : "~4.1",
		"friendsofsymfony/user-bundle" : "~2.0@dev",
		"php-http/httplug-bundle": "^1.16",
		"happyr/google-analytics-bundle": "^5.0",
		"php-http/guzzle5-adapter": "^2.0",
		"guzzlehttp/psr7": "^1.7",
		"php-http/message": "^1.9",
		"php-http/discovery": "^1.11",
		"phpoffice/phpexcel": "^1.8",
		"cmen/google-charts-bundle": "^3.2",
		"knplabs/knp-snappy-bundle": "~1.7",
		"friendsofsymfony/ckeditor-bundle": "^2.2",
		"robloach/component-installer": "^0.0.12",
		"helios-ag/fm-elfinder-bundle": "~6.1",
		"psr/http-client": "^1.0",
		"symfony/http-client": "^5.1",
		"psr/http-factory": "^1.0",
		"nyholm/psr7": "^1.3",
		"doctrine/doctrine-migrations-bundle": "^2.1.2",
		"symfony/orm-pack": "^2.0",
		"leogout/seo-bundle": "^1.2"
	},
	"require-dev" : {
	    "symfony/web-server-bundle": "^3.4",
		"symfony/phpunit-bridge" : "^2.7",
		"phpunit/phpunit": "~5.7"
	},
	"scripts" : {
		"post-install-cmd" : [
			"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
		],
		"post-update-cmd" : [
			"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
			"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
		]
	},
	"config" : {
		"platform" : {
			"php" : "7.3"
		},
		"component-dir": "web/assets"
	},
	"prefer-stable" : true,
	"minimum-stability" : "dev",
	"extra" : {
		"symfony-app-dir" : "app",
		"symfony-bin-dir" : "bin",
		"symfony-var-dir" : "var",
		"symfony-web-dir" : "web",
		"symfony-tests-dir" : "tests",
		"symfony-assets-install" : "relative",
		"incenteev-parameters" : {
			"file" : "app/config/parameters.yml"
		},
		"branch-alias" : {
			"dev-master" : "3.1-dev"
		}
	},
	"authors" : [{
			"name" : "Pawel Krakowiak",
			"email" : "pawel.krakowiak@krk-dev.com",
			"homepage" : "http://krk-dev.com",
			"role" : "developer"
		}
	]
}
