{ "name": "gipfl/format", "description": "Arbitrary collection of Format helpers", "type": "library", "license": "MIT", "authors": [ { "name": "Thomas Gelf", "email": "thomas@gelf.net" } ], "config": { "sort-packages": true }, "autoload": { "psr-4": { "gipfl\\Format\\": "src" } }, "require": { "php": ">=5.6.0", "ext-intl": "*" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^7.5 || ^6.5 || ^5.7", "squizlabs/php_codesniffer": "^3.6" } }