{
	"name": "siteground/sg-ai-studio",
	"type": "wordpress-plugin",
	"autoload": {
		"psr-4": {"SG_AI_Studio\\": "core/"}
	},
	"config": {
		"platform": {
			"php": "7.4"
		},
		"allow-plugins": {
			"php-http/discovery": true
		}
	},
	"repositories": [
		{
			"type": "vcs",
			"url":  "git@gitlab.siteground.com:wordpress/siteground-helper.git"
		},
		{
			"type": "vcs",
			"url":  "git@gitlab.siteground.com:wordpress/siteground-i18n.git"
		}
	],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"require": {
		"firebase/php-jwt": "^6.10",
		"charles-rumley/php-po-to-json": "master@dev",
		"guzzlehttp/guzzle": "^7.0",
		"siteground/siteground-helper": "master@dev",
		"siteground/siteground-i18n": "master@dev"
	}
}
