PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   UUIDifier   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UUIDifier
Encode and decode UUIDs with a prefix and a number
Author: By
Last change:
Date: 8 days ago
Size: 303 bytes
 

Contents

Class file image Download
{ "name": "teamleadercrm/uuidifier", "require": { "ramsey/uuid": "^3.7", "symfony/console": "^3.1|^4.0" }, "autoload": { "psr-4": { "Teamleader\\Uuidifier\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^5.7|^6.3" } }