{
	"name": "siteground/sg-ai-studio",
	"type": "wordpress-plugin",
	"autoload": {
		"psr-4": {"SG_AI_Studio\\": "core/"},
		"classmap": ["vendor-prefixed/sepia/po-parser/src/"]
	},
	"require-dev": {
		"brianhenryie/strauss": "^0.27"
	},
	"scripts": {
		"strauss": [
			"vendor/bin/strauss",
			"@composer dump-autoload"
		],
		"pre-autoload-dump": [
			"@php -r \"is_dir('vendor-prefixed/sepia/po-parser/src') || @mkdir('vendor-prefixed/sepia/po-parser/src', 0775, true);\""
		],
		"post-install-cmd": ["@strauss"],
		"post-update-cmd": ["@strauss"]
	},
	"extra": {
		"strauss": {
			"target_directory": "vendor-prefixed",
			"namespace_prefix": "SG_AI_Studio\\Vendor\\",
			"classmap_prefix": "SG_AI_Studio_",
			"constant_prefix": "SG_AI_STUDIO_",
			"delete_vendor_packages": true,
			"packages": [
				"guzzlehttp/guzzle",
				"guzzlehttp/promises",
				"guzzlehttp/psr7",
				"psr/http-client",
				"psr/http-factory",
				"psr/http-message",
				"firebase/php-jwt",
				"symfony/deprecation-contracts",
				"ralouphie/getallheaders",
				"sepia/po-parser",
				"charles-rumley/php-po-to-json",
				"siteground/siteground-helper",
				"siteground/siteground-i18n"
			]
		}
	},
	"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.0",
		"charles-rumley/php-po-to-json": "master@dev",
		"guzzlehttp/guzzle": "^7.0",
		"siteground/siteground-helper": "master@dev",
		"siteground/siteground-i18n": "master@dev"
	}
}
