{
"name": "celsonery/initials",
"description": "Package to return initials of names",
"type": "library",
"license": "MIT",
"keywords": [
"initial",
"initials",
"initial names",
"first characters names"
],
"autoload": {
"psr-4": {
"Celsonery\\Initials\\": "src/"
}
},
"authors": [
{
"name": "Celso Nery",
"email": "celso.nery@gmail.com",
"role": "Maintainer"
}
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^11.4",
"marcocesarato/php-conventional-changelog": "^1.17"
},
"require": {
"php": "^8.2"
},
"config": {
"platform": {
"php": "8.2"
},
"optimize-autoloader": true,
"allow-plugins": {}
},
"scripts": {
"tests": "vendor/bin/phpunit",
"changelog": "conventional-changelog",
"release": "conventional-changelog --commit",
"release:patch": "conventional-changelog --patch --commit",
"release:minor": "conventional-changelog --minor --commit",
"release:major": "conventional-changelog --major --commit"
},
"version": "1.0.0"
}
|