A set of dependency-free basic internationalization tools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
744 B

{
"name": "mensbeam/utf8",
"type": "library",
"description": "A set of tools for working with UTF-8 strings without mbstring or intl",
"keywords": ["utf-8", "utf8"],
"license": "MIT",
"authors": [
{
"name": "J. King",
"email": "jking@jkingweb.ca",
"homepage": "https://jkingweb.ca/"
}
],
"require": {
"php": "^7.0"
},
"require-dev": {
"ext-intl": "*",
"bamarni/composer-bin-plugin": "*"
},
"scripts": {
"post-install-cmd": ["@composer bin all install"],
"post-update-cmd": ["@composer bin all update"]
},
"autoload": {
"psr-4": {
"MensBeam\\UTF8\\": "lib/"
}
}
}