{
  "type": "wordpress-plugin",
	"require": {
		"symfony/polyfill-php84": ">=1.31",
		"sentry/sentry": ">=4.11"
	},
	"require-dev": {
		"phpunit/phpunit": "^9.6",
		"yoast/phpunit-polyfills": "^2.0"
	},
	"autoload": {
		"psr-4": {
			"Flex\\": "src"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"Flex\\Tests\\": "tests"
		}
	},
	"scripts": {
		"test": "phpunit"
	},
	"config": {
		"optimize-autoloader": true
	}
}
