PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Celso   Initials   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Initials
Get the initial letters of a name
Author: By
Last change:
Date: Yesterday
Size: 1,257 bytes
 

Contents

Class file image Download
{ "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" }