{
	"name": "wpdesk/flexible-invoices-gtu",
	"authors": [
		{
			"name": "Piotr",
			"email": "piotr.potrebka@wpdesk.net"
		}
	],
	"autoload": {
		"psr-4": {
			"WPDesk\\FiGTU\\": "src/Plugin"
		},
		"classmap": [
			"vendor_prefixed"
		]
	},
	"autoload-dev": {
		"classmap": [
			"tests/unit",
			"tests/integration"
		]
	},
	"config": {
		"sort-packages": true,
		"platform": {
			"php": "7.4.33"
		},
		"allow-plugins": {
			"cweagans/composer-patches": true,
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"kylekatarnls/update-helper": true,
			"phpstan/extension-installer": true,
			"wpdesk/wp-codeception": true,
			"wpdesk/wp-wpdesk-composer": true
		},
	  "platform-check": false,
	  "gitlab-domains": ["gitlab.wpdesk.dev"]
	},
	"prefer-stable": true,
	"minimum-stability": "stable",
	"require": {
		"php": ">=7.0.19",
		"wpdesk/wp-wpdesk-helper-override": "^1.1"
	},
	"require-dev": {
		"10up/wp_mock": "*",
		"monolog/monolog": "*",
		"phpunit/phpunit": "^9",
		"wpdesk/flexible-invoices-abstracts": "^1.0.1",
		"wpdesk/phpstan-rules": "^1.1",
		"wpdesk/wp-codeception": "^2",
		"wpdesk/wp-plugin-flow-free": "^1",
		"wpdesk/wp-view": "^2",
		"wpdesk/wp-wpdesk-composer": "^3.1"
	},
	"extra": {
		"text-domain": "flexible-invoices-gtu",
		"translations-folder": "lang",
		"translation-file-headers": {
			"Project-Id-Version": "GTU for Flexible Invoices",
			"Last-Translator": "Piotr Potrebka <piotr.potrebka@wpdesk.pl>",
			"X-Poedit-WPHeader": "flexible-invoices-gtu.php"
		},
		"po-files": {
			"pl_PL": "pl_PL.po"
		},
		"prefix_psr": true
	},
	"scripts": {
		"test": "echo composer is alive",
		"phpcs": "phpcs",
		"phpstan": "php -d memory_limit=2G vendor/bin/phpstan",
		"phpcbf": "phpcbf src",
		"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
		"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
		"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
		"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage",
		"docs": "apigen generate"
	},
	"repositories": {
		"wpdesk": {
			"type": "composer",
			"url": "https://gitlab.wpdesk.dev/api/v4/group/wpdesk/-/packages/composer/"
		}
	},
	"version": "1.0.25",
	"type": "wordpress-plugin"
}
