{
	"name": "qobo/pattern",
	"type": "library",
	"description": "PHP library to manipulate text patterns with placeholders",
	"keywords": ["templating", "strings"],
	"homepage": "https://github.com/QoboLtd/PHP-Pattern",
	"license": "MIT",
	"support": {
		"source": "https://github.com/QoboLtd/PHP-Pattern",
		"issues": "https://github.com/QoboLtd/PHP-Pattern/issues"
	},
	"authors": [
		{
			"name": "Qobo Ltd",
			"email": "info@qobo.biz",
			"homepage": "https://www.qobo.biz",
			"role": "Developer"
		}
	],
	"require": {
		"php": ">=5.3.0"
	},
	"require-dev": {
		"phpunit/phpunit": "~4.3",
		"squizlabs/php_codesniffer": "~2.5"
	},
	"autoload": {
		"psr-0": {
			"Qobo\\Pattern\\": "src/"
		}
	}
}
