HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/plugins/sg-cachepress/vendor/sepia/po-parser/composer.json
{
	"name"        : "sepia/po-parser",
	"description" : "Gettext *.PO file parser for PHP.",
	"type"        : "library",
	"keywords"    : ["i18n","i10n","po","gettext"],
	"homepage"    : "https://github.com/raulferras/PHP-po-parser",
	"license"     : "MIT",
	"authors"     : [
				{
					"name": "Raúl Ferràs",
					"email": "raul.ferras@gmail.com",
					"role" : "developer"
				}
				],
	"support" : {
		"issues" : "https://github.com/raulferras/PHP-po-parser/issues"
	},
	"require" : {
		"php": ">=5.3"
	},
	"require-dev" : {
		"phpunit/phpunit": "3.7.*",
        "squizlabs/php_codesniffer": "1.5.*"
	},
	"autoload" : {
		"psr-0" : {
			"Sepia": "src/"
		}
	}
}