Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/donatj/phpuseragentparser/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/donatj/phpuseragentparser/composer.json

{
	"name": "donatj/phpuseragentparser",
	"type": "library",
	"description": "Lightning fast, minimalist PHP UserAgent string parser.",
	"keywords": ["user agent", "useragent", "parser", "browser", "browser detection"],
	"homepage": "https://donatstudios.com/PHP-Parser-HTTP_USER_AGENT",
	"license": "MIT",
	"require": {
		"php": ">=5.3.0"
	},
	"require-dev": {
		"camspiers/json-pretty": "0.1.*",
		"phpunit/phpunit": "~4.8|~9",
		"donatj/drop": "*"
	},
	"authors": [
		{
			"name": "Jesse G. Donat",
			"email": "donatj@gmail.com",
			"homepage": "https://donatstudios.com",
			"role": "Developer"
		}
	],
	"autoload": {
		"files": [ "src/UserAgentParser.php" ]
	}
}