Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/phpgt/dom/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/phpgt/dom/composer.json

{
	"name": "phpgt/dom",
	"description": "Modern DOM API.",
	"type": "library",

	"require": {
		"php": ">=8.1",
		"ext-dom": "*",
		"ext-libxml": "*",
		"ext-mbstring": "*",
		"phpgt/cssxpath": "^1.1",
		"phpgt/propfunc": "^1.0",
		"psr/http-message": "^1.0 || ^2.0"
	},

	"require-dev": {
		"phpstan/phpstan": "^1.9",
		"phpunit/phpunit": "^10.4",
		"phpmd/phpmd": "^2.13",
		"squizlabs/php_codesniffer": "^3.7"
	},

	"license": "MIT",

	"authors": [
		{
			"name": "Greg Bowler",
			"homepage": "https://www.g105b.com",
			"email": "greg.bowler@g105b.com",
			"role": "Developer"
		},
		{
			"name": "Alvaro Guimaraes",
			"homepage": "https://github.com/aguimaraes",
			"role": "Developer"
		},
		{
			"name": "James Fellows",
			"homepage": "https://github.com/j4m3s",
			"role": "Developer"
		},
		{
			"name": "Emile Ward",
			"homepage": "https://github.com/emileward",
			"role": "Developer"
		},
		{
			"name": "Jelmer Wijnja",
			"homepage": "https://github.com/Jelmergu",
			"role": "Developer"
		},
		{
			"name": "Ognjen Petrovic",
			"homepage": "https://github.com/ognjen-petrovic",
			"role": "Developer"
		},
		{
			"name": "Jacob Bearden",
			"homepage": "https://github.com/jacobbearden",
			"role": "Documentation contributor"
		},
		{
			"name": "Jaroslav Týc",
			"homepage": "https://www.jaroslavtyc.com/",
			"role": "Developer"
		},
		{
			"name": "Andrii Beziazychnyi",
			"homepage": "https://www.atwix.com/",
			"role": "Developer"
		}
	],

	"autoload": {
		"psr-4": {
		      "Gt\\Dom\\": "./src"
		}
	},
	"autoload-dev": {
		"psr-4": {
		      "Gt\\Dom\\Test\\": "./test/phpunit"
		}
	},

	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/PhpGt"
		}
	]
}