PHP Classes

File: captainhook.json

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)   captainhook.json   Download  
File: captainhook.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)
Generate, parse, validate unique identifiers
Author: By
Last change:
Date: 8 days ago
Size: 1,147 bytes
 

Contents

Class file image Download
{ "commit-msg": { "enabled": false, "actions": [] }, "pre-push": { "enabled": false, "actions": [] }, "pre-commit": { "enabled": true, "actions": [ { "action": "composer validate --strict", "options": [] }, { "action": "composer normalize --dry-run", "options": [] }, { "action": "composer ic:release:audit", "options": [] }, { "action": "composer ic:ci", "options": [] } ] }, "prepare-commit-msg": { "enabled": false, "actions": [] }, "post-commit": { "enabled": false, "actions": [] }, "post-merge": { "enabled": false, "actions": [] }, "post-checkout": { "enabled": false, "actions": [] }, "post-rewrite": { "enabled": false, "actions": [] }, "post-change": { "enabled": false, "actions": [] } }