File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/vendor/sokil/php-isocodes/composer.json
{
"name": "sokil/php-isocodes",
"license" : "MIT",
"description": "ISO country, subdivision, language, currency and script definitions and their translations. Based on pythons pycountry.",
"authors": [
{
"name": "Dmytro Sokil",
"email": "dmytro.sokil@gmail.com"
}
],
"require": {
"php": ">=5.5",
"ext-gettext": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^6.5",
"satooshi/php-coveralls": ">=0.7.1 <2.0",
"squizlabs/php_codesniffer": "^2.3",
"phpmd/phpmd" : "@stable"
},
"autoload": {
"psr-4": {
"Sokil\\IsoCodes\\": ["src/"]
},
"classmap": ["stubs/"]
},
"autoload-dev": {
"psr-4": {
"Sokil\\IsoCodes\\": ["tests/", "benchmarks/"]
}
},
"scripts": {
"test": "./vendor/bin/phpunit -c ./tests/phpunit.xml ./tests",
"cover": "./vendor/bin/phpunit -c ./tests/phpunit.xml --coverage-clover ./build/logs/clover.xml ./tests",
"coveralls": "./vendor/bin/coveralls -v",
"check-style": "./vendor/bin/phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src",
"fix-style": "./vendor/bin/phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src",
"bench": "phpbench run benchmarks/ --report=default",
"infection": "infection"
}
}