{
	"name": "paritypress/wp",
	"description": "ParityPress elevates marketing with Geo discounts, boosting engagement and conversions.",
	"type": "library",
	"license": "MIT",
	"authors": [
		{
			"name": "ParityPress",
			"email": "hello@paritypress.io"
		}
	],
	"autoload": {
		"psr-4": {
			"ParityPress\\": "app/",
			"ParityPress\\Framework\\": "framework/"
		},
		"files": [
			"helpers/functions.php"
		]
	},
	"require": {
		"php": "^7.3|^8.0",
		"illuminate/container": "^8.83"
	}
}
