PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Hichem Taboukouyout   Namecrement PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Namecrement PHP
Generate names that follow an incremental pattern
Author: By
Last change:
Date: 13 days ago
Size: 862 bytes
 

Contents

Class file image Download
{ "name": "hichemtab-tech/namecrement", "description": "A smart php utility that generates unique incremental names, preventing naming collisions by automatically appending incremental suffixes.", "type": "library", "license": "MIT", "autoload": { "psr-4": { "HichemTabTech\\Namecrement\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "authors": [ { "name": "Hichem Taboukouyout", "email": "hichem.tab2002@gmail.com" } ], "scripts": { "test": "./vendor/bin/pest" }, "require": { "php": "^8.2 || ^8.3 || ^8.4" }, "require-dev": { "pestphp/pest": "^3.8 || ^4.0" }, "config": { "allow-plugins": { "pestphp/pest-plugin": true } } }