You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "jrosset/mbstring-extended",
|
|
"description": "Add \"missing\" mbstring methods like str_pad",
|
|
"keywords": [ "mbstring" ],
|
|
"type": "library",
|
|
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"symfony/polyfill-mbstring": "^1.27"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"jrosset\\": "src/"
|
|
},
|
|
"files": [
|
|
"boostrap.php"
|
|
],
|
|
"exclude-from-classmap": [ "tests/" ]
|
|
},
|
|
|
|
"readme": "README.md",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/PhpMbstringExtended",
|
|
"license": "CC-BY-4.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julien Rosset",
|
|
"email": "jul.rosset@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "jul.rosset@gmail.com",
|
|
"issues": "https://git.jrosset.ovh/jrosset/PhpMbstringExtended/issues",
|
|
"wiki": "https://git.jrosset.ovh/jrosset/PhpMbstringExtended/wiki",
|
|
"docs": "https://git.jrosset.ovh/jrosset/PhpMbstringExtended/wiki",
|
|
"source": "https://git.jrosset.ovh/jrosset/PhpMbstringExtended"
|
|
}
|
|
}
|