{
	"name" : "rockiger/reactpress",
	"description" : "Easily create, build and deploy React apps into your existing WordPress sites.",
	"type" : "project",
	"license" : "GPL",
	"autoload" : {
		"psr-4" : {
			"ReactPress\\Admin\\" : "admin/",
			"ReactPress\\Includes\\" : "includes/",
			"ReactPress\\User\\" : "public/"
		}
	},
	"authors" : [{
			"name" : "Marco Laspe",
			"email" : "marco@rockiger.com"
		}
	],
	"minimum-stability" : "stable",
	"require" : {
		"php" : ">=7.4"
	},
	"require-dev" : {
		"phpstan/phpstan" : "~2.1",
		"phpstan/extension-installer" : "~1.4",
		"phpstan/phpstan-beberlei-assert" : "~2.0",
		"szepeviktor/phpstan-wordpress" : "~2.0",
		"phpunit/phpunit" : "^9",
		"brain/monkey" : "2.*"
	},
	"config" : {
		"allow-plugins" : {
			"phpstan/extension-installer" : true
		}
	}
}