{
	"name": "eshipper/eshipper-commerce",
	"description": "EShipper Commerce - A WordPress-WooCommerce Plugin for Shipping by EShipper",
	"type": "project",
	"license": "proprietary",
	"homepage": "https://ww2.eshipper.com",
	"authors": [
		{
			"name": "eShipper",
			"email": "technology@eshipper.com"
		}
	],
	"support": {
		"email": "technology@eshipper.com"
	},
	"require": {
		"php": "^7.1||^8.1.0||^8.2.0",
		"ext-json": "*"
	},
	"archive": {
		"exclude": [
			"vendor",
			"docs",
			".gitlab",
			".git",
			".gitattributes",
			".gitignore",
			".editorconfig",
			"phpstan.neon.dist"
		]
	},
	"config": {
		"allow-plugins": {
			"phpstan/extension-installer": true
		}
	}
}
