{
	"name": "anahkiasen/html-object",
	"description": "A set of classes to create and manipulate HTML objects abstractions",
	"license": "MIT",
	"authors": [
		{
			"name": "Anahkiasen",
			"email": "ehtnam6@gmail.com"
		}
	],
	"require": {
		"php": ">=5.3.0"
	},
	"require-dev": {
		"madewithlove/php-cs-fixer-config": "^1.3",
		"phpunit/phpunit": "^4.8",
		"phpunit/phpunit-dom-assertions": "^0.1.0",
		"symfony/css-selector": "^2.6"
	},
	"autoload": {
		"psr-4": {
			"HtmlObject\\": "src"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"HtmlObject\\": "tests"
		}
	},
	"scripts": {
		"test": "phpunit",
		"fix-style": "php-cs-fixer fix -vvv"
	},
	"config": {
		"sort-packages": true
	}
}
