{
	"name": "antonlukin/poster-editor",
	"version": "6.0",
	"description": "Wrapper for PHP's GD Library for easy image manipulation",
	"keywords": ["php", "image", "text", "gd"],
	"homepage": "https://github.com/antonlukin/poster-editor",
	"type": "library",
	"license": "MIT",
	"authors": [
		{
			"name": "Anton Lukin",
			"email": "anton@lukin.me"
		}
	],
	"require": {
		"php": ">=7.3.0"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
		"phpcompatibility/php-compatibility": "^9.3",
		"phpunit/phpunit": "^9.5"
	},
	"suggest": {
		"ext-gd": "to use GD library based image processing."
	},
	"autoload": {
		"files": [
			"src/PosterEditor.php"
		]
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
