/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.25-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: quizab5_whmc751
-- ------------------------------------------------------
-- Server version	10.6.25-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `mod_invoicedata`
--

DROP TABLE IF EXISTS `mod_invoicedata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mod_invoicedata` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `invoiceid` int(10) unsigned NOT NULL,
  `clientsdetails` text NOT NULL,
  `customfields` text NOT NULL,
  `version` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mod_invoicedata`
--

LOCK TABLES `mod_invoicedata` WRITE;
/*!40000 ALTER TABLE `mod_invoicedata` DISABLE KEYS */;
/*!40000 ALTER TABLE `mod_invoicedata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaccounts`
--

DROP TABLE IF EXISTS `tblaccounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaccounts` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `currency` int(10) NOT NULL,
  `gateway` text NOT NULL,
  `date` datetime DEFAULT NULL,
  `description` text NOT NULL,
  `amountin` decimal(16,2) NOT NULL DEFAULT 0.00,
  `fees` decimal(16,2) NOT NULL DEFAULT 0.00,
  `amountout` decimal(16,2) NOT NULL DEFAULT 0.00,
  `rate` decimal(16,5) NOT NULL DEFAULT 1.00000,
  `transid` text NOT NULL,
  `invoiceid` int(10) unsigned NOT NULL DEFAULT 0,
  `refundid` int(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `invoiceid` (`invoiceid`),
  KEY `userid` (`userid`),
  KEY `date` (`date`),
  KEY `transid` (`transid`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaccounts`
--

LOCK TABLES `tblaccounts` WRITE;
/*!40000 ALTER TABLE `tblaccounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaccounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblactivitylog`
--

DROP TABLE IF EXISTS `tblactivitylog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblactivitylog` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` text NOT NULL,
  `user` text NOT NULL,
  `userid` int(10) unsigned NOT NULL DEFAULT 0,
  `user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `admin_id` int(10) unsigned NOT NULL DEFAULT 0,
  `ipaddr` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `date` (`date`),
  KEY `user` (`user`(255)),
  KEY `userid` (`userid`),
  KEY `user_id` (`user_id`),
  KEY `admin_id` (`admin_id`)
) ENGINE=InnoDB AUTO_INCREMENT=433 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblactivitylog`
--

LOCK TABLES `tblactivitylog` WRITE;
/*!40000 ALTER TABLE `tblactivitylog` DISABLE KEYS */;
INSERT INTO `tblactivitylog` VALUES (1,'2026-03-06 03:58:08','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(2,'2026-03-06 03:58:08','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(3,'2026-03-06 03:58:08','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(4,'2026-03-06 03:58:08','Automated Task: Starting Invoices','System',0,0,0,''),(5,'2026-03-06 03:58:08','Automated Task: Starting Late Fees','System',0,0,0,''),(6,'2026-03-06 03:58:08','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(7,'2026-03-06 03:58:09','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(8,'2026-03-06 03:58:09','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(9,'2026-03-06 03:58:09','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(10,'2026-03-06 03:58:09','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(11,'2026-03-06 03:58:09','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(12,'2026-03-06 03:58:09','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(13,'2026-03-06 03:58:09','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(14,'2026-03-06 03:58:09','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(15,'2026-03-06 03:58:09','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(16,'2026-03-06 03:58:09','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(17,'2026-03-06 03:58:09','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(18,'2026-03-06 03:58:09','Automated Task: Starting SSL Sync','System',0,0,0,''),(19,'2026-03-06 03:58:09','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(20,'2026-03-06 03:58:09','Automated Task: Starting Client Status Update','System',0,0,0,''),(21,'2026-03-06 03:58:09','Automated Task: Starting Domain Expiry','System',0,0,0,''),(22,'2026-03-06 03:58:10','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(23,'2026-03-06 03:58:10','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(24,'2026-03-06 03:58:10','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(25,'2026-03-06 03:58:14','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(26,'2026-03-06 03:58:14','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(27,'2026-03-06 03:58:14','Domain Sync Cron: Completed','System',0,0,0,''),(28,'2026-03-07 03:58:07','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(29,'2026-03-07 03:58:07','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(30,'2026-03-07 03:58:07','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(31,'2026-03-07 03:58:07','Automated Task: Starting Invoices','System',0,0,0,''),(32,'2026-03-07 03:58:07','Automated Task: Starting Late Fees','System',0,0,0,''),(33,'2026-03-07 03:58:07','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(34,'2026-03-07 03:58:07','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(35,'2026-03-07 03:58:07','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(36,'2026-03-07 03:58:07','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(37,'2026-03-07 03:58:07','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(38,'2026-03-07 03:58:07','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(39,'2026-03-07 03:58:07','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(40,'2026-03-07 03:58:07','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(41,'2026-03-07 03:58:07','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(42,'2026-03-07 03:58:07','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(43,'2026-03-07 03:58:07','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(44,'2026-03-07 03:58:07','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(45,'2026-03-07 03:58:07','Automated Task: Starting SSL Sync','System',0,0,0,''),(46,'2026-03-07 03:58:07','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(47,'2026-03-07 03:58:07','Automated Task: Starting Client Status Update','System',0,0,0,''),(48,'2026-03-07 03:58:07','Automated Task: Starting Domain Expiry','System',0,0,0,''),(49,'2026-03-07 03:58:07','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(50,'2026-03-07 03:58:07','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(51,'2026-03-07 03:58:07','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(52,'2026-03-07 03:58:10','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(53,'2026-03-07 03:58:10','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(54,'2026-03-07 03:58:10','Domain Sync Cron: Completed','System',0,0,0,''),(55,'2026-03-08 03:58:11','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(56,'2026-03-08 03:58:12','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(57,'2026-03-08 03:58:12','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(58,'2026-03-08 03:58:12','Automated Task: Starting Invoices','System',0,0,0,''),(59,'2026-03-08 03:58:12','Automated Task: Starting Late Fees','System',0,0,0,''),(60,'2026-03-08 03:58:12','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(61,'2026-03-08 03:58:12','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(62,'2026-03-08 03:58:12','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(63,'2026-03-08 03:58:12','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(64,'2026-03-08 03:58:13','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(65,'2026-03-08 03:58:13','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(66,'2026-03-08 03:58:13','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(67,'2026-03-08 03:58:13','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(68,'2026-03-08 03:58:14','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(69,'2026-03-08 03:58:14','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(70,'2026-03-08 03:58:14','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(71,'2026-03-08 03:58:14','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(72,'2026-03-08 03:58:14','Automated Task: Starting SSL Sync','System',0,0,0,''),(73,'2026-03-08 03:58:15','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(74,'2026-03-08 03:58:15','Automated Task: Starting Client Status Update','System',0,0,0,''),(75,'2026-03-08 03:58:15','Automated Task: Starting Domain Expiry','System',0,0,0,''),(76,'2026-03-08 03:58:16','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(77,'2026-03-08 03:58:16','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(78,'2026-03-08 03:58:17','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(79,'2026-03-08 03:58:20','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(80,'2026-03-08 03:58:21','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(81,'2026-03-08 03:58:21','Domain Sync Cron: Completed','System',0,0,0,''),(82,'2026-03-09 03:58:06','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(83,'2026-03-09 03:58:06','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(84,'2026-03-09 03:58:06','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(85,'2026-03-09 03:58:06','Automated Task: Starting Invoices','System',0,0,0,''),(86,'2026-03-09 03:58:06','Automated Task: Starting Late Fees','System',0,0,0,''),(87,'2026-03-09 03:58:06','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(88,'2026-03-09 03:58:06','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(89,'2026-03-09 03:58:06','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(90,'2026-03-09 03:58:06','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(91,'2026-03-09 03:58:06','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(92,'2026-03-09 03:58:06','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(93,'2026-03-09 03:58:06','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(94,'2026-03-09 03:58:06','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(95,'2026-03-09 03:58:06','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(96,'2026-03-09 03:58:06','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(97,'2026-03-09 03:58:06','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(98,'2026-03-09 03:58:06','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(99,'2026-03-09 03:58:06','Automated Task: Starting SSL Sync','System',0,0,0,''),(100,'2026-03-09 03:58:06','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(101,'2026-03-09 03:58:06','Automated Task: Starting Client Status Update','System',0,0,0,''),(102,'2026-03-09 03:58:06','Automated Task: Starting Domain Expiry','System',0,0,0,''),(103,'2026-03-09 03:58:07','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(104,'2026-03-09 03:58:07','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(105,'2026-03-09 03:58:07','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(106,'2026-03-09 03:58:10','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(107,'2026-03-09 03:58:10','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(108,'2026-03-09 03:58:10','Domain Sync Cron: Completed','System',0,0,0,''),(109,'2026-03-10 03:58:09','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(110,'2026-03-10 03:58:09','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(111,'2026-03-10 03:58:09','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(112,'2026-03-10 03:58:09','Automated Task: Starting Invoices','System',0,0,0,''),(113,'2026-03-10 03:58:09','Automated Task: Starting Late Fees','System',0,0,0,''),(114,'2026-03-10 03:58:09','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(115,'2026-03-10 03:58:09','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(116,'2026-03-10 03:58:09','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(117,'2026-03-10 03:58:09','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(118,'2026-03-10 03:58:09','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(119,'2026-03-10 03:58:09','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(120,'2026-03-10 03:58:09','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(121,'2026-03-10 03:58:09','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(122,'2026-03-10 03:58:09','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(123,'2026-03-10 03:58:09','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(124,'2026-03-10 03:58:10','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(125,'2026-03-10 03:58:10','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(126,'2026-03-10 03:58:10','Automated Task: Starting SSL Sync','System',0,0,0,''),(127,'2026-03-10 03:58:10','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(128,'2026-03-10 03:58:10','Automated Task: Starting Client Status Update','System',0,0,0,''),(129,'2026-03-10 03:58:10','Automated Task: Starting Domain Expiry','System',0,0,0,''),(130,'2026-03-10 03:58:10','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(131,'2026-03-10 03:58:10','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(132,'2026-03-10 03:58:10','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(133,'2026-03-10 03:58:13','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(134,'2026-03-10 03:58:13','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(135,'2026-03-10 03:58:13','Domain Sync Cron: Completed','System',0,0,0,''),(136,'2026-03-11 03:58:07','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(137,'2026-03-11 03:58:07','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(138,'2026-03-11 03:58:07','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(139,'2026-03-11 03:58:07','Automated Task: Starting Invoices','System',0,0,0,''),(140,'2026-03-11 03:58:07','Automated Task: Starting Late Fees','System',0,0,0,''),(141,'2026-03-11 03:58:07','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(142,'2026-03-11 03:58:07','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(143,'2026-03-11 03:58:07','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(144,'2026-03-11 03:58:07','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(145,'2026-03-11 03:58:07','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(146,'2026-03-11 03:58:07','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(147,'2026-03-11 03:58:07','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(148,'2026-03-11 03:58:07','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(149,'2026-03-11 03:58:07','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(150,'2026-03-11 03:58:07','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(151,'2026-03-11 03:58:07','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(152,'2026-03-11 03:58:07','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(153,'2026-03-11 03:58:07','Automated Task: Starting SSL Sync','System',0,0,0,''),(154,'2026-03-11 03:58:07','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(155,'2026-03-11 03:58:07','Automated Task: Starting Client Status Update','System',0,0,0,''),(156,'2026-03-11 03:58:07','Automated Task: Starting Domain Expiry','System',0,0,0,''),(157,'2026-03-11 03:58:07','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(158,'2026-03-11 03:58:07','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(159,'2026-03-11 03:58:07','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(160,'2026-03-11 03:58:10','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(161,'2026-03-11 03:58:10','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(162,'2026-03-11 03:58:10','Domain Sync Cron: Completed','System',0,0,0,''),(163,'2026-03-12 03:58:08','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(164,'2026-03-12 03:58:08','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(165,'2026-03-12 03:58:08','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(166,'2026-03-12 03:58:09','Automated Task: Starting Invoices','System',0,0,0,''),(167,'2026-03-12 03:58:09','Automated Task: Starting Late Fees','System',0,0,0,''),(168,'2026-03-12 03:58:09','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(169,'2026-03-12 03:58:09','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(170,'2026-03-12 03:58:09','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(171,'2026-03-12 03:58:09','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(172,'2026-03-12 03:58:09','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(173,'2026-03-12 03:58:09','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(174,'2026-03-12 03:58:09','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(175,'2026-03-12 03:58:09','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(176,'2026-03-12 03:58:09','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(177,'2026-03-12 03:58:09','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(178,'2026-03-12 03:58:10','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(179,'2026-03-12 03:58:10','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(180,'2026-03-12 03:58:10','Automated Task: Starting SSL Sync','System',0,0,0,''),(181,'2026-03-12 03:58:10','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(182,'2026-03-12 03:58:10','Automated Task: Starting Client Status Update','System',0,0,0,''),(183,'2026-03-12 03:58:10','Automated Task: Starting Domain Expiry','System',0,0,0,''),(184,'2026-03-12 03:58:11','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(185,'2026-03-12 03:58:11','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(186,'2026-03-12 03:58:11','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(187,'2026-03-12 03:58:15','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(188,'2026-03-12 03:58:15','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(189,'2026-03-12 03:58:15','Domain Sync Cron: Completed','System',0,0,0,''),(190,'2026-03-13 03:58:09','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(191,'2026-03-13 03:58:09','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(192,'2026-03-13 03:58:09','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(193,'2026-03-13 03:58:09','Automated Task: Starting Invoices','System',0,0,0,''),(194,'2026-03-13 03:58:09','Automated Task: Starting Late Fees','System',0,0,0,''),(195,'2026-03-13 03:58:09','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(196,'2026-03-13 03:58:09','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(197,'2026-03-13 03:58:09','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(198,'2026-03-13 03:58:09','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(199,'2026-03-13 03:58:09','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(200,'2026-03-13 03:58:10','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(201,'2026-03-13 03:58:10','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(202,'2026-03-13 03:58:10','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(203,'2026-03-13 03:58:10','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(204,'2026-03-13 03:58:10','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(205,'2026-03-13 03:58:10','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(206,'2026-03-13 03:58:10','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(207,'2026-03-13 03:58:10','Automated Task: Starting SSL Sync','System',0,0,0,''),(208,'2026-03-13 03:58:10','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(209,'2026-03-13 03:58:11','Automated Task: Starting Client Status Update','System',0,0,0,''),(210,'2026-03-13 03:58:11','Automated Task: Starting Domain Expiry','System',0,0,0,''),(211,'2026-03-13 03:58:11','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(212,'2026-03-13 03:58:11','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(213,'2026-03-13 03:58:11','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(214,'2026-03-13 03:58:15','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(215,'2026-03-13 03:58:15','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(216,'2026-03-13 03:58:15','Domain Sync Cron: Completed','System',0,0,0,''),(217,'2026-03-14 03:58:12','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(218,'2026-03-14 03:58:12','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(219,'2026-03-14 03:58:12','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(220,'2026-03-14 03:58:13','Automated Task: Starting Invoices','System',0,0,0,''),(221,'2026-03-14 03:58:13','Automated Task: Starting Late Fees','System',0,0,0,''),(222,'2026-03-14 03:58:13','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(223,'2026-03-14 03:58:13','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(224,'2026-03-14 03:58:13','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(225,'2026-03-14 03:58:13','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(226,'2026-03-14 03:58:13','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(227,'2026-03-14 03:58:13','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(228,'2026-03-14 03:58:13','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(229,'2026-03-14 03:58:14','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(230,'2026-03-14 03:58:14','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(231,'2026-03-14 03:58:14','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(232,'2026-03-14 03:58:14','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(233,'2026-03-14 03:58:14','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(234,'2026-03-14 03:58:14','Automated Task: Starting SSL Sync','System',0,0,0,''),(235,'2026-03-14 03:58:14','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(236,'2026-03-14 03:58:14','Automated Task: Starting Client Status Update','System',0,0,0,''),(237,'2026-03-14 03:58:14','Automated Task: Starting Domain Expiry','System',0,0,0,''),(238,'2026-03-14 03:58:15','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(239,'2026-03-14 03:58:15','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(240,'2026-03-14 03:58:15','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(241,'2026-03-14 03:58:19','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(242,'2026-03-14 03:58:19','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(243,'2026-03-14 03:58:19','Domain Sync Cron: Completed','System',0,0,0,''),(244,'2026-03-15 03:58:14','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(245,'2026-03-15 03:58:15','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(246,'2026-03-15 03:58:15','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(247,'2026-03-15 03:58:16','Automated Task: Starting Invoices','System',0,0,0,''),(248,'2026-03-15 03:58:17','Automated Task: Starting Late Fees','System',0,0,0,''),(249,'2026-03-15 03:58:17','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(250,'2026-03-15 03:58:18','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(251,'2026-03-15 03:58:18','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(252,'2026-03-15 03:58:18','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(253,'2026-03-15 03:58:19','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(254,'2026-03-15 03:58:19','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(255,'2026-03-15 03:58:19','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(256,'2026-03-15 03:58:20','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(257,'2026-03-15 03:58:21','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(258,'2026-03-15 03:58:21','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(259,'2026-03-15 03:58:22','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(260,'2026-03-15 03:58:22','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(261,'2026-03-15 03:58:22','Automated Task: Starting SSL Sync','System',0,0,0,''),(262,'2026-03-15 03:58:23','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(263,'2026-03-15 03:58:23','Automated Task: Starting Client Status Update','System',0,0,0,''),(264,'2026-03-15 03:58:23','Automated Task: Starting Domain Expiry','System',0,0,0,''),(265,'2026-03-15 03:58:24','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(266,'2026-03-15 03:58:24','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(267,'2026-03-15 03:58:24','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(268,'2026-03-15 03:58:28','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(269,'2026-03-15 03:58:28','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(270,'2026-03-15 03:58:28','Domain Sync Cron: Completed','System',0,0,0,''),(271,'2026-03-16 03:58:09','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(272,'2026-03-16 03:58:09','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(273,'2026-03-16 03:58:09','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(274,'2026-03-16 03:58:10','Automated Task: Starting Invoices','System',0,0,0,''),(275,'2026-03-16 03:58:10','Automated Task: Starting Late Fees','System',0,0,0,''),(276,'2026-03-16 03:58:10','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(277,'2026-03-16 03:58:10','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(278,'2026-03-16 03:58:10','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(279,'2026-03-16 03:58:10','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(280,'2026-03-16 03:58:10','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(281,'2026-03-16 03:58:10','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(282,'2026-03-16 03:58:11','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(283,'2026-03-16 03:58:11','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(284,'2026-03-16 03:58:11','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(285,'2026-03-16 03:58:11','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(286,'2026-03-16 03:58:11','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(287,'2026-03-16 03:58:11','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(288,'2026-03-16 03:58:11','Automated Task: Starting SSL Sync','System',0,0,0,''),(289,'2026-03-16 03:58:11','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(290,'2026-03-16 03:58:12','Automated Task: Starting Client Status Update','System',0,0,0,''),(291,'2026-03-16 03:58:12','Automated Task: Starting Domain Expiry','System',0,0,0,''),(292,'2026-03-16 03:58:12','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(293,'2026-03-16 03:58:12','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(294,'2026-03-16 03:58:12','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(295,'2026-03-16 03:58:16','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(296,'2026-03-16 03:58:16','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(297,'2026-03-16 03:58:16','Domain Sync Cron: Completed','System',0,0,0,''),(298,'2026-03-17 03:58:07','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(299,'2026-03-17 03:58:07','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(300,'2026-03-17 03:58:07','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(301,'2026-03-17 03:58:07','Automated Task: Starting Invoices','System',0,0,0,''),(302,'2026-03-17 03:58:07','Automated Task: Starting Late Fees','System',0,0,0,''),(303,'2026-03-17 03:58:07','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(304,'2026-03-17 03:58:08','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(305,'2026-03-17 03:58:08','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(306,'2026-03-17 03:58:08','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(307,'2026-03-17 03:58:08','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(308,'2026-03-17 03:58:08','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(309,'2026-03-17 03:58:08','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(310,'2026-03-17 03:58:08','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(311,'2026-03-17 03:58:08','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(312,'2026-03-17 03:58:08','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(313,'2026-03-17 03:58:08','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(314,'2026-03-17 03:58:08','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(315,'2026-03-17 03:58:08','Automated Task: Starting SSL Sync','System',0,0,0,''),(316,'2026-03-17 03:58:08','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(317,'2026-03-17 03:58:08','Automated Task: Starting Client Status Update','System',0,0,0,''),(318,'2026-03-17 03:58:08','Automated Task: Starting Domain Expiry','System',0,0,0,''),(319,'2026-03-17 03:58:08','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(320,'2026-03-17 03:58:08','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(321,'2026-03-17 03:58:08','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(322,'2026-03-17 03:58:11','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(323,'2026-03-17 03:58:11','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(324,'2026-03-17 03:58:11','Domain Sync Cron: Completed','System',0,0,0,''),(325,'2026-03-18 03:58:09','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(326,'2026-03-18 03:58:10','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(327,'2026-03-18 03:58:10','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(328,'2026-03-18 03:58:10','Automated Task: Starting Invoices','System',0,0,0,''),(329,'2026-03-18 03:58:10','Automated Task: Starting Late Fees','System',0,0,0,''),(330,'2026-03-18 03:58:10','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(331,'2026-03-18 03:58:10','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(332,'2026-03-18 03:58:10','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(333,'2026-03-18 03:58:10','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(334,'2026-03-18 03:58:11','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(335,'2026-03-18 03:58:11','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(336,'2026-03-18 03:58:11','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(337,'2026-03-18 03:58:11','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(338,'2026-03-18 03:58:11','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(339,'2026-03-18 03:58:11','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(340,'2026-03-18 03:58:11','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(341,'2026-03-18 03:58:11','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(342,'2026-03-18 03:58:11','Automated Task: Starting SSL Sync','System',0,0,0,''),(343,'2026-03-18 03:58:11','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(344,'2026-03-18 03:58:11','Automated Task: Starting Client Status Update','System',0,0,0,''),(345,'2026-03-18 03:58:12','Automated Task: Starting Domain Expiry','System',0,0,0,''),(346,'2026-03-18 03:58:12','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(347,'2026-03-18 03:58:12','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(348,'2026-03-18 03:58:12','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(349,'2026-03-18 03:58:16','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(350,'2026-03-18 03:58:16','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(351,'2026-03-18 03:58:17','Domain Sync Cron: Completed','System',0,0,0,''),(352,'2026-03-19 03:58:09','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(353,'2026-03-19 03:58:09','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(354,'2026-03-19 03:58:09','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(355,'2026-03-19 03:58:09','Automated Task: Starting Invoices','System',0,0,0,''),(356,'2026-03-19 03:58:09','Automated Task: Starting Late Fees','System',0,0,0,''),(357,'2026-03-19 03:58:09','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(358,'2026-03-19 03:58:09','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(359,'2026-03-19 03:58:10','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(360,'2026-03-19 03:58:10','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(361,'2026-03-19 03:58:10','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(362,'2026-03-19 03:58:10','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(363,'2026-03-19 03:58:10','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(364,'2026-03-19 03:58:10','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(365,'2026-03-19 03:58:10','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(366,'2026-03-19 03:58:10','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(367,'2026-03-19 03:58:10','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(368,'2026-03-19 03:58:10','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(369,'2026-03-19 03:58:11','Automated Task: Starting SSL Sync','System',0,0,0,''),(370,'2026-03-19 03:58:11','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(371,'2026-03-19 03:58:11','Automated Task: Starting Client Status Update','System',0,0,0,''),(372,'2026-03-19 03:58:11','Automated Task: Starting Domain Expiry','System',0,0,0,''),(373,'2026-03-19 03:58:11','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(374,'2026-03-19 03:58:11','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(375,'2026-03-19 03:58:11','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(376,'2026-03-19 03:58:14','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(377,'2026-03-19 03:58:14','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(378,'2026-03-19 03:58:14','Domain Sync Cron: Completed','System',0,0,0,''),(379,'2026-03-20 03:58:06','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(380,'2026-03-20 03:58:06','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(381,'2026-03-20 03:58:06','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(382,'2026-03-20 03:58:06','Automated Task: Starting Invoices','System',0,0,0,''),(383,'2026-03-20 03:58:07','Automated Task: Starting Late Fees','System',0,0,0,''),(384,'2026-03-20 03:58:07','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(385,'2026-03-20 03:58:07','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(386,'2026-03-20 03:58:07','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(387,'2026-03-20 03:58:07','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(388,'2026-03-20 03:58:07','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(389,'2026-03-20 03:58:07','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(390,'2026-03-20 03:58:07','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(391,'2026-03-20 03:58:07','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(392,'2026-03-20 03:58:07','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(393,'2026-03-20 03:58:07','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(394,'2026-03-20 03:58:07','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(395,'2026-03-20 03:58:07','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(396,'2026-03-20 03:58:07','Automated Task: Starting SSL Sync','System',0,0,0,''),(397,'2026-03-20 03:58:07','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(398,'2026-03-20 03:58:07','Automated Task: Starting Client Status Update','System',0,0,0,''),(399,'2026-03-20 03:58:07','Automated Task: Starting Domain Expiry','System',0,0,0,''),(400,'2026-03-20 03:58:07','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(401,'2026-03-20 03:58:07','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(402,'2026-03-20 03:58:07','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(403,'2026-03-20 03:58:10','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(404,'2026-03-20 03:58:10','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(405,'2026-03-20 03:58:10','Domain Sync Cron: Completed','System',0,0,0,''),(406,'2026-03-21 03:58:07','Automated Task: Starting Currency Exchange Rates','System',0,0,0,''),(407,'2026-03-21 03:58:07','Automated Task: Starting Product Pricing Updates','System',0,0,0,''),(408,'2026-03-21 03:58:07','Automated Task: Starting Tenant Usage Metrics','System',0,0,0,''),(409,'2026-03-21 03:58:07','Automated Task: Starting Invoices','System',0,0,0,''),(410,'2026-03-21 03:58:07','Automated Task: Starting Late Fees','System',0,0,0,''),(411,'2026-03-21 03:58:07','Cron Job: Late Invoice Fees added to 0 Invoices','System',0,0,0,''),(412,'2026-03-21 03:58:07','Automated Task: Starting Credit Card Charges','System',0,0,0,''),(413,'2026-03-21 03:58:07','Automated Task: Starting Invoice & Overdue Reminders','System',0,0,0,''),(414,'2026-03-21 03:58:07','Automated Task: Starting Domain Renewal Notices','System',0,0,0,''),(415,'2026-03-21 03:58:07','Automated Task: Starting Cancellation Requests','System',0,0,0,''),(416,'2026-03-21 03:58:07','Automated Task: Starting Overdue Suspensions','System',0,0,0,''),(417,'2026-03-21 03:58:07','Automated Task: Starting Overdue Terminations','System',0,0,0,''),(418,'2026-03-21 03:58:07','Automated Task: Starting Fixed Term Terminations','System',0,0,0,''),(419,'2026-03-21 03:58:07','Automated Task: Starting Overdue Invoice Cancellations','System',0,0,0,''),(420,'2026-03-21 03:58:07','Automated Task: Starting Inactive Tickets','System',0,0,0,''),(421,'2026-03-21 03:58:07','Automated Task: Starting Delayed Affiliate Commissions','System',0,0,0,''),(422,'2026-03-21 03:58:07','Automated Task: Starting Email Marketer Rules','System',0,0,0,''),(423,'2026-03-21 03:58:07','Automated Task: Starting SSL Sync','System',0,0,0,''),(424,'2026-03-21 03:58:07','Automated Task: Starting Server Usage Stats','System',0,0,0,''),(425,'2026-03-21 03:58:07','Automated Task: Starting Client Status Update','System',0,0,0,''),(426,'2026-03-21 03:58:07','Automated Task: Starting Domain Expiry','System',0,0,0,''),(427,'2026-03-21 03:58:07','Automated Task: Starting Data Retention Pruning','System',0,0,0,''),(428,'2026-03-21 03:58:07','Automated Task: Starting SSL Certificate Reissues','System',0,0,0,''),(429,'2026-03-21 03:58:07','Automated Task: Starting WHMCS Updates','System',0,0,0,''),(430,'2026-03-21 03:58:10','Automated Task: Starting Domain Transfer Status Synchronisation','System',0,0,0,''),(431,'2026-03-21 03:58:10','Automated Task: Starting Domain Status Synchronisation','System',0,0,0,''),(432,'2026-03-21 03:58:10','Domain Sync Cron: Completed','System',0,0,0,'');
/*!40000 ALTER TABLE `tblactivitylog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladdonmodules`
--

DROP TABLE IF EXISTS `tbladdonmodules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladdonmodules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `module` text NOT NULL,
  `setting` text NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladdonmodules`
--

LOCK TABLES `tbladdonmodules` WRITE;
/*!40000 ALTER TABLE `tbladdonmodules` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbladdonmodules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladdons`
--

DROP TABLE IF EXISTS `tbladdons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladdons` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `packages` text NOT NULL,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `billingcycle` text NOT NULL,
  `allowqty` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `tax` tinyint(1) NOT NULL,
  `showorder` tinyint(1) NOT NULL,
  `hidden` tinyint(1) NOT NULL DEFAULT 0,
  `retired` tinyint(1) NOT NULL DEFAULT 0,
  `downloads` text NOT NULL,
  `autoactivate` text NOT NULL,
  `suspendproduct` tinyint(1) NOT NULL,
  `welcomeemail` int(10) NOT NULL,
  `type` varchar(16) NOT NULL DEFAULT '',
  `module` varchar(32) NOT NULL DEFAULT '',
  `server_group_id` int(10) NOT NULL DEFAULT 0,
  `prorate` tinyint(1) NOT NULL DEFAULT 0,
  `weight` int(2) NOT NULL DEFAULT 0,
  `autolinkby` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `name` (`name`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladdons`
--

LOCK TABLES `tbladdons` WRITE;
/*!40000 ALTER TABLE `tbladdons` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbladdons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladmin_invites`
--

DROP TABLE IF EXISTS `tbladmin_invites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladmin_invites` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `username` varchar(255) DEFAULT NULL,
  `token` varchar(100) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expiration_period_in_days` int(10) NOT NULL,
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `roleid` int(1) unsigned NOT NULL DEFAULT 1,
  `email` varchar(255) NOT NULL,
  `assigned_departments` text DEFAULT NULL,
  `ticket_notify` text DEFAULT NULL,
  `support_ticket_signature` text DEFAULT NULL,
  `private_notes` text DEFAULT NULL,
  `template` text NOT NULL,
  `language` varchar(32) NOT NULL,
  `disable` int(1) unsigned NOT NULL DEFAULT 0,
  `invited_by` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladmin_invites`
--

LOCK TABLES `tbladmin_invites` WRITE;
/*!40000 ALTER TABLE `tbladmin_invites` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbladmin_invites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladminlog`
--

DROP TABLE IF EXISTS `tbladminlog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladminlog` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `adminusername` text NOT NULL,
  `logintime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `logouttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ipaddress` text NOT NULL,
  `sessionid` text NOT NULL,
  `lastvisit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `logouttime` (`logouttime`),
  KEY `lastvisit` (`lastvisit`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladminlog`
--

LOCK TABLES `tbladminlog` WRITE;
/*!40000 ALTER TABLE `tbladminlog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbladminlog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladminperms`
--

DROP TABLE IF EXISTS `tbladminperms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladminperms` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `roleid` int(1) NOT NULL,
  `permid` int(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `roleid_permid` (`roleid`,`permid`)
) ENGINE=InnoDB AUTO_INCREMENT=263 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladminperms`
--

LOCK TABLES `tbladminperms` WRITE;
/*!40000 ALTER TABLE `tbladminperms` DISABLE KEYS */;
INSERT INTO `tbladminperms` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,1,9),(10,1,10),(11,1,11),(12,1,12),(13,1,13),(14,1,14),(15,1,15),(16,1,16),(17,1,17),(18,1,18),(19,1,19),(20,1,20),(21,1,21),(22,1,22),(23,1,23),(24,1,24),(25,1,25),(26,1,26),(27,1,27),(28,1,28),(29,1,29),(30,1,30),(31,1,31),(32,1,32),(33,1,33),(34,1,34),(35,1,35),(36,1,36),(37,1,37),(38,1,38),(39,1,39),(40,1,40),(41,1,41),(42,1,42),(43,1,43),(44,1,44),(45,1,45),(46,1,46),(47,1,47),(48,1,49),(49,1,50),(50,1,51),(51,1,52),(52,1,53),(53,1,54),(54,1,55),(55,1,56),(56,1,57),(57,1,58),(58,1,59),(59,1,60),(60,1,61),(61,1,62),(62,1,63),(63,1,64),(64,1,65),(65,1,66),(66,1,67),(67,1,68),(68,1,69),(69,1,70),(70,1,71),(71,1,72),(72,1,73),(73,1,74),(74,1,75),(75,1,76),(76,1,77),(77,1,78),(78,1,79),(79,1,80),(80,1,81),(81,1,82),(82,1,83),(83,1,84),(84,1,85),(85,1,86),(86,1,87),(87,1,88),(88,1,89),(89,1,90),(90,1,91),(91,1,92),(92,1,93),(93,1,94),(94,1,95),(95,1,96),(96,1,97),(97,1,98),(98,1,99),(99,1,100),(100,1,101),(101,1,102),(102,1,103),(103,1,104),(104,1,105),(105,1,106),(106,1,107),(107,1,108),(108,1,109),(109,1,110),(110,1,111),(111,1,112),(112,1,113),(113,1,114),(114,1,115),(115,1,116),(116,1,117),(117,1,118),(118,1,119),(119,1,120),(120,1,122),(121,1,123),(122,1,124),(123,1,125),(124,1,125),(125,1,126),(126,1,126),(127,1,127),(128,1,128),(129,1,129),(130,1,131),(131,1,132),(132,1,133),(133,1,134),(134,1,135),(135,1,136),(136,1,137),(137,1,138),(138,1,139),(139,1,139),(140,1,140),(141,1,141),(142,1,142),(143,1,143),(144,1,144),(145,1,145),(146,1,146),(231,1,147),(232,1,148),(233,1,149),(245,1,150),(246,1,151),(247,1,152),(248,1,153),(249,1,154),(250,1,155),(251,1,156),(252,1,157),(253,1,158),(254,1,159),(256,1,160),(257,1,161),(258,1,162),(259,1,163),(147,2,1),(148,2,2),(149,2,3),(150,2,4),(151,2,5),(152,2,6),(153,2,7),(154,2,8),(155,2,9),(156,2,10),(157,2,11),(158,2,12),(159,2,13),(160,2,14),(161,2,15),(162,2,16),(163,2,17),(164,2,18),(165,2,19),(166,2,20),(167,2,21),(168,2,22),(169,2,23),(170,2,24),(171,2,25),(172,2,26),(173,2,27),(174,2,28),(175,2,29),(176,2,30),(177,2,31),(178,2,32),(179,2,33),(180,2,34),(181,2,35),(182,2,36),(183,2,37),(184,2,38),(185,2,39),(186,2,40),(187,2,41),(188,2,42),(189,2,43),(190,2,44),(191,2,45),(192,2,46),(193,2,47),(194,2,49),(195,2,50),(196,2,51),(197,2,52),(198,2,71),(199,2,73),(200,2,85),(201,2,98),(202,2,99),(203,2,101),(204,2,104),(205,2,105),(206,2,110),(207,2,120),(208,2,123),(209,2,124),(210,2,125),(211,2,125),(212,2,126),(213,2,126),(214,2,128),(215,2,129),(216,2,145),(244,2,149),(255,2,159),(217,3,3),(218,3,38),(219,3,39),(220,3,40),(221,3,41),(222,3,42),(223,3,43),(224,3,44),(225,3,50),(226,3,105),(227,3,125),(228,3,125),(229,3,126),(230,3,128),(260,3,160),(261,3,161),(262,3,162);
/*!40000 ALTER TABLE `tbladminperms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladminroles`
--

DROP TABLE IF EXISTS `tbladminroles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladminroles` (
  `id` int(1) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `widgets` text NOT NULL,
  `reports` text NOT NULL,
  `systememails` int(1) NOT NULL,
  `accountemails` int(1) NOT NULL,
  `supportemails` int(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladminroles`
--

LOCK TABLES `tbladminroles` WRITE;
/*!40000 ALTER TABLE `tbladminroles` DISABLE KEYS */;
INSERT INTO `tbladminroles` VALUES (1,'Full Administrator','activity_log,getting_started,income_forecast,income_overview,my_notes,network_status,open_invoices,orders_overview,paypal_addon,admin_activity,client_activity,system_overview,todo_list,whmcs_news,supporttickets_overview,calendar','',1,1,1),(2,'Sales Operator','activity_log,getting_started,income_forecast,income_overview,my_notes,network_status,open_invoices,orders_overview,paypal_addon,client_activity,todo_list,whmcs_news,supporttickets_overview,calendar','',0,1,1),(3,'Support Operator','activity_log,getting_started,my_notes,todo_list,whmcs_news,supporttickets_overview,calendar','',0,0,1);
/*!40000 ALTER TABLE `tbladminroles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladmins`
--

DROP TABLE IF EXISTS `tbladmins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladmins` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `roleid` int(1) NOT NULL,
  `username` text NOT NULL,
  `password` varchar(255) NOT NULL DEFAULT '',
  `passwordhash` varchar(255) NOT NULL DEFAULT '',
  `authmodule` text NOT NULL,
  `authdata` text NOT NULL,
  `firstname` text NOT NULL,
  `lastname` text NOT NULL,
  `email` text NOT NULL,
  `signature` text NOT NULL,
  `notes` text NOT NULL,
  `template` text NOT NULL,
  `language` text NOT NULL,
  `disabled` int(1) NOT NULL,
  `loginattempts` int(1) NOT NULL,
  `supportdepts` text NOT NULL,
  `ticketnotifications` text NOT NULL,
  `homewidgets` text NOT NULL,
  `password_reset_key` varchar(255) NOT NULL DEFAULT '',
  `password_reset_data` text NOT NULL,
  `password_reset_expiry` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hidden_widgets` text NOT NULL,
  `widget_order` text NOT NULL,
  `user_preferences` mediumtext DEFAULT NULL,
  `mixpanel_tracking_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `username` (`username`(32))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladmins`
--

LOCK TABLES `tbladmins` WRITE;
/*!40000 ALTER TABLE `tbladmins` DISABLE KEYS */;
INSERT INTO `tbladmins` VALUES (1,'5ba4bf4c-26b4-4b04-9707-05ab68a7f560',1,'admin','96206cbbd58b257f34c13e286028b834','','','','Freddie','Annobil-Dodoo','freddie@webberdoo.com','','Welcome to WHMCS!  Please ensure you have setup the cron job to automate tasks','blend','english',0,0,',','','getting_started:true,orders_overview:true,supporttickets_overview:true,my_notes:true,client_activity:true,open_invoices:true,activity_log:true|income_overview:true,system_overview:true,whmcs_news:true,sysinfo:true,admin_activity:true,todo_list:true,network_status:true,income_forecast:true|','','','0000-00-00 00:00:00','','',NULL,0,'0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `tbladmins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbladminsecurityquestions`
--

DROP TABLE IF EXISTS `tbladminsecurityquestions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbladminsecurityquestions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `question` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbladminsecurityquestions`
--

LOCK TABLES `tbladminsecurityquestions` WRITE;
/*!40000 ALTER TABLE `tbladminsecurityquestions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbladminsecurityquestions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaffiliates`
--

DROP TABLE IF EXISTS `tblaffiliates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaffiliates` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` date DEFAULT NULL,
  `clientid` int(10) NOT NULL,
  `visitors` int(1) NOT NULL,
  `paytype` text NOT NULL,
  `payamount` decimal(16,2) NOT NULL,
  `onetime` int(1) NOT NULL,
  `balance` decimal(16,2) NOT NULL DEFAULT 0.00,
  `withdrawn` decimal(16,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `clientid` (`clientid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaffiliates`
--

LOCK TABLES `tblaffiliates` WRITE;
/*!40000 ALTER TABLE `tblaffiliates` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaffiliates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaffiliates_hits`
--

DROP TABLE IF EXISTS `tblaffiliates_hits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaffiliates_hits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `affiliate_id` int(10) unsigned NOT NULL DEFAULT 0,
  `referrer_id` int(10) unsigned NOT NULL DEFAULT 0,
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `affiliate_id` (`affiliate_id`,`referrer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaffiliates_hits`
--

LOCK TABLES `tblaffiliates_hits` WRITE;
/*!40000 ALTER TABLE `tblaffiliates_hits` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaffiliates_hits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaffiliates_referrers`
--

DROP TABLE IF EXISTS `tblaffiliates_referrers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaffiliates_referrers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `affiliate_id` int(10) unsigned NOT NULL DEFAULT 0,
  `referrer` varchar(500) NOT NULL DEFAULT '',
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `affiliate_id` (`affiliate_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaffiliates_referrers`
--

LOCK TABLES `tblaffiliates_referrers` WRITE;
/*!40000 ALTER TABLE `tblaffiliates_referrers` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaffiliates_referrers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaffiliatesaccounts`
--

DROP TABLE IF EXISTS `tblaffiliatesaccounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaffiliatesaccounts` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `affiliateid` int(10) NOT NULL,
  `relid` int(10) NOT NULL,
  `lastpaid` date NOT NULL DEFAULT '0000-00-00',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `affiliateid` (`affiliateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaffiliatesaccounts`
--

LOCK TABLES `tblaffiliatesaccounts` WRITE;
/*!40000 ALTER TABLE `tblaffiliatesaccounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaffiliatesaccounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaffiliateshistory`
--

DROP TABLE IF EXISTS `tblaffiliateshistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaffiliateshistory` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `affiliateid` int(10) NOT NULL,
  `date` date NOT NULL,
  `affaccid` int(10) NOT NULL,
  `invoice_id` int(10) unsigned NOT NULL DEFAULT 0,
  `description` text NOT NULL,
  `amount` decimal(16,2) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `affiliateid` (`affiliateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaffiliateshistory`
--

LOCK TABLES `tblaffiliateshistory` WRITE;
/*!40000 ALTER TABLE `tblaffiliateshistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaffiliateshistory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaffiliatespending`
--

DROP TABLE IF EXISTS `tblaffiliatespending`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaffiliatespending` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `affaccid` int(10) NOT NULL DEFAULT 0,
  `invoice_id` int(10) unsigned NOT NULL DEFAULT 0,
  `amount` decimal(16,2) NOT NULL,
  `clearingdate` date NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `clearingdate` (`clearingdate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaffiliatespending`
--

LOCK TABLES `tblaffiliatespending` WRITE;
/*!40000 ALTER TABLE `tblaffiliatespending` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaffiliatespending` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblaffiliateswithdrawals`
--

DROP TABLE IF EXISTS `tblaffiliateswithdrawals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblaffiliateswithdrawals` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `affiliateid` int(10) NOT NULL,
  `date` date NOT NULL,
  `amount` decimal(16,2) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `affiliateid` (`affiliateid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblaffiliateswithdrawals`
--

LOCK TABLES `tblaffiliateswithdrawals` WRITE;
/*!40000 ALTER TABLE `tblaffiliateswithdrawals` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblaffiliateswithdrawals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblannouncements`
--

DROP TABLE IF EXISTS `tblannouncements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblannouncements` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime DEFAULT NULL,
  `title` text NOT NULL,
  `announcement` text NOT NULL,
  `published` tinyint(1) NOT NULL,
  `parentid` int(10) NOT NULL,
  `language` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `date` (`date`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblannouncements`
--

LOCK TABLES `tblannouncements` WRITE;
/*!40000 ALTER TABLE `tblannouncements` DISABLE KEYS */;
INSERT INTO `tblannouncements` VALUES (1,'2026-03-05 13:53:37','Thank you for choosing WHMCS!','<p>Welcome to <a title=\"WHMCS\" href=\"http://whmcs.com\" target=\"_blank\">WHMCS</a>!\n You have made a great choice and we want to help you get up and running as\n quickly as possible.</p>\n<p>This is a sample announcement. Announcements are a great way to keep your\n customers informed about news and special offers. You can edit or delete this\n announcement by logging into the admin area and navigating to <em>Support &gt;\n Announcements</em>.</p>\n<p>If at any point you get stuck, our support team is available 24x7 to\n assist you. Simply visit <a title=\"www.whmcs.com/support\"\n href=\"https://www.whmcs.com/support\" target=\"_blank\">www.whmcs.com/support</a>\n to request assistance.</p>',1,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `tblannouncements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblapi_roles`
--

DROP TABLE IF EXISTS `tblapi_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblapi_roles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `role` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `permissions` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblapi_roles`
--

LOCK TABLES `tblapi_roles` WRITE;
/*!40000 ALTER TABLE `tblapi_roles` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblapi_roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblapilog`
--

DROP TABLE IF EXISTS `tblapilog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblapilog` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL DEFAULT '',
  `endpoint` varchar(255) DEFAULT NULL,
  `method` enum('GET','POST','PUT','PATCH','DELETE') DEFAULT NULL,
  `request` text NOT NULL,
  `request_headers` text DEFAULT NULL,
  `response` text NOT NULL,
  `response_status` int(11) NOT NULL DEFAULT 0,
  `response_headers` text NOT NULL,
  `level` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblapilog`
--

LOCK TABLES `tblapilog` WRITE;
/*!40000 ALTER TABLE `tblapilog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblapilog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblapplinks`
--

DROP TABLE IF EXISTS `tblapplinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblapplinks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `module_type` varchar(20) NOT NULL DEFAULT '',
  `module_name` varchar(50) NOT NULL DEFAULT '',
  `is_enabled` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblapplinks`
--

LOCK TABLES `tblapplinks` WRITE;
/*!40000 ALTER TABLE `tblapplinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblapplinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblapplinks_links`
--

DROP TABLE IF EXISTS `tblapplinks_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblapplinks_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `applink_id` int(10) unsigned NOT NULL DEFAULT 0,
  `scope` varchar(80) NOT NULL DEFAULT '',
  `display_label` varchar(256) NOT NULL DEFAULT '',
  `is_enabled` tinyint(4) NOT NULL DEFAULT 0,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblapplinks_links`
--

LOCK TABLES `tblapplinks_links` WRITE;
/*!40000 ALTER TABLE `tblapplinks_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblapplinks_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblapplinks_log`
--

DROP TABLE IF EXISTS `tblapplinks_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblapplinks_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `applink_id` int(10) unsigned NOT NULL DEFAULT 0,
  `message` varchar(2000) NOT NULL DEFAULT '',
  `level` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblapplinks_log`
--

LOCK TABLES `tblapplinks_log` WRITE;
/*!40000 ALTER TABLE `tblapplinks_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblapplinks_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblauthn_account_links`
--

DROP TABLE IF EXISTS `tblauthn_account_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblauthn_account_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `provider` char(32) NOT NULL,
  `remote_user_id` char(255) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `client_id` int(11) DEFAULT NULL,
  `contact_id` int(11) DEFAULT NULL,
  `metadata` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tblauthn_account_links_provider_remote_user_id_unique` (`provider`,`remote_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblauthn_account_links`
--

LOCK TABLES `tblauthn_account_links` WRITE;
/*!40000 ALTER TABLE `tblauthn_account_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblauthn_account_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblauthn_config`
--

DROP TABLE IF EXISTS `tblauthn_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblauthn_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `provider` char(64) NOT NULL,
  `setting` char(128) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tblauthn_config_provider_setting_unique` (`provider`,`setting`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblauthn_config`
--

LOCK TABLES `tblauthn_config` WRITE;
/*!40000 ALTER TABLE `tblauthn_config` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblauthn_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblbankaccts`
--

DROP TABLE IF EXISTS `tblbankaccts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblbankaccts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pay_method_id` int(11) NOT NULL DEFAULT 0,
  `bank_name` varchar(255) NOT NULL DEFAULT '',
  `acct_type` varchar(255) NOT NULL DEFAULT '',
  `bank_data` blob NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblbankaccts_pay_method_id` (`pay_method_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblbankaccts`
--

LOCK TABLES `tblbankaccts` WRITE;
/*!40000 ALTER TABLE `tblbankaccts` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblbankaccts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblbannedemails`
--

DROP TABLE IF EXISTS `tblbannedemails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblbannedemails` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `domain` text NOT NULL,
  `count` int(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `domain` (`domain`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblbannedemails`
--

LOCK TABLES `tblbannedemails` WRITE;
/*!40000 ALTER TABLE `tblbannedemails` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblbannedemails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblbannedips`
--

DROP TABLE IF EXISTS `tblbannedips`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblbannedips` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `ip` text NOT NULL,
  `reason` text NOT NULL,
  `expires` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ip` (`ip`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblbannedips`
--

LOCK TABLES `tblbannedips` WRITE;
/*!40000 ALTER TABLE `tblbannedips` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblbannedips` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblbillableitems`
--

DROP TABLE IF EXISTS `tblbillableitems`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblbillableitems` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `description` text NOT NULL,
  `hours` decimal(5,2) NOT NULL,
  `amount` decimal(16,2) NOT NULL,
  `recur` int(5) NOT NULL DEFAULT 0,
  `recurcycle` text NOT NULL,
  `recurfor` int(5) NOT NULL DEFAULT 0,
  `invoiceaction` int(1) NOT NULL,
  `unit` tinyint(1) NOT NULL DEFAULT 0,
  `duedate` date NOT NULL,
  `invoicecount` int(5) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblbillableitems`
--

LOCK TABLES `tblbillableitems` WRITE;
/*!40000 ALTER TABLE `tblbillableitems` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblbillableitems` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblbundles`
--

DROP TABLE IF EXISTS `tblbundles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblbundles` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `validfrom` date NOT NULL,
  `validuntil` date NOT NULL,
  `uses` int(4) NOT NULL,
  `maxuses` int(4) NOT NULL,
  `itemdata` text NOT NULL,
  `allowpromo` int(1) NOT NULL,
  `showgroup` int(1) NOT NULL,
  `gid` int(10) NOT NULL,
  `description` text NOT NULL,
  `displayprice` decimal(16,2) NOT NULL,
  `sortorder` int(3) NOT NULL,
  `is_featured` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblbundles`
--

LOCK TABLES `tblbundles` WRITE;
/*!40000 ALTER TABLE `tblbundles` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblbundles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcalendar`
--

DROP TABLE IF EXISTS `tblcalendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcalendar` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `desc` text NOT NULL,
  `start` int(10) NOT NULL,
  `end` int(10) NOT NULL,
  `allday` int(1) NOT NULL,
  `adminid` int(10) NOT NULL,
  `recurid` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcalendar`
--

LOCK TABLES `tblcalendar` WRITE;
/*!40000 ALTER TABLE `tblcalendar` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcalendar` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcampaigns`
--

DROP TABLE IF EXISTS `tblcampaigns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcampaigns` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `admin_id` int(10) unsigned NOT NULL DEFAULT 0,
  `name` varchar(250) NOT NULL DEFAULT '',
  `configuration` text DEFAULT NULL,
  `message_data` mediumtext DEFAULT NULL,
  `sending_start_at` datetime DEFAULT NULL,
  `draft` tinyint(1) NOT NULL DEFAULT 0,
  `started` tinyint(1) NOT NULL DEFAULT 0,
  `paused` tinyint(1) NOT NULL DEFAULT 0,
  `position` int(10) unsigned NOT NULL DEFAULT 0,
  `completed` tinyint(1) NOT NULL DEFAULT 0,
  `completed_at` timestamp NULL DEFAULT NULL,
  `queue_completed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblcampaigns_started_index` (`started`),
  KEY `tblcampaigns_paused_index` (`paused`),
  KEY `tblcampaigns_completed_index` (`completed`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcampaigns`
--

LOCK TABLES `tblcampaigns` WRITE;
/*!40000 ALTER TABLE `tblcampaigns` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcampaigns` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcancelrequests`
--

DROP TABLE IF EXISTS `tblcancelrequests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcancelrequests` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `relid` int(10) NOT NULL,
  `reason` text NOT NULL,
  `type` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `serviceid` (`relid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcancelrequests`
--

LOCK TABLES `tblcancelrequests` WRITE;
/*!40000 ALTER TABLE `tblcancelrequests` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcancelrequests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcarts`
--

DROP TABLE IF EXISTS `tblcarts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcarts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned DEFAULT NULL,
  `tag` char(64) NOT NULL,
  `data` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tblcarts_tag_unique` (`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcarts`
--

LOCK TABLES `tblcarts` WRITE;
/*!40000 ALTER TABLE `tblcarts` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcarts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblclientgroups`
--

DROP TABLE IF EXISTS `tblclientgroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblclientgroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `groupname` varchar(45) NOT NULL,
  `groupcolour` varchar(45) DEFAULT NULL,
  `discountpercent` decimal(10,2) unsigned DEFAULT 0.00,
  `susptermexempt` text DEFAULT NULL,
  `separateinvoices` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblclientgroups`
--

LOCK TABLES `tblclientgroups` WRITE;
/*!40000 ALTER TABLE `tblclientgroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblclientgroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblclients`
--

DROP TABLE IF EXISTS `tblclients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblclients` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `firstname` text NOT NULL,
  `lastname` text NOT NULL,
  `companyname` text NOT NULL,
  `email` text NOT NULL,
  `address1` text NOT NULL,
  `address2` text NOT NULL,
  `city` text NOT NULL,
  `state` text NOT NULL,
  `postcode` text NOT NULL,
  `country` text NOT NULL,
  `phonenumber` text NOT NULL,
  `tax_id` varchar(128) NOT NULL DEFAULT '',
  `password` text NOT NULL,
  `authmodule` text NOT NULL,
  `authdata` text NOT NULL,
  `currency` int(10) NOT NULL,
  `defaultgateway` text NOT NULL,
  `credit` decimal(16,2) NOT NULL,
  `taxexempt` tinyint(1) NOT NULL,
  `latefeeoveride` tinyint(1) NOT NULL,
  `overideduenotices` tinyint(1) NOT NULL,
  `separateinvoices` tinyint(1) NOT NULL,
  `disableautocc` tinyint(1) NOT NULL,
  `datecreated` date NOT NULL,
  `notes` text NOT NULL,
  `billingcid` int(10) NOT NULL,
  `securityqid` int(10) NOT NULL,
  `securityqans` text NOT NULL,
  `groupid` int(10) NOT NULL,
  `cardtype` varchar(255) NOT NULL DEFAULT '',
  `cardlastfour` text NOT NULL,
  `cardnum` blob NOT NULL,
  `startdate` blob NOT NULL,
  `expdate` blob NOT NULL,
  `issuenumber` blob NOT NULL,
  `bankname` text NOT NULL,
  `banktype` text NOT NULL,
  `bankcode` blob NOT NULL,
  `bankacct` blob NOT NULL,
  `gatewayid` text NOT NULL,
  `lastlogin` datetime DEFAULT NULL,
  `ip` text NOT NULL,
  `host` text NOT NULL,
  `status` enum('Active','Inactive','Closed') NOT NULL DEFAULT 'Active',
  `language` text NOT NULL,
  `pwresetkey` text NOT NULL,
  `emailoptout` int(1) NOT NULL,
  `marketing_emails_opt_in` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `overrideautoclose` int(1) NOT NULL,
  `allow_sso` tinyint(1) NOT NULL DEFAULT 1,
  `email_verified` tinyint(1) NOT NULL DEFAULT 0,
  `email_preferences` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pwresetexpiry` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `firstname_lastname` (`firstname`(32),`lastname`(32)),
  KEY `email` (`email`(64)),
  KEY `client_status_id` (`status`,`id`),
  KEY `lastlogin` (`lastlogin`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblclients`
--

LOCK TABLES `tblclients` WRITE;
/*!40000 ALTER TABLE `tblclients` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblclients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblclientsfiles`
--

DROP TABLE IF EXISTS `tblclientsfiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblclientsfiles` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `title` text NOT NULL,
  `filename` text NOT NULL,
  `adminonly` int(1) NOT NULL,
  `dateadded` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblclientsfiles`
--

LOCK TABLES `tblclientsfiles` WRITE;
/*!40000 ALTER TABLE `tblclientsfiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblclientsfiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblconfiguration`
--

DROP TABLE IF EXISTS `tblconfiguration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblconfiguration` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `setting` varchar(64) NOT NULL,
  `value` mediumtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `whmcs_setting_unique` (`setting`),
  KEY `setting` (`setting`)
) ENGINE=InnoDB AUTO_INCREMENT=267 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblconfiguration`
--

LOCK TABLES `tblconfiguration` WRITE;
/*!40000 ALTER TABLE `tblconfiguration` DISABLE KEYS */;
INSERT INTO `tblconfiguration` VALUES (1,'Language','english','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'CompanyName','Webberdoo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'Email','freddie@webberdoo.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'Domain','https://whmcstest.webberdoo.com/','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'LogoURL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'AutoSuspension','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'AutoSuspensionDays','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'CreateInvoiceDaysBefore','14','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'AffiliateEnabled','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'AffiliateEarningPercent','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'AffiliateBonusDeposit','0.00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'AffiliatePayout','25.00','0000-00-00 00:00:00','2018-04-18 04:51:37'),(13,'AffiliateLinks','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'ActivityLimit','10000','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'DateFormat','DD/MM/YYYY','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'PreSalesQuestions','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'Template','twenty-one','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'AllowRegister','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'AllowTransfer','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'AllowOwnDomain','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'EnableTOSAccept','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'TermsOfService','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'AllowLanguageChange','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'CutUtf8Mb4','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'AllowCustomerChangeInvoiceGateway','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'DefaultNameserver1','ns1.example.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'DefaultNameserver2','ns2.example.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'SendInvoiceReminderDays','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'SendReminder','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'NumRecordstoDisplay','50','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'BCCMessages','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'MailType','mail','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'SMTPHost','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'SMTPUsername','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'SMTPPassword','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'SMTPPort','25','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'ShowCancellationButton','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'UpdateStatsAuto','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'InvoicePayTo','Address goes here...','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'SendAffiliateReportMonthly','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'InvalidLoginBanLength','15','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'Signature','Signature goes here...','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'DomainOnlyOrderEnabled','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'TicketBannedAddresses','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'SendEmailNotificationonUserDetailsChange','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'TicketAllowedFileTypes','.jpg,.gif,.jpeg,.png,.txt,.pdf','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'CloseInactiveTickets','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,'InvoiceLateFeeAmount','10.00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,'AutoTermination','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,'AutoTerminationDays','30','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,'RegistrarAdminFirstName','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,'RegistrarAdminLastName','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,'RegistrarAdminCompanyName','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,'RegistrarAdminAddress1','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,'RegistrarAdminAddress2','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,'RegistrarAdminCity','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,'RegistrarAdminStateProvince','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,'RegistrarAdminCountry','US','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,'RegistrarAdminPostalCode','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,'RegistrarAdminPhone','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(61,'RegistrarAdminFax','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,'RegistrarAdminEmailAddress','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,'RegistrarAdminUseClientDetails','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,'Charset','utf-8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,'AutoUnsuspend','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,'RunScriptonCheckOut','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,'License','','0000-00-00 00:00:00','2026-03-05 13:53:37'),(68,'OrderFormTemplate','standard_cart','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,'AllowDomainsTwice','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,'AddLateFeeDays','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,'TaxEnabled','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,'DefaultCountry','US','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,'AutoRedirectoInvoice','gateway','0000-00-00 00:00:00','0000-00-00 00:00:00'),(74,'EnablePDFInvoices','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(75,'CaptchaSetting','offloggedin','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,'SupportTicketOrder','ASC','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,'SendFirstOverdueInvoiceReminder','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,'TaxType','Exclusive','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,'DomainDNSManagement','5.00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,'DomainEmailForwarding','5.00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,'InvoiceIncrement','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,'ContinuousInvoiceGeneration','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,'AutoCancellationRequests','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,'SystemEmailsFromName','Webberdoo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,'SystemEmailsFromEmail','noreply@my.webberdoo.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(86,'AllowClientRegister','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,'BulkCheckTLDs','.com,.net','0000-00-00 00:00:00','0000-00-00 00:00:00'),(88,'CreditOnDowngrade','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,'TaxDomains','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,'TaxLateFee','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(92,'MarketingEmailConvert','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(93,'ProductMonthlyPricingBreakdown','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,'LateFeeType','Percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,'SendSecondOverdueInvoiceReminder','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,'SendThirdOverdueInvoiceReminder','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,'DomainIDProtection','5.00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,'DomainRenewalNotices','30,7,-3,0,0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,'SequentialInvoiceNumbering','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,'SequentialInvoiceNumberFormat','{NUMBER}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,'SequentialInvoiceNumberValue','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(102,'DefaultNameserver3','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(103,'DefaultNameserver4','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,'AffiliatesDelayCommission','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,'SupportModule','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(106,'AddFundsEnabled','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,'AddFundsMinimum','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,'AddFundsMaximum','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,'AddFundsMaximumBalance','300','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,'CCProcessDaysBefore','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,'CCAttemptOnlyOnce','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,'CCDaySendExpiryNotices','25','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,'BulkDomainSearchEnabled','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,'AutoRenewDomainsonPayment','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,'DomainAutoRenewDefault','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,'CCRetryEveryWeekFor','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,'SupportTicketKBSuggestions','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,'DailyEmailBackup','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,'FTPBackupHostname','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,'FTPBackupUsername','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,'FTPBackupPassword','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,'FTPBackupDestination','/','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,'TaxL2Compound','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,'SEOFriendlyUrls','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,'ShowCCIssueStart','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,'TicketRatingEnabled','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,'NetworkIssuesRequireLogin','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,'ShowNotesFieldOnCheckout','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,'RequireLoginforClientTickets','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,'EmailCSS','.ExternalClass,.ExternalClass div,.ExternalClass font,.ExternalClass p,.ExternalClass span,.ExternalClass td,h1,img{line-height:100%}h1,h2{display:block;font-family:Helvetica;font-style:normal;font-weight:700}#outlook a{padding:0}.ExternalClass,.ReadMsgBody{width:100%}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{mso-table-lspace:0;mso-table-rspace:0}img{-ms-interpolation-mode:bicubic;border:0;height:auto;outline:0;text-decoration:none}table{border-collapse:collapse!important}#bodyCell,#bodyTable,body{height:100%!important;margin:0;padding:0;width:100%!important}#bodyCell{padding:20px;}#templateContainer{width:600px;border:1px solid #ddd;background-color:#fff}#bodyTable,body{background-color:#FAFAFA}h1{color:#202020!important;font-size:26px;letter-spacing:normal;text-align:left;margin:0 0 10px}h2{color:#404040!important;font-size:20px;line-height:100%;letter-spacing:normal;text-align:left;margin:0 0 10px}h3,h4{display:block;font-style:italic;font-weight:400;letter-spacing:normal;text-align:left;margin:0 0 10px;font-family:Helvetica;line-height:100%}h3{color:#606060!important;font-size:16px}h4{color:grey!important;font-size:14px}.headerContent{background-color:#f8f8f8;border-bottom:1px solid #ddd;color:#505050;font-family:Helvetica;font-size:20px;font-weight:700;line-height:100%;text-align:left;vertical-align:middle;padding:0}.bodyContent,.footerContent{font-family:Helvetica;line-height:150%;text-align:left;}.footerContent{text-align:center}.bodyContent pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.bodyContent pre code{white-space:pre;word-break:normal;word-wrap:normal}.bodyContent table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.bodyContent table th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.bodyContent table td{padding:3px 8px;border:1px solid #ddd}.table-responsive{border:0}.bodyContent a{word-break:break-all}.headerContent a .yshortcuts,.headerContent a:link,.headerContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}#headerImage{height:auto;max-width:600px;padding:20px}#templateBody{background-color:#fff}.bodyContent{color:#505050;font-size:14px;padding:20px}.bodyContent a .yshortcuts,.bodyContent a:link,.bodyContent a:visited{color:#1f5d8c;font-weight:400;text-decoration:underline}.bodyContent a:hover{text-decoration:none}.bodyContent img{display:inline;height:auto;max-width:560px}.footerContent{color:grey;font-size:12px;padding:20px}.footerContent a .yshortcuts,.footerContent a span,.footerContent a:link,.footerContent a:visited{color:#606060;font-weight:400;text-decoration:underline}@media only screen and (max-width:640px){h1,h2,h3,h4{line-height:100%!important}#templateContainer{max-width:600px!important;width:100%!important}#templateContainer,body{width:100%!important}a,blockquote,body,li,p,table,td{-webkit-text-size-adjust:none!important}body{min-width:100%!important}#bodyCell{padding:10px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}h4{font-size:16px!important}#templatePreheader{display:none!important}.headerContent{font-size:20px!important;line-height:125%!important}.footerContent{font-size:14px!important;line-height:115%!important}.footerContent a{display:block!important}.hide-mobile{display:none;}}','0000-00-00 00:00:00','2018-04-18 04:51:38'),(131,'CurrencyAutoUpdateExchangeRates','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,'CurrencyAutoUpdateProductPrices','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,'RequiredPWStrength','50','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,'MaintenanceMode','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,'MaintenanceModeMessage','We are currently performing maintenance and will be back shortly.','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,'SkipFraudForExisting','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,'SMTPSSL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,'ContactFormDept','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,'ContactFormTo','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,'TicketEscalationLastRun','2026-03-21 03:58:07','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,'APIAllowedIPs','a:1:{i:0;a:2:{s:2:\"ip\";s:0:\"\";s:4:\"note\";s:0:\"\";}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,'NOMD5','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,'DisableSessionIPCheck','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,'DisableSupportTicketReplyEmailsLogging','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,'OverageBillingMethod','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,'CCAllowCustomerDelete','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(148,'CreateDomainInvoiceDaysBefore','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,'NoInvoiceEmailOnOrder','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,'TaxInclusiveDeduct','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,'LateFeeMinimum','0.00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,'AutoProvisionExistingOnly','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,'EnableDomainRenewalOrders','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,'EnableMassPay','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,'NoAutoApplyCredit','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,'CreateInvoiceDaysBeforeMonthly','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,'CreateInvoiceDaysBeforeQuarterly','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,'CreateInvoiceDaysBeforeSemiAnnually','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,'CreateInvoiceDaysBeforeAnnually','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,'CreateInvoiceDaysBeforeBiennially','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,'CreateInvoiceDaysBeforeTriennially','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,'ClientsProfileUneditableFields','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,'ClientDisplayFormat','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,'CCDoNotRemoveOnExpiry','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,'GenerateRandomUsername','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,'AddFundsRequireOrder','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,'GroupSimilarLineItems','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,'ProrataClientsAnniversaryDate','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,'TCPDFFont','helvetica','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,'CancelInvoiceOnCancellation','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,'AttachmentThumbnails','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,'EmailGlobalHeader','&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;\r\n&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;\r\n    &lt;head&gt;\r\n        &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset={$charset}&quot; /&gt;\r\n        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no&quot;&gt;\r\n        &lt;style type=&quot;text/css&quot;&gt;\r\n            [EmailCSS]\r\n        &lt;/style&gt;\r\n    &lt;/head&gt;\r\n    &lt;body leftmargin=&quot;0&quot; marginwidth=&quot;0&quot; topmargin=&quot;0&quot; marginheight=&quot;0&quot; offset=&quot;0&quot;&gt;\r\n        &lt;center&gt;\r\n            &lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; height=&quot;100%&quot; width=&quot;100%&quot; id=&quot;bodyTable&quot;&gt;\r\n                &lt;tr&gt;\r\n                    &lt;td align=&quot;center&quot; valign=&quot;top&quot; id=&quot;bodyCell&quot;&gt;\r\n                        &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; id=&quot;templateContainer&quot;&gt;\r\n                            &lt;tr&gt;\r\n                                &lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;\r\n                                    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; id=&quot;templateHeader&quot;&gt;\r\n                                        &lt;tr&gt;\r\n                                            &lt;td valign=&quot;top&quot; class=&quot;headerContent&quot;&gt;\r\n                                                &lt;a href=&quot;{$company_domain}&quot;&gt;\r\n                                                    {if $company_logo_url}\r\n                                                        &lt;img src=&quot;{$company_logo_url}&quot; style=&quot;max-width:600px;padding:20px 20px 0 20px&quot; id=&quot;headerImage&quot; alt=&quot;{$company_name}&quot; /&gt;\r\n                                                    {else}\r\n                                                        {$company_name}\r\n                                                    {/if}\r\n                                                &lt;/a&gt;\r\n                                            &lt;/td&gt;\r\n                                        &lt;/tr&gt;\r\n                                    &lt;/table&gt;\r\n                                &lt;/td&gt;\r\n                            &lt;/tr&gt;\r\n                            &lt;tr&gt;\r\n                                &lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;\r\n                                    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; id=&quot;templateBody&quot;&gt;\r\n                                        &lt;tr&gt;\r\n                                            &lt;td valign=&quot;top&quot; class=&quot;bodyContent&quot;&gt;','0000-00-00 00:00:00','2018-04-18 04:51:38'),(173,'EmailGlobalFooter','&lt;/td&gt;\r\n                                        &lt;/tr&gt;\r\n                                    &lt;/table&gt;\r\n                                &lt;/td&gt;\r\n                            &lt;/tr&gt;\r\n                            &lt;tr&gt;\r\n                                &lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;\r\n                                    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; id=&quot;templateFooter&quot;&gt;\r\n                                        &lt;tr&gt;\r\n                                            &lt;td valign=&quot;top&quot; class=&quot;footerContent&quot;&gt;\r\n                                                 &lt;a href=&quot;{$company_domain}&quot;&gt;visit our website&lt;/a&gt;\r\n                                                &lt;span class=&quot;hide-mobile&quot;&gt; | &lt;/span&gt;\r\n                                                &lt;a href=&quot;{$whmcs_url}&quot;&gt;log in to your account&lt;/a&gt;\r\n                                                &lt;span class=&quot;hide-mobile&quot;&gt; | &lt;/span&gt;\r\n                                                &lt;a href=&quot;{$whmcs_url}submitticket.php&quot;&gt;get support&lt;/a&gt; &lt;br /&gt;\r\n                                                Copyright &copy; {$company_name}, All rights reserved.\r\n                                            &lt;/td&gt;\r\n                                        &lt;/tr&gt;\r\n                                    &lt;/table&gt;\r\n                                &lt;/td&gt;\r\n                            &lt;/tr&gt;\r\n                        &lt;/table&gt;\r\n                    &lt;/td&gt;\r\n                &lt;/tr&gt;\r\n            &lt;/table&gt;\r\n        &lt;/center&gt;\r\n    &lt;/body&gt;\r\n&lt;/html&gt;','0000-00-00 00:00:00','2018-04-18 04:51:38'),(174,'DomainSyncEnabled','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,'DomainSyncNextDueDate','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,'DomainSyncNextDueDateDays','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,'TicketMask','%A%A%A-%n%n%n%n%n%n','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,'AutoClientStatusChange','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,'AllowClientsEmailOptOut','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,'BannedSubdomainPrefixes','mail,mx,gapps,gmail,webmail,cpanel,whm,ftp,clients,billing,members,login,accounts,access','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,'FreeDomainAutoRenewRequiresProduct','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(182,'DomainToDoListEntries','on','0000-00-00 00:00:00','0000-00-00 00:00:00'),(183,'Version','8.13.1-release.1','0000-00-00 00:00:00','2021-01-07 05:00:00'),(184,'OrderDaysGrace','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(185,'OrderFormSidebarToggle','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(187,'UpdaterLatestVersion','9.0.2-release.1','2018-04-18 04:51:38','2026-03-18 02:58:16'),(188,'UpdaterLatestBetaVersion','7.5.1-release.1','2018-04-18 04:51:38','2018-04-18 04:51:38'),(189,'UpdaterLatestStableVersion','7.5.1-release.1','2018-04-18 04:51:38','2018-04-18 04:51:38'),(190,'UpdaterLatestSupportAndUpdatesVersion','9.0.2-release.1','2018-04-18 04:51:39','2026-03-19 02:58:14'),(191,'DailyCronExecutionHour','09','2018-04-18 04:51:39','2018-04-18 04:51:39'),(192,'PremiumDomains','0','2018-04-18 09:51:39','2018-04-18 09:51:39'),(193,'UriRewriteAutoManage','1','2018-04-18 04:51:40','2026-03-05 13:53:37'),(194,'InstanceID','j42EYtus6UPl','2018-04-18 04:51:41','2026-03-05 12:54:04'),(195,'token_namespaces','a:3:{s:13:\"WHMCS.default\";b:1;s:19:\"WHMCS.admin.default\";b:1;s:19:\"WHMCS.domainchecker\";b:0;}','2018-04-18 04:51:41','2018-04-18 04:51:41'),(196,'RouteUriPathMode','basic','2018-04-18 04:51:42','2018-04-18 04:51:42'),(197,'ReversalChangeInvoiceStatus','1','2018-04-18 04:51:42','2018-04-18 04:51:42'),(198,'ReversalChangeDueDates','1','2018-04-18 04:51:42','2018-04-18 04:51:42'),(199,'ActiveBackupSystems','','2018-04-18 04:51:42','2018-04-18 04:51:42'),(200,'PhoneNumberDropdown','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,'EmailMarketingOptInMessage','We would like to send you occasional news, information and special offers by email. Choose below whether you want to join our mailing list. You can unsubscribe at any time.','2018-04-18 09:51:43','2018-04-18 09:51:43'),(202,'DomainExpirationFeeHandling','existing','2018-04-18 09:51:43','2018-04-18 09:51:43'),(203,'TaxPerLineItem','1','2018-04-18 09:51:43','2018-04-18 09:51:43'),(204,'AdminUserNamesWithSpaces','0','2018-04-18 04:51:43','2018-04-18 04:51:43'),(205,'EnableSafeInclude','1','2018-04-18 09:51:43','2018-04-18 09:51:43'),(206,'ModuleHooks','','2018-04-18 04:51:43','2018-04-18 04:51:43'),(207,'AddonModulesHooks','','2018-04-18 04:51:43','2018-04-18 04:51:43'),(208,'WHMCSUpdatePinVersion','stable','2018-04-18 04:51:43','2018-04-18 04:51:43'),(209,'MemberPubKey','','2018-04-23 11:49:29','2026-03-05 13:53:37'),(210,'domainLookupProvider','WhmcsDomains','2018-06-19 10:59:29','2018-06-19 10:59:29'),(211,'ReCAPTCHAForms','{\"checkoutCompletion\":false}','2018-07-26 06:40:09','2018-07-26 06:40:09'),(212,'TaxEUTaxValidation','0','2018-08-09 03:30:00','2018-08-09 03:30:00'),(213,'TaxVatCustomFieldId','0','2018-08-09 03:30:00','2018-08-09 03:30:00'),(214,'TaxEUHomeCountry','','2018-08-09 03:30:00','2018-08-09 03:30:00'),(215,'TaxEUTaxExempt','0','2018-08-09 03:30:00','2018-08-09 03:30:00'),(216,'TaxEUHomeCountryNoExempt','0','2018-08-09 03:30:00','2018-08-09 03:30:00'),(217,'TaxCustomInvoiceNumbering','0','2018-08-09 03:30:00','2018-08-09 03:30:00'),(218,'TaxNextCustomInvoiceNumber','1','2018-08-09 03:30:00','2018-08-09 03:30:00'),(219,'TaxSetInvoiceDateOnPayment','0','2018-08-09 03:30:00','2018-08-09 03:30:00'),(220,'TaxAutoResetNumbering','never','2018-08-09 03:30:00','2018-08-09 03:30:00'),(221,'TaxAutoResetPaidNumbering','never','2018-08-09 03:30:00','2018-08-09 03:30:00'),(222,'TaxCustomInvoiceNumberFormat','{NUMBER}','2018-08-09 03:30:00','2018-08-09 03:30:00'),(223,'PruneTicketAttachmentsMonths','0','2019-04-01 03:30:00','2019-04-01 03:30:00'),(224,'2fasettings','a:3:{s:7:\"modules\";a:1:{s:4:\"totp\";a:2:{s:13:\"clientenabled\";i:1;s:12:\"adminenabled\";i:1;}}s:11:\"forceclient\";i:0;s:10:\"forceadmin\";i:0;}','2019-07-10 06:16:00','2019-07-10 06:16:00'),(225,'TicketAddCarbonCopyRecipients','1','2018-08-02 05:30:00','2018-08-02 05:30:00'),(228,'AcceptedCardTypes','Visa,MasterCard,Discover,American Express,JCB,Diners Club','2019-08-08 11:30:00','2019-08-08 11:30:00'),(229,'TaxNextCustomInvoiceNumberResetTimestamp','','2019-10-03 06:30:00','2019-10-03 06:30:00'),(230,'SequentialInvoiceNumberValueResetTimestamp','','2019-10-03 06:30:00','2019-10-03 06:30:00'),(231,'MetricUsageCollection','1','2019-11-13 06:30:00','2019-11-13 06:30:00'),(232,'MetricUsageInvoicing','on','2019-11-13 06:30:00','2019-11-13 06:30:00'),(233,'DisableClientEmailPreferences','','2020-03-18 03:30:00','2020-03-18 03:30:00'),(235,'AllowIDNDomains','on','2020-03-18 06:30:00','2020-03-18 06:30:00'),(236,'TaxBillableItems','on','2020-09-09 06:30:00','2020-09-09 06:30:00'),(237,'TaxCustomInvoices','on','2020-09-09 06:30:00','2020-09-09 06:30:00'),(238,'ClientDateFormat','','2021-02-02 06:30:00','2021-02-02 06:30:00'),(239,'HooksDebugMode','','2021-02-02 06:30:00','2021-02-02 06:30:00'),(240,'FreeDomainReminders','1','2020-12-21 09:30:00','2020-12-21 09:30:00'),(241,'SupportReopenTicketOnFailedImport','on','2021-09-23 18:30:00','2021-09-23 18:30:00'),(242,'ProductRecommendationEnable','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(243,'ProductRecommendationLocationAfterAdd','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(244,'ProductRecommendationLocationViewCart','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(245,'ProductRecommendationLocationCheckout','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(246,'ProductRecommendationLocationOrderComplete','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(247,'ProductRecommendationCount','10','2022-01-04 18:30:00','2022-01-04 18:30:00'),(248,'ProductRecommendationExisting','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(249,'ProductRecommendationStyle','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(250,'OnDemandRenewalsEnabled','0','2022-01-04 18:30:00','2022-01-04 18:30:00'),(251,'OnDemandRenewalPeriodMonthly','31','2022-01-04 18:30:00','2022-01-04 18:30:00'),(252,'OnDemandRenewalPeriodQuarterly','92','2022-01-04 18:30:00','2022-01-04 18:30:00'),(253,'OnDemandRenewalPeriodSemiAnnually','184','2022-01-04 18:30:00','2022-01-04 18:30:00'),(254,'OnDemandRenewalPeriodAnnually','366','2022-01-04 18:30:00','2022-01-04 18:30:00'),(255,'OnDemandRenewalPeriodBiennially','731','2022-01-04 18:30:00','2022-01-04 18:30:00'),(256,'OnDemandRenewalPeriodTriennially','1096','2022-01-04 18:30:00','2022-01-04 18:30:00'),(257,'UndefinedProductAddonOnDemandRenewalOption','global','2023-08-28 18:30:00','2023-08-28 18:30:00'),(258,'SystemURL','https://whmcstest.webberdoo.com/','2026-03-05 13:53:37','2026-03-05 13:53:37'),(259,'MDEFromTime','2026-03-05 13:53:37','2026-03-05 13:53:37','2026-03-05 13:53:37'),(260,'InstallationTimestamp','1772718817','2026-03-05 13:53:37','2026-03-05 13:53:37'),(261,'SurveyABTestVariation-whmcs-nps-v1','a','2026-03-05 13:53:37','2026-03-05 13:53:37'),(262,'SurveyABTestVariation-whmcs-mc-csat-v1','b','2026-03-05 13:53:37','2026-03-05 13:53:37'),(263,'EulaAgreementAccepted','{\"hash\":\"c0ac9edca53ea8940bc7d9f26034acf9\",\"date\":\"2026-03-05\",\"admin\":\"1:admin\"}','2026-03-05 13:53:37','2026-03-05 13:53:37'),(264,'lastCronInvocationTime','2026-03-21 03:58:06','2026-03-06 02:58:06','2026-03-21 02:58:06'),(265,'cronTimeZone','UTC','2026-03-06 02:58:06','2026-03-06 02:58:06'),(266,'UpdatesLastChecked','2026-03-21 03:58:10','2026-03-06 02:58:13','2026-03-21 02:58:10');
/*!40000 ALTER TABLE `tblconfiguration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcontacts`
--

DROP TABLE IF EXISTS `tblcontacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcontacts` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `firstname` text NOT NULL,
  `lastname` text NOT NULL,
  `companyname` text NOT NULL,
  `email` text NOT NULL,
  `address1` text NOT NULL,
  `address2` text NOT NULL,
  `city` text NOT NULL,
  `state` text NOT NULL,
  `postcode` text NOT NULL,
  `country` text NOT NULL,
  `phonenumber` text NOT NULL,
  `tax_id` varchar(128) NOT NULL DEFAULT '',
  `subaccount` int(1) NOT NULL DEFAULT 0,
  `password` text NOT NULL,
  `permissions` text NOT NULL,
  `domainemails` int(1) NOT NULL,
  `generalemails` int(1) NOT NULL,
  `invoiceemails` int(1) NOT NULL,
  `productemails` int(1) NOT NULL,
  `supportemails` int(1) NOT NULL,
  `affiliateemails` int(1) NOT NULL,
  `pwresetkey` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pwresetexpiry` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `userid_firstname_lastname` (`userid`,`firstname`(32),`lastname`(32)),
  KEY `email` (`email`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcontacts`
--

LOCK TABLES `tblcontacts` WRITE;
/*!40000 ALTER TABLE `tblcontacts` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcontacts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcredit`
--

DROP TABLE IF EXISTS `tblcredit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcredit` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `clientid` int(10) NOT NULL,
  `admin_id` int(10) unsigned NOT NULL DEFAULT 0,
  `date` date NOT NULL,
  `description` text NOT NULL,
  `amount` decimal(16,2) NOT NULL,
  `relid` int(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcredit`
--

LOCK TABLES `tblcredit` WRITE;
/*!40000 ALTER TABLE `tblcredit` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcredit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcreditcards`
--

DROP TABLE IF EXISTS `tblcreditcards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcreditcards` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pay_method_id` int(11) NOT NULL DEFAULT 0,
  `card_type` varchar(255) NOT NULL DEFAULT '',
  `last_four` varchar(255) NOT NULL DEFAULT '',
  `expiry_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `card_data` blob NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblcreditcards_pay_method_id` (`pay_method_id`),
  KEY `tblcreditcards_last_four` (`last_four`(4))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcreditcards`
--

LOCK TABLES `tblcreditcards` WRITE;
/*!40000 ALTER TABLE `tblcreditcards` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcreditcards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcurrencies`
--

DROP TABLE IF EXISTS `tblcurrencies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcurrencies` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `code` text NOT NULL,
  `prefix` text NOT NULL,
  `suffix` text NOT NULL,
  `format` int(1) NOT NULL,
  `rate` decimal(10,5) NOT NULL DEFAULT 1.00000,
  `default` int(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcurrencies`
--

LOCK TABLES `tblcurrencies` WRITE;
/*!40000 ALTER TABLE `tblcurrencies` DISABLE KEYS */;
INSERT INTO `tblcurrencies` VALUES (1,'USD','$',' USD',2,1.00000,1);
/*!40000 ALTER TABLE `tblcurrencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcustomfields`
--

DROP TABLE IF EXISTS `tblcustomfields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcustomfields` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `type` text NOT NULL,
  `relid` int(10) NOT NULL DEFAULT 0,
  `fieldname` text NOT NULL,
  `fieldtype` text NOT NULL,
  `description` text NOT NULL,
  `fieldoptions` text NOT NULL,
  `regexpr` text NOT NULL,
  `adminonly` text NOT NULL,
  `required` text NOT NULL,
  `showorder` text NOT NULL,
  `showinvoice` text NOT NULL,
  `sortorder` int(10) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `serviceid` (`relid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcustomfields`
--

LOCK TABLES `tblcustomfields` WRITE;
/*!40000 ALTER TABLE `tblcustomfields` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcustomfields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblcustomfieldsvalues`
--

DROP TABLE IF EXISTS `tblcustomfieldsvalues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblcustomfieldsvalues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `fieldid` int(10) NOT NULL,
  `relid` int(10) NOT NULL,
  `value` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `fieldid_relid` (`fieldid`,`relid`),
  KEY `relid` (`relid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblcustomfieldsvalues`
--

LOCK TABLES `tblcustomfieldsvalues` WRITE;
/*!40000 ALTER TABLE `tblcustomfieldsvalues` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblcustomfieldsvalues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldeviceauth`
--

DROP TABLE IF EXISTS `tbldeviceauth`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldeviceauth` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `identifier` varchar(255) NOT NULL DEFAULT '',
  `secret` varchar(255) NOT NULL DEFAULT '',
  `compat_secret` varchar(255) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `is_admin` tinyint(1) NOT NULL DEFAULT 0,
  `role_ids` text NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `last_access` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tbldeviceauth_identifier_unique` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldeviceauth`
--

LOCK TABLES `tbldeviceauth` WRITE;
/*!40000 ALTER TABLE `tbldeviceauth` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldeviceauth` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldomain_lookup_configuration`
--

DROP TABLE IF EXISTS `tbldomain_lookup_configuration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldomain_lookup_configuration` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `registrar` varchar(32) NOT NULL DEFAULT '',
  `setting` varchar(128) NOT NULL DEFAULT '',
  `value` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `registrar_setting_index` (`registrar`,`setting`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldomain_lookup_configuration`
--

LOCK TABLES `tbldomain_lookup_configuration` WRITE;
/*!40000 ALTER TABLE `tbldomain_lookup_configuration` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldomain_lookup_configuration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldomainpricing`
--

DROP TABLE IF EXISTS `tbldomainpricing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldomainpricing` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `extension` text NOT NULL,
  `dnsmanagement` tinyint(1) NOT NULL,
  `emailforwarding` tinyint(1) NOT NULL,
  `idprotection` tinyint(1) NOT NULL,
  `eppcode` tinyint(1) NOT NULL,
  `autoreg` text NOT NULL,
  `order` int(1) NOT NULL DEFAULT 0,
  `group` varchar(5) NOT NULL DEFAULT 'none',
  `grace_period` int(1) NOT NULL DEFAULT -1,
  `grace_period_fee` decimal(16,2) NOT NULL DEFAULT 0.00,
  `redemption_grace_period` int(1) NOT NULL DEFAULT -1,
  `redemption_grace_period_fee` decimal(16,2) NOT NULL DEFAULT -1.00,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `extension_registrationperiod` (`extension`(32)),
  KEY `order` (`order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldomainpricing`
--

LOCK TABLES `tbldomainpricing` WRITE;
/*!40000 ALTER TABLE `tbldomainpricing` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldomainpricing` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldomainpricing_premium`
--

DROP TABLE IF EXISTS `tbldomainpricing_premium`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldomainpricing_premium` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `to_amount` decimal(16,2) NOT NULL DEFAULT 0.00,
  `markup` decimal(8,5) NOT NULL DEFAULT 0.00000,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tbldomain_pricing_premium_to_amount_unique` (`to_amount`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldomainpricing_premium`
--

LOCK TABLES `tbldomainpricing_premium` WRITE;
/*!40000 ALTER TABLE `tbldomainpricing_premium` DISABLE KEYS */;
INSERT INTO `tbldomainpricing_premium` VALUES (1,200.00,20.00000,'2018-04-18 09:51:39','2018-04-18 09:51:39'),(2,500.00,25.00000,'2018-04-18 09:51:39','2018-04-18 09:51:39'),(3,1000.00,30.00000,'2018-04-18 09:51:39','2018-04-18 09:51:39'),(4,-1.00,20.00000,'2018-04-18 09:51:39','2018-04-18 09:51:39');
/*!40000 ALTER TABLE `tbldomainpricing_premium` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldomainreminders`
--

DROP TABLE IF EXISTS `tbldomainreminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldomainreminders` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `domain_id` int(10) NOT NULL,
  `date` date NOT NULL,
  `recipients` text NOT NULL,
  `type` tinyint(4) NOT NULL,
  `days_before_expiry` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldomainreminders`
--

LOCK TABLES `tbldomainreminders` WRITE;
/*!40000 ALTER TABLE `tbldomainreminders` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldomainreminders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldomains`
--

DROP TABLE IF EXISTS `tbldomains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldomains` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `orderid` int(1) NOT NULL,
  `type` enum('Register','Transfer') NOT NULL,
  `registrationdate` date NOT NULL,
  `domain` text NOT NULL,
  `firstpaymentamount` decimal(16,2) NOT NULL DEFAULT 0.00,
  `recurringamount` decimal(16,2) NOT NULL,
  `registrar` text NOT NULL,
  `registrationperiod` int(1) NOT NULL DEFAULT 1,
  `expirydate` date DEFAULT NULL,
  `subscriptionid` text NOT NULL,
  `promoid` int(10) NOT NULL,
  `status` enum('Pending','Pending Registration','Pending Transfer','Active','Grace','Redemption','Expired','Cancelled','Fraud','Transferred Away') NOT NULL DEFAULT 'Pending',
  `nextduedate` date NOT NULL DEFAULT '0000-00-00',
  `nextinvoicedate` date NOT NULL,
  `additionalnotes` text NOT NULL,
  `paymentmethod` text NOT NULL,
  `dnsmanagement` tinyint(1) NOT NULL,
  `emailforwarding` tinyint(1) NOT NULL,
  `idprotection` tinyint(1) NOT NULL,
  `is_premium` tinyint(1) DEFAULT NULL,
  `donotrenew` tinyint(1) NOT NULL,
  `reminders` text NOT NULL,
  `synced` tinyint(1) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`),
  KEY `orderid` (`orderid`),
  KEY `domain` (`domain`(64)),
  KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldomains`
--

LOCK TABLES `tbldomains` WRITE;
/*!40000 ALTER TABLE `tbldomains` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldomains` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldomains_extra`
--

DROP TABLE IF EXISTS `tbldomains_extra`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldomains_extra` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `domain_id` int(11) NOT NULL DEFAULT 0,
  `name` varchar(32) NOT NULL DEFAULT '',
  `value` varchar(255) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tbldomains_extra_domain_id_type_unique` (`domain_id`,`name`),
  KEY `tbldomains_extra_type_index` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldomains_extra`
--

LOCK TABLES `tbldomains_extra` WRITE;
/*!40000 ALTER TABLE `tbldomains_extra` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldomains_extra` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldomainsadditionalfields`
--

DROP TABLE IF EXISTS `tbldomainsadditionalfields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldomainsadditionalfields` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `domainid` int(10) NOT NULL,
  `name` text NOT NULL,
  `value` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `domainid` (`domainid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldomainsadditionalfields`
--

LOCK TABLES `tbldomainsadditionalfields` WRITE;
/*!40000 ALTER TABLE `tbldomainsadditionalfields` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldomainsadditionalfields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldownloadcats`
--

DROP TABLE IF EXISTS `tbldownloadcats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldownloadcats` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `parentid` int(10) NOT NULL DEFAULT 0,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `hidden` tinyint(1) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `parentid` (`parentid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldownloadcats`
--

LOCK TABLES `tbldownloadcats` WRITE;
/*!40000 ALTER TABLE `tbldownloadcats` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldownloadcats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldownloads`
--

DROP TABLE IF EXISTS `tbldownloads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldownloads` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `category` int(10) NOT NULL,
  `type` text NOT NULL,
  `title` text NOT NULL,
  `description` text NOT NULL,
  `downloads` int(10) NOT NULL DEFAULT 0,
  `location` text NOT NULL,
  `clientsonly` tinyint(1) NOT NULL,
  `hidden` tinyint(1) NOT NULL,
  `productdownload` tinyint(1) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `title` (`title`(32)),
  KEY `downloads` (`downloads`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldownloads`
--

LOCK TABLES `tbldownloads` WRITE;
/*!40000 ALTER TABLE `tbldownloads` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldownloads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbldynamic_translations`
--

DROP TABLE IF EXISTS `tbldynamic_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbldynamic_translations` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `related_type` enum('configurable_option.{id}.name','configurable_option_option.{id}.name','custom_field.{id}.description','custom_field.{id}.name','download.{id}.description','download.{id}.title','product.{id}.description','product.{id}.name','product.{id}.tagline','product.{id}.short_description','product_addon.{id}.description','product_addon.{id}.name','product_bundle.{id}.description','product_bundle.{id}.name','product_group.{id}.headline','product_group.{id}.name','product_group.{id}.tagline','product_group_feature.{id}.feature','ticket_department.{id}.description','ticket_department.{id}.name') NOT NULL,
  `related_id` int(10) unsigned NOT NULL DEFAULT 0,
  `language` varchar(16) NOT NULL DEFAULT '',
  `translation` text NOT NULL,
  `input_type` enum('text','textarea') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tbldynamic_translations_id` (`related_id`),
  KEY `tbldynamic_translations_type` (`related_type`),
  KEY `tbldynamic_translations_id_type` (`related_id`,`related_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbldynamic_translations`
--

LOCK TABLES `tbldynamic_translations` WRITE;
/*!40000 ALTER TABLE `tbldynamic_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbldynamic_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblemail_images`
--

DROP TABLE IF EXISTS `tblemail_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblemail_images` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `filename` varchar(128) NOT NULL DEFAULT '',
  `original_name` varchar(255) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblemail_images`
--

LOCK TABLES `tblemail_images` WRITE;
/*!40000 ALTER TABLE `tblemail_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblemail_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblemailmarketer`
--

DROP TABLE IF EXISTS `tblemailmarketer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblemailmarketer` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `type` text NOT NULL,
  `settings` text NOT NULL,
  `disable` int(1) NOT NULL,
  `marketing` int(1) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblemailmarketer`
--

LOCK TABLES `tblemailmarketer` WRITE;
/*!40000 ALTER TABLE `tblemailmarketer` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblemailmarketer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblemailmarketer_related_pivot`
--

DROP TABLE IF EXISTS `tblemailmarketer_related_pivot`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblemailmarketer_related_pivot` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `task_id` int(10) unsigned NOT NULL DEFAULT 0,
  `product_id` int(10) unsigned NOT NULL DEFAULT 0,
  `addon_id` int(10) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblemailmarketer_related_pivot`
--

LOCK TABLES `tblemailmarketer_related_pivot` WRITE;
/*!40000 ALTER TABLE `tblemailmarketer_related_pivot` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblemailmarketer_related_pivot` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblemails`
--

DROP TABLE IF EXISTS `tblemails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblemails` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `subject` text NOT NULL,
  `message` text NOT NULL,
  `date` datetime DEFAULT NULL,
  `to` text DEFAULT NULL,
  `cc` text DEFAULT NULL,
  `bcc` text DEFAULT NULL,
  `attachments` text DEFAULT NULL,
  `pending` tinyint(1) NOT NULL DEFAULT 0,
  `message_data` mediumtext DEFAULT NULL,
  `failed` tinyint(1) NOT NULL DEFAULT 0,
  `failure_reason` varchar(250) NOT NULL DEFAULT '',
  `retry_count` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `campaign_id` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`),
  KEY `pending` (`pending`),
  KEY `campaign_id` (`campaign_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblemails`
--

LOCK TABLES `tblemails` WRITE;
/*!40000 ALTER TABLE `tblemails` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblemails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblemailtemplates`
--

DROP TABLE IF EXISTS `tblemailtemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblemailtemplates` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `type` text NOT NULL,
  `name` text NOT NULL,
  `subject` text NOT NULL,
  `message` text NOT NULL,
  `attachments` text NOT NULL,
  `fromname` text NOT NULL,
  `fromemail` text NOT NULL,
  `disabled` tinyint(1) NOT NULL,
  `custom` tinyint(1) NOT NULL,
  `language` text NOT NULL,
  `copyto` text NOT NULL,
  `blind_copy_to` text NOT NULL,
  `plaintext` tinyint(1) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `type` (`type`(32)),
  KEY `name` (`name`(64))
) ENGINE=InnoDB AUTO_INCREMENT=105 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblemailtemplates`
--

LOCK TABLES `tblemailtemplates` WRITE;
/*!40000 ALTER TABLE `tblemailtemplates` DISABLE KEYS */;
INSERT INTO `tblemailtemplates` VALUES (1,'product','Hosting Account Welcome Email','New Account Information','<p>Dear {$client_name},</p><p align=\"center\"><strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong></p><p>Thank you for your order from us! Your hosting account has now been setup and this email contains all the information you will need in order to begin using your account.</p><p>If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.</p><p><strong>New Account Information</strong></p><p>Hosting Package: {$service_product_name}<br />Domain: {$service_domain}<br />First Payment Amount: {$service_first_payment_amount}<br />Recurring Amount: {$service_recurring_amount}<br />Billing Cycle: {$service_billing_cycle}<br />Next Due Date: {$service_next_due_date}</p><p><strong>Login Details</strong></p><p>Username: {$service_username}<br />Password: {$service_password}</p><p>Control Panel URL: <a href=\"http://{$service_server_ip}:2082/\">http://{$service_server_ip}:2082/</a><br />Once your domain has propagated, you may also use <a href=\"http://www.{$service_domain}:2082/\">http://www.{$service_domain}:2082/</a></p><p><strong>Server Information</strong></p><p>Server Name: {$service_server_name}<br />Server IP: {$service_server_ip}</p><p>If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below.</p><p>Nameserver 1: {$service_ns1} ({$service_ns1_ip})<br />Nameserver 2: {$service_ns2} ({$service_ns2_ip}){if $service_ns3}<br />Nameserver 3: {$service_ns3} ({$service_ns3_ip}){/if}{if $service_ns4}<br />Nameserver 4: {$service_ns4} ({$service_ns4_ip}){/if}</p><p><strong>Uploading Your Website</strong></p><p>Temporarily you may use one of the addresses given below to manage your web site:</p><p>Temporary FTP Hostname: {$service_server_ip}<br />Temporary Webpage URL: <a href=\"http://{$service_server_ip}/~{$service_username}/\">http://{$service_server_ip}/~{$service_username}/</a></p><p>And once your domain has propagated you may use the details below:</p><p>FTP Hostname: {$service_domain}<br />Webpage URL: <a href=\"http://www.{$service_domain}\">http://www.{$service_domain}</a></p><p><strong>Email Settings</strong></p><p>For email accounts that you setup, you should use the following connection details in your email program:</p><p>POP3 Host Address: mail.{$service_domain}<br />SMTP Host Address: mail.{$service_domain}<br />Username: The email address you are checking email for<br />Password: As specified in your control panel</p><p>Thank you for choosing us.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'domain','Domain Registration Confirmation','Domain Registration Confirmation','<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis message is to confirm that your domain purchase has been successful. The details of the domain purchase are below: \r\n</p>\r\n<p>\r\nRegistration Date: {$domain_reg_date}<br />\r\nDomain: {$domain_name}<br />\r\nRegistration Period: {$domain_reg_period}<br />\r\nAmount: {$domain_first_payment_amount}<br />\r\nNext Due Date: {$domain_next_due_date} \r\n</p>\r\n<p>\r\nYou may login to your client area at <a href=\"{$whmcs_url}\">{$whmcs_url}</a> to manage your new domain. \r\n</p>\r\n<p>\r\n{$signature} \r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'product','Reseller Account Welcome Email','Reseller Account Information','<p align=\"center\">\r\n<strong>PLEASE PRINT THIS MESSAGE FOR YOUR RECORDS - PLEASE READ THIS EMAIL IN FULL.</strong>\r\n</p>\r\n<p>\r\nIf you have requested a domain name during sign up then this will not be visible on the internet for between 24 and 72 hours. This process is called Propagation. Until your domain has Propagated your website and email will not function, we have provided a temporary url which you may use to view your website and upload files in the meantime.\r\n</p>\r\n<p>\r\nDear {$client_name},\r\n</p>\r\n<p>\r\nThe reseller hosting account for {$service_domain} has been set up. The username and password below are for both cPanel to manage the website at {$service_domain} and WebHostManager to manage your Reseller Account.\r\n</p>\r\n<p>\r\n<strong>New Account Info</strong>\r\n</p>\r\n<p>\r\nDomain: {$service_domain}<br />\r\nUsername: {$service_username}<br />\r\nPassword: {$service_password}<br />\r\nHosting Package: {$service_product_name}\r\n</p>\r\n<p>\r\nControl Panel: <a href=\"http://{$service_server_ip}:2082/\">http://{$service_server_ip}:2082/</a><br />\r\nWeb Host Manager: <a href=\"http://{$service_server_ip}:2086/\">http://{$service_server_ip}:2086/</a>\r\n</p>\r\n<p>\r\n-------------------------------------------------------------------------------------------- <br />\r\n<strong>Web Host Manager Quick Start</strong> <br />\r\n-------------------------------------------------------------------------------------------- <br />\r\n<br />\r\nTo access your Web Host Manager, use the following address:<br />\r\n<br />\r\n<a href=\"http://{$service_server_ip}:2086/\">http://{$service_server_ip}:2086/</a><br />\r\n<br />\r\nThe <strong>http://</strong> must be in the address line to connect to port :2086 <br />\r\nPlease use the username/password given above. <br />\r\n<br />\r\n<strong><em>To Create a New Account <br />\r\n</em></strong><br />\r\nThe first thing you need to do is scroll down on the left and click on &#39Add Package&#39 so that you can create your own hosting packages. You cannot install a domain onto your account without first creating packages.<br />\r\n<br />\r\n1. Click on &#39Create a New Account&#39 from the left hand side menu <br />\r\n2. Put the domain in the &#39Domain&#39 box (no www or http or spaces ? just domainname.com). After putting in the domain, hit TAB and it will automatically create a username. Also, enter a password for the account.<br />\r\n3. Your package selection should be one that you created earlier <br />\r\n4. Then press the create button <br />\r\n<br />\r\nThis will give you a confirmation page (you should print this for your records)\r\n</p>\r\n<p>\r\nPlease do not click on anything that you are not sure what it does. Please do not try to alter the WHM Theme from the selection box - fatal errors may occur. \r\n</p>\r\n<p>\r\n-------------------------------------------------------------------------------------------- \r\n</p>\r\n<p>\r\nTemporarily you may use one of the addresses given below manage your web site\r\n</p>\r\n<p>\r\nTemporary FTP Hostname: {$service_server_ip}<br />\r\nTemporary Webpage URL: <a href=\"http://{$service_server_ip}/~{$service_username}/\">http://{$service_server_ip}/~{$service_username}/</a><br />\r\nTemporary Control Panel: <a href=\"http://{$service_server_ip}/cpanel\">http://{$service_server_ip}/cpanel</a>\r\n</p>\r\n<p>\r\nOnce your domain has Propagated\r\n</p>\r\n<p>\r\nFTP Hostname: www.{$service_domain}<br />\r\nWebpage URL: <a href=\"http://www.{$service_domain}\">http://www.{$service_domain}</a><br />\r\nControl Panel: <a href=\"http://www.{$service_domain}/cpanel\">http://www.{$service_domain}/cpanel</a><br />\r\nWeb Host Manager: <a href=\"http://www.{$service_domain}/whm\">http://www.{$service_domain}/whm</a>\r\n</p>\r\n<p>\r\n<strong>Mail settings</strong>\r\n</p>\r\n<p>\r\nCatch all email with your default email account\r\n</p>\r\n<p>\r\nPOP3 Host Address : mail.{$service_domain}<br />\r\nSMTP Host Address: mail.{$service_domain}<br />\r\nUsername: {$service_username}<br />\r\nPassword: {$service_password}\r\n</p>\r\n<p>\r\nAdditional mail accounts that you add\r\n</p>\r\n<p>\r\nPOP3 Host Address : mail.{$service_domain}<br />\r\nSMTP Host Address: mail.{$service_domain}<br />\r\nUsername : The FULL email address that you are picking up from (e.g. info@example.com). <br />\r\nIf your email client cannot accept a @ symbol, then you may replace this with a backslash .<br />\r\nPassword : As specified in your control panel \r\n</p>\r\n<p>\r\nThank you for choosing us.\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'support','Support Ticket Opened','New Support Ticket Opened','<p>\r\n{$client_name},\r\n</p>\r\n<p>\r\nThank you for contacting our support team. A support ticket has now been opened for your request. You will be notified when a response is made by email. The details of your ticket are shown below.\r\n</p>\r\n<p>\r\nSubject: {$ticket_subject}<br />\r\nPriority: {$ticket_priority}<br />\r\nStatus: {$ticket_status}\r\n</p>\r\n<p>\r\nYou can view the ticket at any time at {$ticket_link}\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'support','Support Ticket Reply','Support Ticket Response','<p>\r\n{$ticket_message}\r\n</p>\r\n<p>\r\n----------------------------------------------<br />\r\nTicket ID: #{$ticket_id}<br />\r\nSubject: {$ticket_subject}<br />\r\nStatus: {$ticket_status}<br />\r\nTicket URL: {$ticket_link}<br />\r\n----------------------------------------------\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'general','Client Signup Email','Welcome','<p>Dear {$client_first_name},</p>\r\n<p>Thank you for creating a {$companyname} account. Please review this email in its entirety as it contains important information.</p>\r\n<p><strong>Logging In</strong></p>\r\n<p>You can access our client area at {$whmcs_link}</p>\r\n<p>You will need your email address and the password you chose during signup to login.</p>\r\n<p>If you created an account as part of placing a new order with us, you will shortly receive an order confirmation email.</p>\r\n<p><strong>Getting Support</strong></p>\r\n<p>If you need any help or assistance, you can access our support resources below.</p>\r\n<ul>\r\n<li><a href=\"{$whmcs_url}/knowledgebase.php\">Knowledgebase</a></li>\r\n<li><a href=\"{$whmcs_url}/submitticket.php\">Submit a Ticket</a></li>\r\n</ul>\r\n<p>{$signature}</p>\r\n<p><small>You are receiving this email because you recently created an account. If you did not do this, please contact us.</small></p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'product','Service Suspension Notification','Service Suspension Notification','<p>Dear {$client_name},</p><p>This is a notification that your service has now been suspended.  The details of this suspension are below:</p><p>Product/Service: {$service_product_name}<br />{if $service_domain}Domain: {$service_domain}<br />{/if}Amount: {$service_recurring_amount}<br />Due Date: {$service_next_due_date}<br />Suspension Reason: <strong>{$service_suspension_reason}</strong></p><p>Please contact us as soon as possible to get your service reactivated.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'invoice','Invoice Payment Confirmation','Invoice Payment Confirmation','<p>Dear {$client_name},</p>\r\n<p>This is a payment receipt for Invoice {$invoice_num} sent on {$invoice_date_created}</p>\r\n<p>{$invoice_html_contents}</p>\r\n<p>Amount: {$invoice_last_payment_amount}<br />Transaction #: {$invoice_last_payment_transid}<br />Total Paid: {$invoice_amount_paid}<br />Remaining Balance: {$invoice_balance}<br />Status: {$invoice_status}</p>\r\n<p>You may review your invoice history at any time by logging in to your client area.</p>\r\n<p>Note: This email will serve as an official receipt for this payment.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'invoice','Invoice Created','Customer Invoice','<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis is a notice that an invoice has been generated on {$invoice_date_created}. \r\n</p>\r\n<p>\r\nYour payment method is: {$invoice_payment_method} \r\n</p>\r\n<p>\r\nInvoice #{$invoice_num}<br />\r\nAmount Due: {$invoice_total}<br />\r\nDue Date: {$invoice_date_due} \r\n</p>\r\n<p>\r\n<strong>Invoice Items</strong> \r\n</p>\r\n<p>\r\n{$invoice_html_contents} <br />\r\n------------------------------------------------------ \r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at {$invoice_link} \r\n</p>\r\n<p>\r\n{$signature} \r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'invoice','Invoice Payment Reminder','Invoice Payment Reminder','<p>\r\nDear {$client_name},\r\n</p>\r\n<p>\r\nThis is a billing reminder that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is due on {$invoice_date_due}.\r\n</p>\r\n<p>\r\nYour payment method is: {$invoice_payment_method}\r\n</p>\r\n<p>\r\nInvoice: {$invoice_num}<br />\r\nBalance Due: {$invoice_balance}<br />\r\nDue Date: {$invoice_date_due}\r\n</p>\r\n<p>\r\nYou can login to your client area to view and pay the invoice at {$invoice_link}\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'general','Order Confirmation','Order Confirmation','<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nWe have received your order and will be processing it shortly. The details of the order are below: \r\n</p>\r\n<p>\r\nOrder Number: <b>{if isset($order_number)}{$order_number}{/if}</b></p>\r\n<p>\r\n{if isset($order_details)}{$order_details}{/if} \r\n</p>\r\n<p>\r\nYou will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order. \r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'product','Dedicated/VPS Server Welcome Email','New Dedicated Server Information','<p>\r\nDear {$client_name},<br />\r\n<br />\r\n<strong>PLEASE PRINT THIS MESSAGE FOR YOUR RECORDS - PLEASE READ THIS EMAIL IN FULL.</strong>\r\n</p>\r\n<p>\r\nWe are pleased to tell you that the server you ordered has now been set up and is operational.\r\n</p>\r\n<p>\r\n<strong>Server Details<br />\r\n</strong>=============================\r\n</p>\r\n<p>\r\n{$service_product_name}\r\n</p>\r\n<p>\r\nMain IP: {$service_dedicated_ip}<br />\r\nRoot pass: {$service_password}\r\n</p>\r\n<p>\r\nIP address allocation: <br />\r\n{$service_assigned_ips}\r\n</p>\r\n<p>\r\nServerName: {$service_domain}\r\n</p>\r\n<p>\r\n<strong>WHM Access<br />\r\n</strong>=============================<br />\r\n<a href=\"http://xxxxx:2086/\">http://xxxxx:2086</a><br />\r\nUsername: root<br />\r\nPassword: {$service_password}\r\n</p>\r\n<p>\r\n<strong>Custom DNS Server Addresses</strong><br />\r\n=============================<br />\r\nThe custom DNS addresses you should set for your domain to use are: <br />\r\nPrimary DNS: {$service_ns1}<br />\r\nSecondary DNS: {$service_ns2}\r\n</p>\r\n<p>\r\nYou will have to login to your registrar and find the area where you can specify both of your custom name server addresses.\r\n</p>\r\n<p>\r\nAfter adding these custom nameservers to your domain registrar control panel, it will take 24 to 48 hours for your domain to delegate authority to your DNS server. Once this has taken effect, your DNS server has control over the DNS records for the domains which use your custom name server addresses. \r\n</p>\r\n<p>\r\n<strong>SSH Access Information<br />\r\n</strong>=============================<br />\r\nMain IP Address: xxxxxxxx<br />\r\nServer Name: {$service_domain}<br />\r\nRoot Password: xxxxxxxx\r\n</p>\r\n<p>\r\nYou can access your server using a free simple SSH client program called Putty located at:<br />\r\n<a href=\"http://www.securitytools.net/mirrors/putty/\">http://www.securitytools.net/mirrors/putty/</a>\r\n</p>\r\n<p>\r\n<strong>Support</strong><br />\r\n=============================<br />\r\nFor any support needs, please open a ticket at <a href=\"{$whmcs_url}\">{$whmcs_url}</a>\r\n</p>\r\n<p>\r\nPlease include any necessary information to provide you with faster service, such as root password, domain names, and a description of the problem / or assistance needed. This will speed up the support time by allowing our administrators to immediately begin diagnosing the problem.\r\n</p>\r\n<p>\r\nThe manual for cPanel can be found here: <a href=\"http://www.cpanel.net/docs/cp/\">http://www.cpanel.net/docs/cp/</a> <br />\r\nFor documentation on using WHM please see the following link: <a href=\"http://www.cpanel.net/docs/whm/index.html\">http://www.cpanel.net/docs/whm/index.html</a>\r\n</p>\r\n<p>\r\n=============================\r\n</p>\r\n<p>\r\nIf you need to move accounts to the server use: Transfers Copy an account from another server with account password\r\n</p>\r\n<p>\r\n<a href=\"http://xxxxxxx:2086/scripts2/norootcopy\">http://xxxxxxx:2086/scripts2/norootcopy</a>\r\n</p>\r\n<p>\r\nNote the other server must use cpanel to move it.\r\n</p>\r\n<p>\r\n=============================\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'product','Other Product/Service Welcome Email','New Product Information','<p>\r\nDear {$client_name},\r\n</p>\r\n<p>\r\nYour order for {$service_product_name} has now been activated. Please keep this message for your records.\r\n</p>\r\n<p>\r\nProduct/Service: {$service_product_name}<br />\r\nPayment Method: {$service_payment_method}<br />\r\nAmount: {$service_recurring_amount}<br />\r\nBilling Cycle: {$service_billing_cycle}<br />\r\nNext Due Date: {$service_next_due_date}\r\n</p>\r\n<p>\r\nThank you for choosing us.\r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'invoice','Credit Card Payment Confirmation','Credit Card Payment Confirmation','<p>Dear {$client_name},</p>\r\n<p>This is a payment receipt for Invoice {$invoice_num} sent on {$invoice_date_created}</p>\r\n<p>{$invoice_html_contents}</p>\r\n<p>Amount: {$invoice_last_payment_amount}<br />Pay Method: {$invoice_payment_method} ({$invoice_pay_method_display_name})<br />Transaction #: {$invoice_last_payment_transid}<br />Total Paid: {$invoice_amount_paid}<br />Remaining Balance: {$invoice_balance}<br />Status: {$invoice_status}</p>\r\n<p>You may review your invoice history at any time by logging in to your client area.</p>\r\n<p>Note: This email will serve as an official receipt for this payment.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'invoice','Credit Card Payment Failed','Invoice Payment Failed','<p>Hi {$client_name},</p>\r\n<p>We attempted to process payment for invoice #{$invoice_num} but your selected payment method failed.</p>\r\n<p><strong>Invoice Date:</strong> {$invoice_date_created}<br /><strong>Invoice #</strong>{$invoice_num}<br /><strong>Amount Due:</strong> {$invoice_total}<br /><strong>Due Date:</strong> {$invoice_date_due}<br /><strong>Status:</strong> {$invoice_status}</p>\r\n<p>You must log in at {$invoice_link} and pay your invoice manually. During the payment process, you can also update your account\'s preferred payment method.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'invoice','Credit Card Invoice Created','Invoice Generated','<p>Hi {$client_name},</p>\r\n<p>We generated an invoice for you on {$invoice_date_created}:</p>\r\n<p><strong>Invoice Date:</strong> {$invoice_date_created}<br /><strong>Invoice #</strong>{$invoice_num}<br /><strong>Amount Due:</strong> {$invoice_total}<br /><strong>Due Date:</strong> {$invoice_date_due}</p>\r\n<p><strong>Invoice Items:</strong><br />{$invoice_html_contents}</p>\r\n<p>{if $invoice_auto_capture_available}We will process payment using your selected payment method ({$invoice_pay_method_display_name}) on {$invoice_next_payment_attempt_date}. To pay with a different payment method, log in at {$invoice_link}. Click <strong>Pay Now</strong> and follow the displayed instructions.{else}To pay your invoice, log in at {$invoice_link}. Click <strong>Pay Now</strong> and follow the displayed instructions.{/if}</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'affiliate','Affiliate Monthly Referrals Report','Affiliate Monthly Referrals Report','<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThis is your monthly affiliate referrals report. You can view your referral statistics at any time by logging in to the client area. \r\n</p>\r\n<p>\r\nTotal Visitors Referred: {$affiliate_total_visits}<br />\r\nCurrent Earnings: {$affiliate_balance}<br />\r\nAmount Withdrawn: {$affiliate_withdrawn} \r\n</p>\r\n<p>\r\n<strong>Your New Signups this Month</strong> \r\n</p>\r\n<p>\r\n{$affiliate_referrals_table} \r\n</p>\r\n<p>\r\nRemember, you can refer new customers using your unique affiliate link: {$affiliate_referral_url} \r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'support','Support Ticket Opened by Admin','{$ticket_subject}','{$ticket_message}','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'invoice','First Invoice Overdue Notice','First Invoice Overdue Notice','<p> Dear {$client_name}, </p> <p> This is a billing notice that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is now overdue. </p> <p> Your payment method is: {$invoice_payment_method} </p> <p> Invoice: {$invoice_num}<br /> Balance Due: {$invoice_balance}<br /> Due Date: {$invoice_date_due} </p> <p> You can login to your client area to view and pay the invoice at {$invoice_link} </p> <p> {$signature} </p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'product','SHOUTcast Welcome Email','SHOUTcast New Account Information','<p align=\"center\">\r\n<strong>PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS</strong> \r\n</p>\r\n<p>\r\nDear {$client_name}, \r\n</p>\r\n<p>\r\nThank you for your order from us! Your shoutcast account has now been setup and this email contains all the information you will need in order to begin using your account. \r\n</p>\r\n<p>\r\n<strong>New Account Information</strong> \r\n</p>\r\n<p>\r\nDomain: {$service_domain}<br />\r\nUsername: {$service_username}<br />\r\nPassword: {$service_password} \r\n</p>\r\n<p>\r\n<strong>Server Information</strong> \r\n</p>\r\n<p>\r\nServer Name: {$service_server_name}<br />\r\nServer IP: {$service_server_ip}<br />\r\nNameserver 1: {$service_ns1}<br />\r\nNameserver 1 IP: {$service_ns1_ip}<br />\r\nNameserver 2: {$service_ns2} <br />\r\nNameserver 2 IP: {$service_ns2_ip} \r\n</p>\r\n<p>\r\nThank you for choosing us. \r\n</p>\r\n<p>\r\n{$signature}\r\n</p>\r\n','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'invoice','Second Invoice Overdue Notice','Second Invoice Overdue Notice','<p> Dear {$client_name}, </p> <p> This is the second billing notice that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is now overdue. </p> <p> Your payment method is: {$invoice_payment_method} </p> <p> Invoice: {$invoice_num}<br /> Balance Due: {$invoice_balance}<br /> Due Date: {$invoice_date_due} </p> <p> You can login to your client area to view and pay the invoice at {$invoice_link} </p> <p> {$signature} </p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'invoice','Third Invoice Overdue Notice','Third Invoice Overdue Notice','<p> Dear {$client_name}, </p> <p> This is the third and final billing notice that your invoice no. {$invoice_num} which was generated on {$invoice_date_created} is now overdue. Failure to make payment will result in account suspension.</p> <p> Your payment method is: {$invoice_payment_method} </p> <p> Invoice: {$invoice_num}<br /> Balance Due: {$invoice_balance}<br /> Due Date: {$invoice_date_due} </p> <p> You can login to your client area to view and pay the invoice at {$invoice_link} </p> <p> {$signature} </p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'domain','Domain Transfer Initiated','Domain Transfer Initiated','<p>Dear {$client_name}, </p><p>Thank you for your domain transfer order. Your order has been received and we have now initiated the transfer process. The details of the domain purchase are below: </p><p>Domain: {$domain_name}<br />Registration Length: {$domain_reg_period}<br />Transfer Price: {$domain_first_payment_amount}<br />Renewal Price: {$domain_recurring_amount}<br />Next Due Date: {$domain_next_due_date} </p><p>You may login to your client area at <a href=\"{$whmcs_url}\">{$whmcs_url}</a> to manage your domain. </p><p>{$signature} </p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'domain','Domain Renewal Confirmation','Domain Renewal Confirmation','<p>Dear {$client_name}, </p><p>Thank you for your domain renewal order. Your domain renewal request for the domain listed below has now been completed.</p><p>Domain: {$domain_name}<br />Renewal Length: {$domain_reg_period}<br />Renewal Price: {$domain_recurring_amount}<br />Next Due Date: {$domain_next_due_date} </p><p>You may login to your client area at <a href=\"{$whmcs_url}\">{$whmcs_url}</a> to manage your domain. </p><p>{$signature} </p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'domain','Upcoming Domain Renewal Notice','Upcoming Domain Renewal Notice','<p>Dear {$client_name},</p>\r\n<p>This is a reminder that the domain listed below is scheduled to expire soon.</p>\r\n<p>Domain Name - Expiry Date - Description</p>\r\n<p>--------------------------------------------------------------</p> \r\n<p>{$domain_name} - {$domain_next_due_date} - Expires in {$domain_days_until_nextdue} Days</p>\r\n<p>Please be aware that if your domain name expires, any web site or email services associated with it will stop working.</p>\r\n<p>Renew it now to avoid interruption in service.</p>\r\n<p>To renew your domain, <a href=\"{$domain_renewal_url}\">click here</a>.</p>\r\n<p>To view and manage your domains, you can login to our client area here: <a href=\"{$domains_manage_url}\">Client Area</a></p>\r\n<p>If you have any questions, please reply to this email. Thank you for using our domain name services.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'support','Clients Only Bounce Message','Support Ticket Not Opened','<p>{$client_name},</p><p>Your email to our support system could not be accepted because it was not recognized as coming from an email address belonging to one of our customers.  If you need assistance, please email from the address you registered with us that you use to login to our client area.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'general','Credit Card Expiring Soon','Credit Card Expiring Soon','<p>Dear {$client_name}, </p><p>This is a notice to inform you that your {$client_cc_type} credit card ending with {$client_cc_number} will be expiring next month on {$client_cc_expiry}. Please login to update your credit card information as soon as possible and prevent any interruptions in service at <a href=\"{$whmcs_url}\">{$whmcs_url}</a><br /><br />If you have any questions regarding your account, please open a support ticket from the client area.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'support','Support Ticket Auto Close Notification','Support Ticket Resolved','<p>{$client_name},</p><p>This is a notification to let you know that we are changing the status of your ticket #{$ticket_id} to Closed as we have not received a response from you in over {$ticket_auto_close_time} hours.</p><p>Subject: {$ticket_subject}<br>Department: {$ticket_department}<br>Priority: {$ticket_priority}<br>Status: {$ticket_status}</p><p>If you have any further questions then please just reply to re-open the ticket.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'invoice','Credit Card Payment Due','Invoice Payment Due','<p>Hi {$client_name},</p>\r\n<p>Payment for invoice #{$invoice_num} is due on {$invoice_next_payment_attempt_date}.</p>\r\n<p><strong>Invoice Date:</strong> {$invoice_date_created}<br /><strong>Invoice #</strong>{$invoice_num}<br /><strong>Amount Due:</strong> {$invoice_total}<br /><strong>Due Date:</strong> {$invoice_date_due}<br /><strong>Status:</strong> {$invoice_status}</p>\r\n<p>We cannot automatically process payment because you do not have a payment method on file. To add a payment method to your account or pay manually, log in at {$invoice_link}.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'product','Cancellation Request Confirmation','Cancellation Request Confirmation','<p>Dear {$client_name},</p><p>This email is to confirm that we have received your cancellation request for the service listed below.</p><p>Product/Service: {$service_product_name}<br />Domain: {$service_domain}</p><p>{if $service_is_immediate_cancellation}The service will be terminated within the next 24 hours.{else}The service will be cancelled at the end of your current billing period on {$service_next_due_date}.{/if}</p><p>Thank you for using {$company_name} and we hope to see you again in the future.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'general','Quote Delivery with PDF','Quote #{$quote_number} - {$quote_subject}','<p>Dear {$client_name},</p><p>Here is the quote you requested for {$quote_subject}. The quote is valid until {$quote_valid_until}. You may {if $client_id}view the quote at any time at {$quote_link} and {/if}simply reply to this email with any further questions or requirement.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'admin','Automatic Setup Failed','WHMCS Automatic Setup Failed','<p>An order has received its first payment but the automatic provisioning has failed and requires you to manually check & resolve.</p>\r\n<p>Client ID: {$client_id}<br />{if $service_id}Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}{else}Domain ID: {$domain_id}<br />Registration Type: {$domain_type}<br />Domain: {$domain_name}{/if}<br />Error: {$error_msg}</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'admin','Automatic Setup Successful','WHMCS Automatic Setup Successful','<p>An order has received its first payment and the product/service has been automatically provisioned successfully.</p>\r\n<p>Client ID: {$client_id}<br />{if $service_id}Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}{else}Domain ID: {$domain_id}<br />Registration Type: {$domain_type}<br />Domain: {$domain_name}{/if}</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'admin','Domain Renewal Failed','WHMCS Automatic Domain Renewal Failed','<p>An invoice for the renewal of a domain has been paid but the renewal request submitted to the registrar failed.</p>\r\n<p>Client ID: {$client_id}<br />Domain ID: {$domain_id}<br />Domain Name: {$domain_name}<br />Error: {$error_msg}</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'admin','Domain Renewal Successful','WHMCS Automatic Domain Renewal Successful','<p>An invoice for the renewal of a domain has been paid and the renewal request was submitted to the registrar successfully.</p>\r\n<p>Client ID: {$client_id}<br />Domain ID: {$domain_id}<br />Domain Name: {$domain_name}</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'admin','New Order Notification','WHMCS New Order Notification','{assign \"displayTotalToday\" true}\n<p><strong>Order Information</strong></p>\r\n<p>Order ID: {$order_id}<br />\r\nOrder Number: {$order_number}<br />\r\nDate/Time: {$order_date}<br />\r\nInvoice Number: {if $custom_invoice_number}{$custom_invoice_number}{else}{$invoice_id}{/if}<br />\r\nPayment Method: {$order_payment_method}</p>\r\n<p><strong>Customer Information</strong></p>\r\n<p>Customer ID: {$client_id}<br />\r\nName: {$client_first_name} {$client_last_name}<br />\r\nEmail: {$client_email}<br />\r\nCompany: {$client_company_name}<br />\r\nAddress 1: {$client_address1}<br />\r\nAddress 2: {$client_address2}<br />\r\nCity: {$client_city}<br />\r\nState: {$client_state}<br />\r\nPostcode: {$client_postcode}<br />\r\nCountry: {$client_country}<br />\r\nPhone Number: {$client_phonenumber}</p>\r\n<p><strong>Order Items</strong></p>\r\n<p>{foreach $order_items_array as $key => $value}\n    {if $value.service}\n        Product/Service: {$value.service}<br>\n        {if !empty($value.domain)}Domain: {$value.domain}<br>{/if}\n        {if !empty($value.extra)}{foreach $value.extra as $extra}{$extra}<br>{/foreach}{/if}\n        First Payment Amount: {$value.firstPayment}<br>\n        {if !empty($value.recurringPayment)}Recurring Amount: {$value.recurringPayment}<br>{/if}\n        Billing Cycle: {$value.cycle}<br>\n        {if $value.qty}\n            Quantity: {$value.qty}<br>\n            Total: {$value.totalDue}<br>\n        {/if}<br>\n    {elseif !empty($value.domain)}\n        Domain Action: {$value.type}<br>\n        Domain: {$value.domain}<br>\n        {if !empty($value.firstPayment)}First Payment Amount: {$value.firstPayment}<br>{/if}\n        {if !empty($value.recurringPayment)}Recurring Amount: {$value.recurringPayment}<br>{/if}\n        Registration Period: {$value.registrationPeriod}<br>\n        {if $value.dnsManagement}DNS Management<br>{/if}\n        {if $value.emailForwarding}Email Forwarding<br>{/if}\n        {if $value.idProtection}ID Protection<br>{/if}\n    {elseif $value.addon}\n        {if !empty($value.qty)}{$value.qty} x {/if}Addon: {$value.addon}<br>\n        Setup Fee: {$value.setupFee}<br>\n        {if !empty($value.recurringPayment)}Recurring Amount: {$value.recurringPayment}<br>{/if}\n        Billing Cycle: {$value.cycle}<br>\n    {elseif $value.upgrade}\n{$value.upgrade}\n{$displayTotalToday = false}\n{/if}<br>\n{/foreach}\n{if $displayTotalToday eq true}Total Due Today: {$total_due_today}{/if}</p>\r\n{if $order_notes}<p><strong>Order Notes</strong></p>\r\n<p>{$order_notes}</p>{/if}\r\n<p><strong>ISP Information</strong></p>\r\n<p>IP: {$client_ip}<br />\r\nHost: {$client_hostname}</p><p><a href=\"{$whmcs_admin_url}orders.php?action=view&id={$order_id}\">{$whmcs_admin_url}orders.php?action=view&id={$order_id}</a></p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'admin','Service Unsuspension Failed','WHMCS Service Unsuspension Failed','<p>This product/service has received its next payment but the automatic reactivation has failed.</p>\r\n<p>Client ID: {$client_id}<br />Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}<br />Error: {$error_msg}</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'admin','Service Unsuspension Successful','WHMCS Service Unsuspension Successful','<p>This product/service has received its next payment and has been reactivated successfully.</p>\r\n<p>Client ID: {$client_id}<br />Service ID: {$service_id}<br />Product/Service: {$service_product}<br />Domain: {$service_domain}</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,'admin','Escalation Rule Notification','[Ticket ID: {$ticket_tid}] Escalation Rule Notification','<p>The escalation rule {$rule_name} has just been applied to this ticket.</p><p>Client: {$client_name}{if $client_id} #{$client_id}{/if} <br />Department: {$ticket_department} <br />Subject: {$ticket_subject} <br />Priority: {$ticket_priority}</p><p>---<br />{$ticket_message}<br />---</p><p>You can respond to this ticket by simply replying to this email or through the admin area at the url below.</p><p><a href=\"{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}\">{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}</a></p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,'invoice','Invoice Refund Confirmation','Invoice Refund Confirmation','<p>Dear {$client_name},</p>\r\n<p>This is confirmation that a {if $invoice_status eq \"Refunded\"}full{else}partial{/if} refund has been processed for Invoice #{$invoice_num}</p>\r\n<p>The refund has been {if $invoice_refund_type eq \"credit\"}credited to your account balance with us{else}returned via the payment method you originally paid with{/if}.</p>\r\n<p>{$invoice_html_contents}</p>\r\n<p>Amount Refunded: {$invoice_last_payment_amount}{if $invoice_last_payment_transid}<br />Transaction #: {$invoice_last_payment_transid}{/if}</p>\r\n<p>You may review your invoice history at any time by logging in to your client area.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,'admin','New Cancellation Request','New Cancellation Request','<p>A new cancellation request has been submitted.</p><p>Client ID: {$client_id}<br>Client Name: {$clientname}<br>Service ID: {$service_id}<br>Product Name: {$product_name}<br>Cancellation Type: {$service_cancellation_type}<br>Cancellation Reason: {$service_cancellation_reason}</p><p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,'domain','Domain Transfer Failed','Domain Transfer Failed: {$domain_name}','<p>Dear {$client_name},</p><p>Recently you placed a domain transfer order with us but unfortunately it has failed. The reason for the failure if available is shown below so once this has been resolved, please contact us to re-attempt the transfer.</p><p>Domain: {$domain_name}<br>Failure Reason: {$domain_transfer_failure_reason}</p><p>If you have any questions, please open a support ticket from our client area @ {$whmcs_link}</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,'general','Quote Accepted','Quote #{$quote_number} Accepted - {$quote_subject}','<p>Dear {$client_name},</p><p>This is a confirmation that you have accepted the generated quote from {$quote_date_created}.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,'admin','Quote Accepted Notification','Quote #{$quote_number} Accepted - {$quote_subject}','<p>A quote has been accepted by the following customer.</p><p><strong>Customer Information</strong></p>\r\n<p>Customer ID: {$client_id}<br />\r\nName: {$clientname}<br />\r\nEmail: {$client_email}<br />\r\nCompany: {$client_company_name}<br />\r\nAddress 1: {$client_address1}<br />\r\nAddress 2: {$client_address2}<br />\r\nCity: {$client_city}<br />\r\nState: {$client_state}<br />\r\nPostcode: {$client_postcode}<br />\r\nCountry: {$client_country}<br />\r\nPhone Number: {$client_phonenumber}</p>\r\n<p><strong>Quote Information</strong></p>\r\n<p>Quote #: {$quote_number}<br />\r\nQuote Subject: {$quote_subject}</p><p><a href=\"{$whmcs_admin_url}quotes.php?action=manage&id={$quote_number}\">{$whmcs_admin_url}quotes.php?action=manage&id={$quote_number}</a></p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,'support','Support Ticket Feedback Request','Your Feedback is Requested for Ticket #{$ticket_id}','<p>This support request has been marked as completed.</p><p>We would really appreciate it if you would just take a moment to let us know about the quality of your experience.</p><p><a href=\"{$ticket_url}&feedback=1\">{$ticket_url}&feedback=1</a></p><p>Your feedback is very important to us.</p><p>Thank you for your business.</p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,'support','Replies Only Bounce Message','Online Submission Required','<p>{$client_name},</p><p>Your email to our support system could not be accepted because we require you to submit all tickets via our online client support portal. You can do this at the URL below.</p><p><a href=\"{$whmcs_url}/submitticket.php\">{$whmcs_url}/submitticket.php</a></p><p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,'general','Unsubscribe Confirmation','Unsubscribe Confirmation','Dear {$client_name},<br /><br />We have now removed your email address from our mailing list.<br /><br />If this was a mistake or you change your mind, you can re-subscribe at any time from the My Details section of our client area.<br /><br /><a href=\"{$whmcs_url}/clientarea.php?action=details\">{$whmcs_url}/clientarea.php?action=details</a><br /><br />{$signature}','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,'support','Closed Ticket Bounce Message','Closed Ticket Bounce Message','<p>{$client_name},</p>\n<p>Your email to our ticket system could not be accepted because the ticket being responded to has already been closed.</p>\n<p>{if $client_id}If you wish to reopen this ticket, you can do so from our client area:\n{$ticket_link}{else}To open a new ticket, please visit:</p>\n<p><a href=\"{$whmcs_url}/submitticket.php\">{$whmcs_url}/submitticket.php</a>{/if}</p>\n<p>This is an automated response from our support system.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(61,'domain','Expired Domain Notice','Expired Domain Notice','<p>Dear {$client_name},</p>\n<p>The domain name listed below expired {$domain_days_after_expiry} days ago.</p>\n<p>{$domain_name}</p>\n<p>To ensure that the domain isn\'t registered by someone else, you should renew it now. To renew the domain, please visit the following page and follow the steps shown: <a title=\"{$whmcs_url}/cart.php?gid=renewals\" href=\"{$whmcs_url}/cart.php?gid=renewals\">{$whmcs_url}/cart.php?gid=renewals</a></p>\n<p>Due to the domain expiring, the domain will not be accessible so any web site or email services associated with it will stop working. You may be able to renew it for up to 30 days after the renewal date.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,'product','Service Unsuspension Notification','Service Unsuspension Notification','<p>Dear {$client_name},</p>\n<p>This is a notification that your service has now been unsuspended. The details of this unsuspension are below:</p>\n<p>Product/Service: {$service_product_name}<br />{if $service_domain}Domain: {$service_domain}<br />{/if}Amount: {$service_recurring_amount}<br />Due Date: {$service_next_due_date}</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2016-02-24 09:57:00','2016-02-24 09:57:00'),(63,'admin','Manual Upgrade Required','Manual Upgrade Required','<p>An upgrade order has received its payment, but does not support automatic upgrades and requires manually processing.</p>\n<p>Client ID: {$client_id}<br />Service ID: {$service_id}<br />Order ID: {$order_id}</p>\n<p>{if $upgrade_type eq \'package\'}New Package ID: {$new_package_id}<br />Existing Billing Cycle: {$billing_cycle}<br />New Billing Cycle: {$new_billing_cycle}{else}Configurable Option: {$config_id}<br />Option Type: {$option_type}<br />Current Value: {$current_value}<br />New Value: {$new_value}{/if}</p>\n<p><a href=\"{$whmcs_admin_url}orders.php?action=view&id={$order_id}\">\n{$whmcs_admin_url}orders.php?action=view&id={$order_id}</a></p>','','','',0,0,'','','',0,'2016-02-24 09:57:00','2016-02-24 09:57:00'),(65,'admin','Support Ticket Change Notification','[Ticket ID: {$ticket_tid}] {$ticket_subject}','{if $newTicket}\r\n    <p>Ticket #<a href=\"{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}\"><strong>{$ticket_tid}</strong></a> has been opened by <strong>{$changer}</strong>.</p>\r\n    <p>\r\n        Client: {$client_name}{if $client_id} #{$client_id}{/if}<br />\r\n        Department: {$ticket_department}<br />\r\n        Subject: {$ticket_subject}<br />\r\n        Priority: {$ticket_priority}\r\n    </p>\r\n    <div class=\"quoted-content\">\r\n        {$newTicket}\r\n    </div>\r\n{else}\r\n    <p>Ticket #<a href=\"{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}\"><strong>{$ticket_tid}</strong></a> {if $newReply || $newNote}has had a new {if $newReply}reply{else}note{/if} posted by{else}has been updated by{/if} <strong>{$changer}</strong>.</p>\r\n\r\n    {if $changes}\r\n        <table class=\"keyvalue-table\" style=\"border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt;\">\r\n            <tbody>\r\n                {foreach $changes as $change}\r\n                    <tr>\r\n                        <td>{$change@key}:</td>\r\n                        <td>\r\n                            <span style=\"background-color:#ffe7e7;text-decoration:line-through;\">{$change.old}</span>\r\n                            &nbsp;\r\n                            <span style=\"background-color:#ddfade;\">{$change.new}</span>\r\n                        </td>\r\n                    </tr>\r\n                {/foreach}\r\n            </tbody>\r\n        </table>\r\n    {/if}\r\n\r\n    {if $newReply}\r\n        <div class=\"quoted-content\">\r\n            {$newReply}\r\n        </div>\r\n    {/if}\r\n\r\n    {if $newNote}\r\n        <div class=\"quoted-content\">\r\n            {$newNote}\r\n        </div>\r\n    {/if}\r\n\r\n    {if $newAttachments}{$newAttachments}{/if}\r\n{/if}\r\n<p>\r\n    You can respond to this ticket by simply replying to this email or through the admin area at the url below.\r\n</p>\r\n<p>\r\n    <a href=\"{$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}\">\r\n        {$whmcs_admin_url}supporttickets.php?action=viewticket&id={$ticket_id}\r\n    </a>\r\n</p>','','','',0,0,'','','',0,'2016-02-24 09:57:04','2016-02-24 09:57:04'),(66,'admin','Admin Password Reset Validation','WHMCS Password Reset','<p>Hi {$firstname},</p>\r\n<p>Recently a request was submitted to reset your admin password. Follow the link below to reset it.</p>\r\n<p><a href=\"{$pw_reset_url}\">{$pw_reset_url}</a></p>\r\n<p>If you did not request a password reset, please ignore this email. The password reset link will expire in 2 hours.</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'2016-09-07 10:27:57','2016-09-07 10:27:57'),(67,'admin','Admin Password Reset Confirmation','WHMCS Password Reset Confirmation','<p>Hi {$firstname},</p>\r\n<p>This is a confirmation that your admin password has now been reset.</p>\r\n<p>If you did not initiate this password reset, please notify your system administrator immediately.</p>\r\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'2016-09-07 10:27:57','2016-09-07 10:27:57'),(68,'product','SpamExperts Welcome Email','Welcome to Spam Free Email','<p>Congratulations!</p>\r\n<p>Your service has been setup and is ready for you to begin using.</p>\r\n{if $configuration_required}\r\n<p><strong>Required Action</strong></p>\r\n<p>To begin using SpamExperts mail services, you must modify the MX records for your domain to the following:</p>\r\n<p>\r\n{foreach from=$required_mx_records key=mx_host item=mx_priority}\r\n    {$mx_host} with a recommended priority of {$mx_priority}<br />\r\n{/foreach}\r\n</p>\r\n<p>We have guides available for this at <a href=\"https://documentation.solarwindsmsp.com/spamexperts/documentation/Content/B_Admin%20Level/domains/mx-records.htm\" target=\"_blank\">https://documentation.solarwindsmsp.com/spamexperts/documentation/Content/B_Admin%20Level/domains/mx-records.htm</a></p>\r\n{/if}\r\n{if $outgoing_service}\r\n<p><strong>Outgoing Email Filtering</strong></p>\r\n<p>Outgoing Email Filtering protects your reputation by preventing spam & viruses from leaving \r\nyour network and working to ensure your IPs are protected from being blacklisted.<br>\r\nTo begin using it, you will need to login to the SpamExperts Control Panel to create \r\nthe outgoing user accounts you will use to send email.<br>\r\nOnce the user accounts are created, you will need to update your email clients to use \r\nthe new hostname and credentials provided via the SpamExperts Control Panel.<br>\r\nMore information on how to do this can be found at <a href=\"https://kb.spamexperts.com/36678-getting-started/227750-getting-started-with-outbound\" target=\"_blank\">https://kb.spamexperts.com/36678-getting-started/227750-getting-started-with-outbound</a>\r\n</p>\r\n{/if}\r\n{if $archiving_service}\r\n<p><strong>Email Archiving</strong></p>\r\n<p>Your purchase included Email Archiving which helps to ensure you will never lose an email again.<br>\r\nEmail archiving has been automatically enabled and you can review and access your email archives \r\nvia the SpamExperts Control Panel at any time.\r\n</p>\r\n{/if}\r\n<p><strong>Managing your Service</strong></p>\r\n<p>You can access and manage your email filtering at any time from our client area at {$whmcs_link}</p>\r\n<p>Simply login and look for the SpamExperts Manage link on the homepage.</p>\r\n<p>If you need any further assistance, please contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a></p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2018-04-18 04:51:40','2018-04-18 04:51:40'),(69,'product','Weebly Welcome Email','Welcome to your Beautiful Website','<p>Dear {$client_name},</p>\r\n<p>Congratulations!</p>\r\n<p>Your account has been setup and you are ready to begin building your site with Weebly.</p>\r\n{if $configuration_required}\n<p>To allow automatic publishing of your site, Weebly require an FTP account to be created and provided to them in their settings.</p>\r\n{/if}\n<p>Guides for how to get started with Weebly can be found at <a href=\"https://www.weebly.com/app/help/us/en/topics/first-steps\">https://www.weebly.com/app/help/us/en/topics/first-steps</a></p>\r\n<p>To access the Weebly site builder and begin building your website, please <a href=\"{$whmcs_url}clientarea.php?action=productdetails&id={$service_id}\">click here</a></p>\r\n<p>If you need any further assistance, please contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a></p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2018-04-18 04:51:40','2018-04-18 04:51:40'),(70,'invoice','Direct Debit Payment Failed','Direct Debit Payment Failed','<p>Dear {$client_name},</p>\n<p>This is a notice that a recent direct debit payment for you failed.</p>\n<p>Invoice Date: {$invoice_date_created}<br />Invoice No: {$invoice_num}<br />Amount: {$invoice_total}<br />Status: {$invoice_status}</p>\n<p>You now need to login to your client area to pay the invoice manually.<br />{$invoice_link}</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2017-02-21 04:18:41','2017-02-21 04:18:41'),(71,'invoice','Direct Debit Payment Confirmation','Direct Debit Payment Confirmation','<p>Dear {$client_name},</p>\n<p>This is a payment receipt for Invoice {$invoice_num} generated on {$invoice_date_created}. The payment has been taken automatically via direct debit.</p>\n<p>Amount: {$invoice_total}<br />Status: {$invoice_status}</p>\n<p>You may review your invoice history at any time by logging in to your client area.<br />{$invoice_link}</p>\n<p>Note: This email will serve as an official receipt for this payment.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2017-02-21 04:18:42','2017-02-21 04:18:42'),(72,'invoice','Direct Debit Payment Pending','Direct Debit Payment Pending','<p>Dear {$client_name},</p>\n<p>This is a notification that a payment has been requested for Invoice {$invoice_num}. The payment has been taken automatically via direct debit on or around {$invoice_date_due}.</p>\n<p>Amount: {$invoice_total}<br />Status: {$invoice_status}</p>\n<p>You may review your invoice history at any time by logging in to your client area.<br />{$invoice_link}</p>\n<p>Note: This email will serve as an official notification for this payment.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2017-02-21 04:18:42','2017-02-21 04:18:42'),(73,'invoice','Credit Card Payment Pending','Invoice Payment Pending','<p>Hi {$client_name},</p>\r\n<p>Payment is currently pending for invoice #{$invoice_num}.</p>\r\n<p><strong>Invoice Date:</strong> {$invoice_date_created}<br /><strong>Invoice #</strong>{$invoice_num}<br /><strong>Amount Due:</strong> {$invoice_total}<br /><strong>Due Date:</strong> {$invoice_date_due}<br /><strong>Status:</strong> {$invoice_status}</p>\r\n<p>We will process payment using your selected payment method ({$invoice_pay_method_display_name}).</p>\r\n<p>Log in to your account with us to review your current invoices and payment history.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2017-02-21 04:18:42','2017-02-21 04:18:42'),(74,'admin','Payment Reversed Notification','Payment Reversed Notification','<p>This is a notification that a transaction has been reversed and follow up may be required.</p>\n<p>\n    Transaction ID: {$transaction_id}<br />\n    Transaction Date: {$transaction_date}<br />\n    Transaction Amount: {$transaction_amount}<br />\n    Payment Method: {$payment_method}<br />\n    Invoice ID: {$invoice_id}<br />\n</p>\n<p>{$whmcs_admin_link}</p>','','','',0,0,'','','',0,'2017-03-13 12:02:42','2017-03-13 12:02:42'),(75,'product','SSL Certificate Configuration Required','SSL Certificate Configuration Required','<p>Dear {$client_name},</p>\r\n<p>Thank you for your order for an SSL Certificate. Before you can use your certificate, it requires configuration which can be done at the URL below.</p>\r\n<p>{$ssl_configuration_link}</p>\r\n<p>Instructions are provided throughout the process but if you experience any problems or have any questions, please open a ticket for assistance.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2017-04-01 03:30:00','2017-04-01 03:30:00'),(76,'product','Upgrade Order Cancelled','Pending Upgrade Order Cancelled','<p>Dear {$client_name},</p>\r\n<p>Re: {$service_product_name}{if $service_domain} ({$service_domain}){/if}</p>\r\n<p>\r\n    Recently you placed an upgrade order with us.<br>\r\n    Today your automated renewal invoice has been generated for the product/service listed above which has invalidated the upgrade quote and invoice.<br>\r\n    As a result, your upgrade order has now been cancelled.\r\n</p>\r\n<p>Should you wish to continue with the upgrade, we ask that you please first pay the renewal invoice, after which you will be able to order the upgrade again and simply pay the difference.</p>\r\n<p>We thank you for your business.</p>\r\n<p>{$signature}</p>\r\n','','','',0,0,'','','',0,'2017-07-21 03:30:00','2017-07-21 03:30:00'),(77,'notification','Default Notification Message','Notification Message','<h2><a href=\"{$notification_url}\">{$notification_title}</a></h2>\r\n<div>{$notification_message}</div>\r\n{foreach from=$notification_attributes item=$attribute}\r\n<div>\r\n<div>{$attribute.label}: {if $attribute.icon}<img src=\"{$attribute.icon}\" alt=\"\" />{/if}{if $attribute.style}<span class=\"{$attribute.style}\">{/if}{if $attribute.url}<a href=\"{$attribute.url}\">{$attribute.value}</a>\r\n{else}{$attribute.value}{/if}{if $attribute.style}</span>{/if}</div>\r\n</div>\r\n{/foreach}','','','',0,0,'','','',0,'2017-10-31 06:38:18','2017-10-31 06:38:18'),(78,'admin','Mention Notification','{$mention_admin_name} mentioned you in a {$mention_entity}','<p>{$mention_admin_name} mentioned you in {$mention_entity_description}:</p>\r\n<blockquote>\r\n{$message}\r\n</blockquote>\r\n<p><a href=\"{$mention_view_url}\" target=\"_blank\">{$mention_entity_action}</a></p>','','','',0,0,'','','',0,'2018-01-29 10:51:18','2018-01-29 10:51:18'),(79,'product','SiteLock Welcome Email','Getting Started with SiteLock','<p>Dear {$client_name},</p>\n<p>Thank you for purchasing the SiteLock service. You are just a few steps away from securing your website.</p>\n<p>Below are the details you will need to administer and use the SiteLock service.</p>\n{if ($sitelock_requires_ftp && !$sitelock_ftp_auto_provisioned) || ($sitelock_requires_dns && !$sitelock_dns_auto_provisioned)}\n    <p><b>Additional Setup Required</b></p>\n{/if}\n{if $sitelock_requires_ftp && !$sitelock_ftp_auto_provisioned}\n    <p>To allow SiteLock to automatically fix issues that are discovered with your website, SiteLock requires FTP access to your website.</p>\n    <p>Unfortunately we were unable to provision these automatically and so you must supply FTP credentials to SiteLock via the SiteLock Control Panel.</p>\n    <p>To do this, please login to our <a href=\"{$whmcs_url}\">client area</a> and click the Login button found under the SiteLock service. Then navigate to Sites > FTP Credentials within the SiteLock control panel.</p>\n{/if}\n{if $sitelock_requires_dns && !$sitelock_dns_auto_provisioned}\n    <p>To allow SiteLock to provide WAF and CDN services for your website, SiteLock requires some DNS changes.</p>\n    <p>Unfortunately we were unable to provision these automatically and so you must make these changes manually.</p>\n    <p>To do this, please modify your domain DNS host records as follows:</p>\n    <p>{$sitelock_dns_host_record_info}</p>\n{/if}\n<p><b>Using SiteLock</b></p>\n<p>To use the SiteLock service, login to our <a href=\"{$whmcs_url}\">client area</a> and click the Login button found under the SiteLock service.</p>\n<p>If you have any questions, please reply to this email. Thank you for choosing our services.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2018-02-15 10:37:49','2018-02-15 10:37:49'),(80,'invoice','Invoice Modified','Invoice #{$invoice_num} Updated','<p>Dear {$client_name},</p>\r\n<p>This is a notice that invoice #{$invoice_num} which was originally generated on {$invoice_date_created} has been updated.</p>\r\n<p>Your payment method is: {$invoice_payment_method}</p>\r\n<p>\r\n    Invoice #{$invoice_num}<br>\r\n    Amount Due: {$invoice_balance}<br>\r\n    Due Date: {$invoice_date_due}\r\n</p>\r\n<p>Invoice Items</p>\r\n<p>\r\n    {$invoice_html_contents}<br>\r\n    ------------------------------------------------------\r\n</p>\r\n<p>You can login to our client area to view and pay the invoice at {$invoice_link}</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2018-03-16 04:50:00','2018-03-16 04:50:00'),(81,'admin','Service Renewal Failed','WHMCS Service Renewal Failed','<p>\r\n    An automatic renewal attempt was triggered for this service but failed. The renewal will not be attempted again automatically. Please resolve the error and try again.\r\n</p>\r\n<p>\r\n    Client ID: {$client_id}<br />\r\n    Service ID: {$service_id}<br />\r\n    Product/Service: {$service_product}<br />\r\n    Domain: {$service_domain}<br />{if $addon_id}\r\n    Addon ID: {$addon_id}<br />\r\n    Addon: {$addon_name}<br />\r\n    {/if}Error: {$error_msg}\r\n</p>\r\n<p>\r\n    <a href=\"{$whmcs_admin_url}/clientsservices.php?userid={$client_id}&id={$service_id}{if $addon_id}&aid={$addon_id}{/if}\">\r\n        Go to {if $addon_id}addon{else}service{/if}\r\n    </a>\r\n</p>','','','',0,0,'','','',0,'2018-06-04 23:07:38','2018-06-04 23:07:38'),(82,'domain','Domain Transfer Completed','Transfer Completed for {$domain_name}','<p>Dear {$client_name},</p>\n<p>We are pleased to confirm that your recent domain transfer has now been completed.</p>\n<p>Order Date: {$domain_reg_date}<br />\nDomain: {$domain_name}<br />\nStatus: {$domain_status}</p>\n<p>You may now login to your client area at {$whmcs_link} to manage your domain.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2018-06-15 09:40:21','2018-06-15 09:40:21'),(83,'product','CodeGuard Welcome Email','Welcome to Website Protection','<p>Congratulations!</p>\r\n<p>Your CodeGuard website backup service has been provisioned successfully and is now ready for use!</p>\r\n{if $configuration_required}\r\n<p>To begin using the service, you will need to login and provide the SFTP or SSH credentials required to access your website. Our guide that demonstrates how to do this can be found at <a href=\"https://codeguard.zendesk.com/hc/en-us/articles/115000610543-How-do-I-back-up-my-website\" target=\"_blank\">https://codeguard.zendesk.com/hc/en-us/articles/115000610543-How-do-I-back-up-my-website</a></p>\r\n{else}\r\n<p>We have successfully configured daily backups for your website files and the first backup will be performed shortly. Once that has been performed, backups will be performed daily. If at any time a backup encounters problems, we will notify you by email.</p>\r\n<p>If you have databases that need to be backed up, CodeGuard will attempt to add them automatically after you have configured your website backup. Alternatively, database backups can be added manually. Our guide for how to do this can be found at <a href=\"https://codeguard.zendesk.com/hc/en-us/articles/115000604663-CodeGuard-Database-Backup-Walkthrough\" target=\"_blank\">https://codeguard.zendesk.com/hc/en-us/articles/115000604663-CodeGuard-Database-Backup-Walkthrough</a></p>\r\n{/if}\r\n<p>You can access and manage your website backups at any time from our <a href=\"{$whmcs_url}\">client area</a>. Simply login and look for the CodeGuard Manage link on the homepage.</p>\r\n<p>If you need any further assistance, you may contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a> at any time.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2018-12-11 23:45:53','2018-12-11 23:45:53'),(84,'product','SiteLock VPN Welcome Email','Getting Started with SiteLock VPN','<p>Dear {$client_name},</p>\r\n<p>Thank you for your purchase to secure your personal and business data. You now ready to have a secure end-to-end connection for browsing and transmitting data through the internet via SiteLock VPN.</p>\r\n<p>Below are a few simple steps to setup your VPN credentials and begin securely browsing the web.</p>\r\n<p><strong>Step 1 – Login and Setup VPN Credentials</strong></p>\r\n<p>To set up your account you must first access the SiteLock dashboard.  Login to our <a href=\"{$whmcs_url}\">client area</a> and click the Login button found under the SiteLock VPN service to access the dashboard.</p>\r\n<p>Once you’re logged in click on ‘VPN’ to be directed to the Sitelock VPN configuration screen.</p>\r\n<p>Next, setup your user ID and set your password for accessing VPN.</p>\r\n<p><strong>Step 2 – Download and Install VPN client appStep 2 – Download and Install VPN client app</strong></p>\r\n<p>Once your VPN login and password has been set, you can download the VPN clients for your preferred devices.</p>\r\n<p>Apple iOS - <a href=\"https://itunes.apple.com/us/app/sitelock-vpn/id1446325257?ls=1&mt=8\">Download the iOS app</a></p>\r\n<p>Android - <a href=\"https://play.google.com/store/apps/details?id=com.sitelock.vpn.android\">Download the Android app</a></p>\r\n<p>macOS - <a href=\"https://s3.us-east-2.amazonaws.com/sitelock-vpn/mac/SiteLock+VPN.dmg\">Download the macOS app</a></p>\r\n<p>Windows - <a href=\"https://s3.us-east-2.amazonaws.com/sitelock-vpn/app/Setup_1.0.1.0.exe\">Download the Windows app</a></p>\r\n<p><strong>Step 3 – Login and Begin Browsing Securely</strong></p>\r\n<p>Once the VPN client installation is complete, log in with your user ID and password that was just setup to connect to any of the 1,100+ secure servers worldwide.</p>\r\n<p>Complete instructions can also be downloaded on the upper right-hand corner of your VPN configuration screen.</p>\r\n<p>If you have any questions, please contact us or reply to this email. Thank you for choosing our services.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2019-11-06 03:30:00','2019-11-06 03:30:00'),(85,'product','Marketgoo Welcome Email','Getting Started with Marketgoo','<p>Hi {$client_first_name},</p>\r\n<p>Thank you for your purchase. Your website is now being analyzed by marketgoo. You’re now ready to take the next steps to improve your search engine ranking.</p>\r\n<p>To login and get started straight away, or check your SEO progress at any time, simply login to our client area and follow the link to access the marketgoo dashboard.</p><p><a href=\"{$whmcs_url}clientarea.php\">{$whmcs_url}clientarea.php</a></p>\r\n<p>If you have any questions or need help, please contact us by opening a <a href=\"{$whmcs_url}submitticket.php\">support ticket</a></p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-03-02 03:30:00','2020-03-02 03:30:00'),(86,'user','Email Address Verification','Email Address Verification','<p>Welcome to {$company_name}</p>\r\n<p>Please click on the link below to verify your email address. This is required to confirm ownership of the email address.</p>\r\n<p><a href=\"{if isset($verification_url)}{$verification_url}{/if}\">Verify your email address</a></p>\r\n<p>If you\'re having trouble, try copying and pasting the following URL into your browser:<br>{if isset($verification_url)}{$verification_url}{/if}</p>\r\n<p>This link is valid for 60 minutes only. If it has expired, login to our <a href=\"{$whmcs_url}\">client area</a> to request a new link.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-07-08 03:52:00','2020-07-08 03:52:00'),(87,'user','Password Reset Validation','Password Reset Validation','<p>To reset your password, please click on the link below.</p>\r\n<p><a href=\"{if isset($reset_password_url)}{$reset_password_url}{/if}\">Reset your password</a></p>\r\n<p>If you\'re having trouble, try copying and pasting the following URL into your browser:<br>{if isset($reset_password_url)}{$reset_password_url}{/if}</p>\r\n<p>If you did not request this reset, you can ignore this email. It will expire in 2 hours time.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-07-08 03:52:00','2020-07-08 03:52:00'),(88,'user','Password Reset Confirmation','Your password has been reset','<p>Your password has been reset.</p>\r\n<p>If you did not request this reset, please <a href=\"{$whmcs_url}\">contact us</a>.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-07-08 03:52:00','2020-07-08 03:52:00'),(89,'invite','Account Access Invitation','{if $invite_sent_by_admin}An agent of {$company_name} has sent you an invite{else}{$invite_sender_name} has invited you to their account{/if}','\r\n<h2>You\'ve been given access to {$invite_account_name}.</h2>\r\n<p>{if $invite_sent_by_admin}An agent of {$company_name}{else}{$invite_sender_name}{/if} has given you access to the {$invite_account_name} account with {$company_name}.</p>\r\n<p>To accept the invite, please click on the link below.</p>\r\n<p><a href=\"{$invite_accept_url}\">Accept invitation</a></p>\r\n<p>Invitations are valid for 7 days from the time of issue. After that time, you will need to request a new invite from the account administrator.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-07-08 03:52:00','2020-07-08 03:52:00'),(90,'product','Open-Xchange Welcome Email','Your new professional email','<p>Dear {$client_name},</p>\n<p>\n    Thank you for purchasing {$service_product_name} from Open-Xchange.<br>\n    Your email service has been set up and is ready for you to begin creating email accounts.\n</p>\n{if $configuration_required}\n<p>\n    <strong>Required Action</strong><br>\n    To begin using Open-Xchange mail services, you must modify the MX records for your domain to the following:<br>\n<pre>{foreach from=$required_mx_records key=mx_host item=mx_priority}\n{$mx_host} with a recommended priority of {$mx_priority}\n{/foreach}</pre>\n    The following SPF record is also recommended:\n    <pre>{$required_spf_record}</pre>\n</p>\n{/if}\n<p>\n    To create, edit and administer your email addresses and passwords, please visit the \"Email User Management\" pages in your\n    <a href=\"{$whmcs_url}clientarea.php?action=productdetails&id={$service_id}\">client area</a>.\n</p>\n<p>You can access OX App Suite via <a href=\"{$webmail_link}\">the OX App Suite Cloud portal</a>.</p>\n<p>\n    <strong>Mobile Access</strong><br>\n    To configure and sync email and PIM data on your mobile device, please refer to the \"Connect Your Device\" Wizard in App Suite.\n    You can find it under your profile icon in the top right-hand corner of your App Suite Webmail interface.<br>\n    You can also download the App Suite Mobile App here: <br>\n    <a href=\"https://apps.apple.com/us/app/ox-mail-by-open-xchange/id1385582725\">iOS</a> or\n    <a href=\"https://play.google.com/store/apps/details?id=com.openxchange.mobile.oxmail\">Android</a>\n</p>\n{if $migration_tool_url}\n<p>\n    <strong>Migrations</strong><br>\n    OX App Suite has a quick and easy self-service migration tool to help you move your users.\n    You can find it here: <a href=\"{$migration_tool_url}\">Migration Tool</a><br>\n</p>\n{/if}\n<p>If you have any questions, please contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a>.</p>\n<p>Thank you for choosing us as your trusted service provider.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-08-26 07:06:45','2021-04-12 05:02:47'),(91,'user','User Identity Verification','Identity Verification Required','<p>Dear {$user_first_name},</p>\r\n<p>You have been requested to provide additional verification for your user account {$user_email} at {$company_name}.</p>\r\n<p>Log in to your account, and then locate and click the Submit Documents button to follow the steps for the secure submission process.</p>\r\n<p>Please complete this verification process to avoid possible interruptions with your account.</p>\r\n<p>Click on the link below to be taken to the Client Area:</p>\r\n<p><a href=\"{$whmcs_url}\">{$whmcs_url}</a></p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2021-04-12 22:42:11','2021-04-23 13:07:59'),(92,'domain','Upcoming Free Domain Renewal Notice','Upcoming Domain Renewal Notice','<p>Dear {$client_name},</p>\r\n<p>This is a reminder that the domain listed below is scheduled to expire soon.</p>\r\n<p>Domain Name - Expiry Date - Description</p>\r\n<p>--------------------------------------------------------------</p>\r\n<p>{$domain_name} - {$domain_next_due_date} - Expires in {$domain_days_until_nextdue} Days</p>\r\n{if $autoRenewalDisabled || (!$freeDomainWithService && $freeDomainAutoRenewRequiresProduct)}\r\n<p>Please be aware that if your domain name expires, any website or email services associated with it will stop working.</p>\r\n<p><a href=\"{$domain_renewal_url}\">Renew your domain now</a> to avoid an interruption in service.</p>\r\n{elseif $freeDomainWithService}\r\n<p><strong>This is an informational notice</strong>. Because this domain name is associated with a service including a free domain renewal, no action is needed to renew this domain automatically.</p>\r\n{else}\r\n<p><strong>This is an informational notice</strong>. This domain will automatically renew and you do not need to take any further action.</p>\r\n{/if}\r\n<p>To view and manage your domains, you can log in to our client area here: <a href=\"{$domains_manage_url}\">Client Area</a></p>\r\n<p>If you have any questions, please reply to this email. Thank you for using our domain name services.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2021-04-09 03:30:00','2021-04-09 03:30:00'),(93,'product','Site Builder Welcome Email','Welcome to Your New Website Builder','<p>Dear {$client_name},</p>\r\n<p>Congratulations!</p>\r\n<p>Your account has been set up and you are ready to begin building your website.</p>\r\n<p>{if $configuration_required}</p>\r\n<p>To allow automatic publishing of your site, an FTP account is required. You can provide FTP details in the client area.</p>\r\n<p>{/if}</p>\r\n<p>To access the site builder and begin building your website, please <a href=\"{$whmcs_url}clientarea.php?action=productdetails&amp;id={$service_id}\">click here</a>.</p>\r\n<p>If you need any further assistance, please contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a>.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-08-26 02:06:45','2020-08-26 02:06:45'),(94,'product','WP Toolkit Welcome Email','{$service_product_name}','<p>Dear {$client_name},</p>\n<p>Thank you for purchasing {$service_product_name}!</p>\n<p>{$service_product_name} has now been activated for your account with domain {$service_domain} and you can begin using the advanced features of {$service_product_name} immediately.</p>\n<p>You can access {$service_product_name} via your hosting service or by logging in to your client area using the link below.</p>\n<p>{$whmcs_link}</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2021-05-21 04:49:28','2021-05-21 04:49:28'),(95,'product','WordPress Installation Welcome Email','Welcome to WordPress','<p>Dear {$client_name},</p>\n<p>Your new WordPress® blog is ready. This email contains all of the important information to get you started.</p>\n<p>You and your visitors can find your new WordPress installation at: {$instance_url}</p>\n<p>To configure your blog and add content, use the WordPress Administration Area: {$instance_admin_url}</p>\n<p>You can use these details to log in:<br>\nUsername: {$admin_username}<br>\nPassword: {$admin_password}</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2021-08-26 04:51:20','2021-08-26 04:51:20'),(96,'product','SSL Certificate Multi-Year Reissue Due','[Action Required] Your SSL certificate is due for reissuance','<p>Dear {$client_name},</p>\n<p>Your multi-year SSL certificate is nearing the end of its current term.</p>\n<p>\n    Certificate Product: {$service_product_name}<br>\n    Domain: {$service_domain}<br>\n    Registration Date: {$service_reg_date}<br>\n    Next Due Date: {$service_next_due_date}\n</p>\n\n<p>Due to the limits from the Certification Authority Browser Forum, you must reissue multi-year SSL certificates during their term.</p>\n<p>\n    Unfortunately, we cannot automatically reissue your certificate because {if $noSupport}it does not currently support automatic reissuance{else}the reissuance request failed{/if}.<br>\n    You must initiate reissuance manually.\n</p>\n<p>To manage your certificate, visit our Client Area using the link below. You can initiate reissuance by selecting \"Reissue Certificate\" and following the displayed steps.</p>\n<p>{$certificate_manage_link}</p>\n<p>For assistance regarding your SSL certificate, contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a>.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2022-03-22 10:32:19','2022-03-22 10:32:19'),(97,'product','SSL Certificate Validation Manual Intervention','[Action Required] SSL Certificate Validation','<p>Dear {$client_name},</p>\n<p>Your recent SSL certificate order requires validation that we cannot complete automatically.</p>\n<p>\n    Certificate Product: {$service_product_name}<br>\n    Domain: {$service_domain}<br>\n    Registration Date: {$service_reg_date}<br>\n    Next Due Date: {$service_next_due_date}\n</p>\n<p>{if $file_validation}</p>\n<p>Validation Method: HTTP File</p>\n<p>To complete validation successfully, you must create a file with the details below in the root directory of your hosting account.</p>\n<p>\n    Filepath/Filename: {$file_name}<br>\n    File Contents: {$validation_contents}\n</p>\n<p>{else if $dns_validation}</p>\n<p>Validation Method: DNS</p>\n<p>To complete validation successfully, you must create the following DNS record with your domain registrar or DNS provider.</p>\n<p>\n    Record Type: TXT<br>\n    Record Contents: {$validation_contents}\n</p>\n<p>{/if}</p>\n<p>When you complete the above steps, our systems will detect this automatically and continue processing your order. No further action is required.</p>\n<p>For assistance regarding your SSL certificate, contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a>.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2022-03-22 10:32:19','2022-03-22 10:32:19'),(98,'product','SSL Certificate Installed','Your website is now secured with SSL!','<p>Dear {$client_name},</p>\n<p>Your recent SSL certificate order is complete and you have secured your website with SSL. No further action is required.</p>\n<p>\n    Certificate Product: {$service_product_name}<br>\n    Domain: {$service_domain}<br>\n    Registration Date: {$service_reg_date}<br>\n    Next Due Date: {$service_next_due_date}<br>\n</p>\n<p>To manage your certificate, visit our Client Area using the link below.</p>\n<p>{$certificate_manage_link}</p>\n<p>For assistance regarding your SSL certificate, contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a>.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2022-03-22 10:32:19','2022-03-22 10:32:19'),(99,'product','SSL Certificate Issued','Your SSL certificate is now ready for installation!','<p>Dear {$client_name},</p>\n<p>Your recent SSL certificate order is complete and is now ready for installation.</p>\n<p>\n    Certificate Product: {$service_product_name}<br>\n    Domain: {$service_domain}<br>\n    Registration Date: {$service_reg_date}<br>\n    Next Due Date: {$service_next_due_date}\n</p>\n<p>You are receiving this email because we cannot automatically install certificate. You must install it manually.</p>\n<p>To manage your certificate, visit our Client Area using the link below.</p>\n<p>{$certificate_manage_link}</p>\n<p>For assistance regarding your SSL certificate, contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a>.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2022-03-22 10:32:19','2022-03-22 10:32:19'),(100,'product','XOVI NOW Welcome Email','Get Started with XOVI NOW','<p>Dear {$client_name},</p>\r\n<p>Welcome to XOVI NOW! You\'re ready to find relevant keywords, optimize your content, and get to the top of the Google® search results.</p>\r\n<p>Log in now to complete the setup wizard so that XOVI NOW can begin analyzing your website. After it finishes, you\'ll be able to view your rankings, keywords, and visibility and get started improving your position in the XOVI NOW Advisor.</p>\r\n<p>\r\nTo get started, log in to our Client Area and follow the link to access XOVI NOW:<br>\r\n{$whmcs_url}clientarea.php\r\n</p>\r\n<p>If you need any further assistance, you may contact our support team at any time.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2023-02-01 04:51:20','2023-02-01 04:51:20'),(101,'product','NordVPN Welcome Email','Getting Started with NordVPN','<p>Dear {$client_name},</p><p>Thank you for purchasing NordVPN to secure your personal and business data. You will receive an email from NordVPN containing your activation link soon. If you don’t see it in your inbox, check your spam folder.</p><p>With 5,500+ servers across the globe, NordVPN gives you peace of mind when you use public Wi-Fi®, access personal and work accounts on the road, or just want to keep your browsing history to yourself.</p><p>If you have questions about NordVPN or need technical support, contact <a href=\"https://support.nordvpn.com/\">NordVPN support</a>.</p><p>If you have order or billing questions, contact our support team at <a href=\"{$whmcs_url}/submitticket.php\">Submit a Ticket</a>.</p><p>Thank you for choosing our services!</p><p>{$signature}</p>','','','',0,0,'','','',0,'2022-12-01 11:47:17','2022-12-01 11:47:17'),(102,'product','360 Monitoring Welcome Email','Welcome to 360 Monitoring. Get started with monitoring now!','<p>Hi, {$client_first_name}!</p>\n<p>Welcome to 360 Monitoring! Your 360 Monitoring account is registered, your specified domain ({$domain}) is configured, and you are ready to perform real-time monitoring.</p>\n<p>To access the 360 Monitoring dashboard and view results, make adjustments, or include additional websites based on your chosen plan, log in to our Client Area and click Login under 360 Monitoring.</p>\n<p>For more information on 360 Monitoring features, including{if $numberOfMonitors > 1} adding websites,{if $numberOfServers > 0} servers,{/if}{/if} dashboards, reports, and more, visit the <a href=\"https://docs.360monitoring.com/docs\"><strong>360 Monitoring documentation</strong></a>.</p>\n<p>{$signature}</p>','','','',0,0,'','','',0,'2020-03-02 03:30:00','2020-03-02 03:30:00'),(103,'product','Sitejet Builder Welcome Email','Welcome to Sitejet Builder, Your Professional Website Builder','<p>Dear {$client_name},</p>\r\n<p>Congratulations!</p>\r\n<p>Your account has been set up and you are ready to begin building your website.</p>\r\n<p>You can directly access Sitejet Builder and edit your website from many places within the <a href=\"{$whmcs_url}clientarea.php\">client area</a>, including the homepage.</p>\r\n<p>If you need any further assistance, please contact our <a href=\"{$whmcs_url}submitticket.php\">support team</a>.</p>\r\n<p>{$signature}</p>','','','',0,0,'','','',0,'2024-03-06 03:30:00','2024-03-06 03:30:00'),(104,'admin_invite','Admin Invitation','You\'ve been invited to use WHMCS','<h2>You\'ve been invited to use WHMCS.</h2>\r\n<p>{$invite_sender_name} has invited you to start using WHMCS for {$company_name}. WHMCS is a billing and automation platform for online businesses.</p>\r\n<p>To accept the invitation and set up your admin login credentials, click the link below:</p>\r\n<p><a href=\"{$invite_accept_url}\">Accept Invitation</a></p>\r\n<p>This invitation will expire after {$expiration_period_in_days} days. After this date, you will need to contact {$company_name} to request a new invitation.</p>\r\n<p>{$signature}</p>\r\n<p>Need help? See <a href=\"https://go.whmcs.com/2481/accept-admin-invite\">WHMCS\'s documentation</a> to get started.</p>','','','',0,0,'','','',0,'2024-10-16 03:30:00','2024-10-16 03:30:00');
/*!40000 ALTER TABLE `tblemailtemplates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblerrorlog`
--

DROP TABLE IF EXISTS `tblerrorlog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblerrorlog` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `severity` varchar(16) NOT NULL,
  `exception_class` varchar(255) DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `line` int(10) unsigned DEFAULT NULL,
  `details` mediumtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblerrorlog`
--

LOCK TABLES `tblerrorlog` WRITE;
/*!40000 ALTER TABLE `tblerrorlog` DISABLE KEYS */;
INSERT INTO `tblerrorlog` VALUES (57,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-14 06:09:59','2026-03-14 06:09:59'),(58,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-14 06:09:59','2026-03-14 06:09:59'),(59,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-14 06:09:59','2026-03-14 06:09:59'),(60,'warning',NULL,'Trying to access array offset on null','cart.php',0,NULL,'2026-03-14 07:18:32','2026-03-14 07:18:32'),(61,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-14 07:18:36','2026-03-14 07:18:36'),(62,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-14 07:18:36','2026-03-14 07:18:36'),(63,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-14 07:18:36','2026-03-14 07:18:36'),(64,'warning',NULL,'Trying to access array offset on null','cart.php',0,NULL,'2026-03-15 03:48:01','2026-03-15 03:48:01'),(65,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-15 07:29:55','2026-03-15 07:29:55'),(66,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-15 07:29:55','2026-03-15 07:29:55'),(67,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-15 07:29:55','2026-03-15 07:29:55'),(68,'warning',NULL,'Trying to access array offset on null','cart.php',0,NULL,'2026-03-15 07:37:59','2026-03-15 07:37:59'),(69,'warning',NULL,'Trying to access array offset on null','cart.php',0,NULL,'2026-03-15 07:52:12','2026-03-15 07:52:12'),(70,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-15 10:30:16','2026-03-15 10:30:16'),(71,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-15 10:30:16','2026-03-15 10:30:16'),(72,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-15 10:30:16','2026-03-15 10:30:16'),(73,'warning',NULL,'Trying to access array offset on null','cart.php',0,NULL,'2026-03-15 10:46:14','2026-03-15 10:46:14'),(74,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-16 00:53:10','2026-03-16 00:53:10'),(75,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-16 00:53:10','2026-03-16 00:53:10'),(76,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-16 00:53:10','2026-03-16 00:53:10'),(77,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-16 08:51:22','2026-03-16 08:51:22'),(78,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-16 08:51:22','2026-03-16 08:51:22'),(79,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-16 08:51:22','2026-03-16 08:51:22'),(80,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-16 10:14:10','2026-03-16 10:14:10'),(81,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-16 10:14:10','2026-03-16 10:14:10'),(82,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-16 10:14:10','2026-03-16 10:14:10'),(83,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-16 12:14:07','2026-03-16 12:14:07'),(84,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-16 12:14:07','2026-03-16 12:14:07'),(85,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-16 12:14:07','2026-03-16 12:14:07'),(86,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-16 12:55:27','2026-03-16 12:55:27'),(87,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-16 12:55:27','2026-03-16 12:55:27'),(88,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-16 12:55:27','2026-03-16 12:55:27'),(89,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-16 21:00:27','2026-03-16 21:00:27'),(90,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-16 21:00:27','2026-03-16 21:00:27'),(91,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-16 21:00:27','2026-03-16 21:00:27'),(92,'warning',NULL,'Trying to access array offset on false','vendor/whmcs/whmcs-foundation/lib/Announcement/Rss.php',0,NULL,'2026-03-16 23:21:53','2026-03-16 23:21:53'),(93,'warning',NULL,'Trying to access array offset on false','vendor/whmcs/whmcs-foundation/lib/Announcement/Rss.php',0,NULL,'2026-03-16 23:21:53','2026-03-16 23:21:53'),(94,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-18 19:17:40','2026-03-18 19:17:40'),(95,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-18 19:17:40','2026-03-18 19:17:40'),(96,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-18 19:17:40','2026-03-18 19:17:40'),(97,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-18 20:55:37','2026-03-18 20:55:37'),(98,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-18 20:55:37','2026-03-18 20:55:37'),(99,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-18 20:55:37','2026-03-18 20:55:37'),(100,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-19 14:30:22','2026-03-19 14:30:22'),(101,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-19 14:30:22','2026-03-19 14:30:22'),(102,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-19 14:30:22','2026-03-19 14:30:22'),(103,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-19 18:25:15','2026-03-19 18:25:15'),(104,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-19 18:25:15','2026-03-19 18:25:15'),(105,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-19 18:25:15','2026-03-19 18:25:15'),(106,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-20 02:47:53','2026-03-20 02:47:53'),(107,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-20 02:47:53','2026-03-20 02:47:53'),(108,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-20 02:47:53','2026-03-20 02:47:53'),(109,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-20 17:52:35','2026-03-20 17:52:35'),(110,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-20 17:52:35','2026-03-20 17:52:35'),(111,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-20 17:52:35','2026-03-20 17:52:35'),(112,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',41,NULL,'2026-03-21 04:29:07','2026-03-21 04:29:07'),(113,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',45,NULL,'2026-03-21 04:29:07','2026-03-21 04:29:07'),(114,'warning',NULL,'Trying to access array offset on null','/home/quizab5/whmcsdata-test/templates_c/31d6ae5a7244187c42a942995ab4d27b9623077d_0.file.products.tpl.php',49,NULL,'2026-03-21 04:29:07','2026-03-21 04:29:07');
/*!40000 ALTER TABLE `tblerrorlog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblfileassetmigrationprogress`
--

DROP TABLE IF EXISTS `tblfileassetmigrationprogress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblfileassetmigrationprogress` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_type` varchar(64) NOT NULL,
  `migrated_objects` mediumtext NOT NULL,
  `num_objects_migrated` int(10) unsigned DEFAULT 0,
  `num_objects_total` int(10) unsigned DEFAULT 0,
  `active` tinyint(1) unsigned DEFAULT 1,
  `num_failures` int(10) unsigned DEFAULT 0,
  `last_failure_reason` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `asset_type` (`asset_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblfileassetmigrationprogress`
--

LOCK TABLES `tblfileassetmigrationprogress` WRITE;
/*!40000 ALTER TABLE `tblfileassetmigrationprogress` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblfileassetmigrationprogress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblfileassetsettings`
--

DROP TABLE IF EXISTS `tblfileassetsettings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblfileassetsettings` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_type` varchar(64) NOT NULL,
  `storageconfiguration_id` int(10) unsigned NOT NULL,
  `migratetoconfiguration_id` int(10) unsigned DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `asset_type` (`asset_type`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblfileassetsettings`
--

LOCK TABLES `tblfileassetsettings` WRITE;
/*!40000 ALTER TABLE `tblfileassetsettings` DISABLE KEYS */;
INSERT INTO `tblfileassetsettings` VALUES (1,'client_files',2,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(2,'downloads',1,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(3,'email_attachments',2,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(4,'email_images',1,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(5,'email_template_attachments',1,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(6,'kb_images',2,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(7,'pm_files',3,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(8,'ticket_attachments',2,NULL,'2026-03-05 13:53:37','2026-03-05 13:53:37');
/*!40000 ALTER TABLE `tblfileassetsettings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblfraud`
--

DROP TABLE IF EXISTS `tblfraud`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblfraud` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `fraud` text NOT NULL,
  `setting` text NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `fraud` (`fraud`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblfraud`
--

LOCK TABLES `tblfraud` WRITE;
/*!40000 ALTER TABLE `tblfraud` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblfraud` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblgatewaylog`
--

DROP TABLE IF EXISTS `tblgatewaylog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblgatewaylog` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `gateway` text NOT NULL,
  `data` text NOT NULL,
  `transaction_history_id` int(10) unsigned NOT NULL DEFAULT 0,
  `result` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblgatewaylog`
--

LOCK TABLES `tblgatewaylog` WRITE;
/*!40000 ALTER TABLE `tblgatewaylog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblgatewaylog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblhosting`
--

DROP TABLE IF EXISTS `tblhosting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblhosting` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `orderid` int(10) NOT NULL,
  `packageid` int(10) NOT NULL,
  `server` int(10) NOT NULL,
  `regdate` date NOT NULL,
  `domain` text NOT NULL,
  `paymentmethod` text NOT NULL,
  `qty` int(10) unsigned NOT NULL DEFAULT 1,
  `firstpaymentamount` decimal(16,2) NOT NULL DEFAULT 0.00,
  `amount` decimal(16,2) NOT NULL DEFAULT 0.00,
  `billingcycle` text NOT NULL,
  `nextduedate` date DEFAULT NULL,
  `nextinvoicedate` date NOT NULL,
  `termination_date` date NOT NULL DEFAULT '0000-00-00',
  `completed_date` date NOT NULL DEFAULT '0000-00-00',
  `domainstatus` enum('Pending','Active','Suspended','Terminated','Cancelled','Fraud','Completed') NOT NULL DEFAULT 'Pending',
  `username` text NOT NULL,
  `password` text NOT NULL,
  `notes` text NOT NULL,
  `subscriptionid` text NOT NULL,
  `recommendation_source_product_id` int(10) unsigned DEFAULT NULL,
  `promoid` int(10) NOT NULL,
  `promocount` int(10) DEFAULT 0,
  `suspendreason` text NOT NULL,
  `overideautosuspend` tinyint(1) NOT NULL,
  `overidesuspenduntil` date NOT NULL,
  `dedicatedip` text NOT NULL,
  `assignedips` text NOT NULL,
  `ns1` text NOT NULL,
  `ns2` text NOT NULL,
  `diskusage` int(10) NOT NULL DEFAULT 0,
  `disklimit` int(10) NOT NULL DEFAULT 0,
  `bwusage` int(10) NOT NULL DEFAULT 0,
  `bwlimit` int(10) NOT NULL DEFAULT 0,
  `upsell_from_products` varchar(40) DEFAULT NULL,
  `lastupdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `serviceid` (`id`),
  KEY `userid` (`userid`),
  KEY `orderid` (`orderid`),
  KEY `productid` (`packageid`),
  KEY `serverid` (`server`),
  KEY `domain` (`domain`(64)),
  KEY `domainstatus` (`domainstatus`),
  KEY `username` (`username`(8))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblhosting`
--

LOCK TABLES `tblhosting` WRITE;
/*!40000 ALTER TABLE `tblhosting` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblhosting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblhostingaddons`
--

DROP TABLE IF EXISTS `tblhostingaddons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblhostingaddons` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `orderid` int(10) NOT NULL,
  `hostingid` int(10) NOT NULL,
  `addonid` int(10) NOT NULL,
  `userid` int(10) NOT NULL DEFAULT 0,
  `server` int(10) NOT NULL DEFAULT 0,
  `name` text NOT NULL,
  `qty` int(10) unsigned NOT NULL DEFAULT 1,
  `firstpaymentamount` decimal(16,2) NOT NULL DEFAULT 0.00,
  `setupfee` decimal(16,2) NOT NULL DEFAULT 0.00,
  `recurring` decimal(16,2) NOT NULL DEFAULT 0.00,
  `billingcycle` text NOT NULL,
  `tax` text NOT NULL,
  `status` enum('Pending','Active','Suspended','Terminated','Cancelled','Fraud','Completed') NOT NULL DEFAULT 'Pending',
  `regdate` date NOT NULL DEFAULT '0000-00-00',
  `nextduedate` date DEFAULT NULL,
  `nextinvoicedate` date NOT NULL,
  `termination_date` date NOT NULL DEFAULT '0000-00-00',
  `proratadate` date NOT NULL DEFAULT '0000-00-00',
  `paymentmethod` text NOT NULL,
  `notes` text NOT NULL,
  `subscriptionid` varchar(128) NOT NULL DEFAULT '',
  `upsell_from_products` varchar(40) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `orderid` (`orderid`),
  KEY `serviceid` (`hostingid`),
  KEY `name` (`name`(32)),
  KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblhostingaddons`
--

LOCK TABLES `tblhostingaddons` WRITE;
/*!40000 ALTER TABLE `tblhostingaddons` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblhostingaddons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblhostingconfigoptions`
--

DROP TABLE IF EXISTS `tblhostingconfigoptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblhostingconfigoptions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `relid` int(10) NOT NULL,
  `configid` int(10) NOT NULL,
  `optionid` int(10) NOT NULL,
  `qty` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `relid_configid` (`relid`,`configid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblhostingconfigoptions`
--

LOCK TABLES `tblhostingconfigoptions` WRITE;
/*!40000 ALTER TABLE `tblhostingconfigoptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblhostingconfigoptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblinvoicedata`
--

DROP TABLE IF EXISTS `tblinvoicedata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblinvoicedata` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `invoice_id` int(10) unsigned NOT NULL DEFAULT 0,
  `country` varchar(2) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tblinvoicedata_invoice_id_unique` (`invoice_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblinvoicedata`
--

LOCK TABLES `tblinvoicedata` WRITE;
/*!40000 ALTER TABLE `tblinvoicedata` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblinvoicedata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblinvoiceitems`
--

DROP TABLE IF EXISTS `tblinvoiceitems`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblinvoiceitems` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `invoiceid` int(10) unsigned NOT NULL DEFAULT 0,
  `userid` int(10) NOT NULL,
  `type` varchar(30) NOT NULL,
  `relid` int(10) NOT NULL,
  `description` text NOT NULL,
  `amount` decimal(16,2) NOT NULL DEFAULT 0.00,
  `taxed` int(1) NOT NULL,
  `duedate` date DEFAULT NULL,
  `paymentmethod` text NOT NULL,
  `notes` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `invoiceid` (`invoiceid`),
  KEY `userid` (`userid`,`type`,`relid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblinvoiceitems`
--

LOCK TABLES `tblinvoiceitems` WRITE;
/*!40000 ALTER TABLE `tblinvoiceitems` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblinvoiceitems` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblinvoices`
--

DROP TABLE IF EXISTS `tblinvoices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblinvoices` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `invoicenum` text NOT NULL,
  `date` date DEFAULT NULL,
  `duedate` date DEFAULT NULL,
  `datepaid` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_capture_attempt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_refunded` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_cancelled` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subtotal` decimal(16,2) NOT NULL,
  `credit` decimal(16,2) NOT NULL,
  `tax` decimal(16,2) NOT NULL,
  `tax2` decimal(16,2) NOT NULL,
  `total` decimal(16,2) NOT NULL DEFAULT 0.00,
  `taxrate` decimal(10,3) NOT NULL DEFAULT 0.000,
  `taxrate2` decimal(10,3) NOT NULL DEFAULT 0.000,
  `status` text NOT NULL,
  `paymentmethod` text NOT NULL,
  `paymethodid` int(10) unsigned DEFAULT NULL,
  `notes` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`),
  KEY `status` (`status`(3)),
  KEY `duedate` (`duedate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblinvoices`
--

LOCK TABLES `tblinvoices` WRITE;
/*!40000 ALTER TABLE `tblinvoices` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblinvoices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblioncube_file_log`
--

DROP TABLE IF EXISTS `tblioncube_file_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblioncube_file_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `filename` text NOT NULL,
  `content_hash` varchar(512) NOT NULL DEFAULT '',
  `encoder_version` varchar(16) NOT NULL DEFAULT '',
  `bundled_php_versions` varchar(128) NOT NULL DEFAULT '',
  `loaded_in_php` varchar(128) NOT NULL DEFAULT '',
  `target_php_version` char(16) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblioncube_file_log`
--

LOCK TABLES `tblioncube_file_log` WRITE;
/*!40000 ALTER TABLE `tblioncube_file_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblioncube_file_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbljobs_queue`
--

DROP TABLE IF EXISTS `tbljobs_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbljobs_queue` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `class_name` varchar(255) NOT NULL DEFAULT '',
  `method_name` varchar(255) NOT NULL DEFAULT '',
  `input_parameters` text NOT NULL,
  `available_at` datetime NOT NULL,
  `started_at` datetime DEFAULT NULL,
  `digest_hash` varchar(255) NOT NULL DEFAULT '',
  `async` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbljobs_queue`
--

LOCK TABLES `tbljobs_queue` WRITE;
/*!40000 ALTER TABLE `tbljobs_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbljobs_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblknowledgebase`
--

DROP TABLE IF EXISTS `tblknowledgebase`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblknowledgebase` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `article` text NOT NULL,
  `views` int(10) NOT NULL DEFAULT 0,
  `useful` int(10) NOT NULL DEFAULT 0,
  `votes` int(10) NOT NULL DEFAULT 0,
  `private` text NOT NULL,
  `order` int(3) NOT NULL,
  `parentid` int(10) NOT NULL,
  `language` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblknowledgebase`
--

LOCK TABLES `tblknowledgebase` WRITE;
/*!40000 ALTER TABLE `tblknowledgebase` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblknowledgebase` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblknowledgebase_images`
--

DROP TABLE IF EXISTS `tblknowledgebase_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblknowledgebase_images` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `filename` varchar(128) NOT NULL DEFAULT '',
  `original_name` varchar(255) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblknowledgebase_images`
--

LOCK TABLES `tblknowledgebase_images` WRITE;
/*!40000 ALTER TABLE `tblknowledgebase_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblknowledgebase_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblknowledgebasecats`
--

DROP TABLE IF EXISTS `tblknowledgebasecats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblknowledgebasecats` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `parentid` int(10) NOT NULL DEFAULT 0,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `hidden` text NOT NULL,
  `catid` int(10) NOT NULL,
  `language` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `parentid` (`parentid`),
  KEY `name` (`name`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblknowledgebasecats`
--

LOCK TABLES `tblknowledgebasecats` WRITE;
/*!40000 ALTER TABLE `tblknowledgebasecats` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblknowledgebasecats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblknowledgebaselinks`
--

DROP TABLE IF EXISTS `tblknowledgebaselinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblknowledgebaselinks` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `categoryid` int(10) NOT NULL,
  `articleid` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblknowledgebaselinks`
--

LOCK TABLES `tblknowledgebaselinks` WRITE;
/*!40000 ALTER TABLE `tblknowledgebaselinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblknowledgebaselinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblknowledgebasetags`
--

DROP TABLE IF EXISTS `tblknowledgebasetags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblknowledgebasetags` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `articleid` int(10) NOT NULL,
  `tag` varchar(64) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblknowledgebasetags`
--

LOCK TABLES `tblknowledgebasetags` WRITE;
/*!40000 ALTER TABLE `tblknowledgebasetags` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblknowledgebasetags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbllinks`
--

DROP TABLE IF EXISTS `tbllinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbllinks` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `link` text NOT NULL,
  `clicks` int(10) NOT NULL,
  `conversions` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbllinks`
--

LOCK TABLES `tbllinks` WRITE;
/*!40000 ALTER TABLE `tbllinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbllinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbllog_register`
--

DROP TABLE IF EXISTS `tbllog_register`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbllog_register` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `namespace_id` int(10) unsigned DEFAULT NULL,
  `namespace` varchar(255) NOT NULL DEFAULT '',
  `namespace_value` mediumtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tbllog_register_namespace_id_index` (`namespace_id`),
  KEY `tbllog_register_namespace_index` (`namespace`(32)),
  KEY `tbllog_register_created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=881 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbllog_register`
--

LOCK TABLES `tbllog_register` WRITE;
/*!40000 ALTER TABLE `tbllog_register` DISABLE KEYS */;
INSERT INTO `tbllog_register` VALUES (1,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-06 02:58:08','2026-03-06 02:58:08'),(2,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-06 02:58:08','2026-03-06 02:58:08'),(3,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-06 02:58:08','2026-03-06 02:58:08'),(4,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-06 02:58:08','2026-03-06 02:58:08'),(5,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-06 02:58:08','2026-03-06 02:58:08'),(6,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(7,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(8,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(9,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(10,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(11,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(12,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(13,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(14,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(15,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(16,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(17,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(18,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(19,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(20,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(21,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(22,'Terminations',5,'AutoTerminations.terminations','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(23,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(24,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(25,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(26,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(27,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(28,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(29,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(30,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(31,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(32,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(33,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(34,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(35,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(36,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(37,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(38,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-06 02:58:09','2026-03-06 02:58:09'),(39,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(40,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(41,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(42,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(43,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(44,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-06 02:58:09','2026-03-06 02:58:09'),(45,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(46,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(47,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(48,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-06 02:58:09','2026-03-06 02:58:09'),(49,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-06 02:58:10','2026-03-06 02:58:10'),(50,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-06 02:58:14','2026-03-06 02:58:14'),(51,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-06 02:58:14','2026-03-06 02:58:14'),(52,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-06 02:58:14','2026-03-06 02:58:14'),(53,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-06 02:58:14','2026-03-06 02:58:14'),(54,'Synced',25,'DomainTransferSync.synced','0','2026-03-06 02:58:14','2026-03-06 02:58:14'),(55,'Synced',26,'DomainStatusSync.synced','0','2026-03-06 02:58:14','2026-03-06 02:58:14'),(56,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-07 02:58:07','2026-03-07 02:58:07'),(57,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(58,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(59,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(60,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(61,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(62,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(63,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(64,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(65,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(66,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(67,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(68,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(69,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(70,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(71,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(72,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(73,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(74,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(75,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(76,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(77,'Terminations',5,'AutoTerminations.terminations','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(78,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(79,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(80,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(81,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(82,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(83,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(84,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(85,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(86,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(87,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(88,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(89,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(90,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(91,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(92,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(93,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-07 02:58:07','2026-03-07 02:58:07'),(94,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(95,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(96,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(97,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(98,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(99,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-07 02:58:07','2026-03-07 02:58:07'),(100,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(101,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(102,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(103,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(104,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-07 02:58:07','2026-03-07 02:58:07'),(105,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-07 02:58:10','2026-03-07 02:58:10'),(106,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-07 02:58:10','2026-03-07 02:58:10'),(107,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-07 02:58:10','2026-03-07 02:58:10'),(108,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-07 02:58:10','2026-03-07 02:58:10'),(109,'Synced',25,'DomainTransferSync.synced','0','2026-03-07 02:58:10','2026-03-07 02:58:10'),(110,'Synced',26,'DomainStatusSync.synced','0','2026-03-07 02:58:10','2026-03-07 02:58:10'),(111,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-08 02:58:12','2026-03-08 02:58:12'),(112,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(113,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(114,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(115,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-08 02:58:12','2026-03-08 02:58:12'),(116,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(117,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-08 02:58:12','2026-03-08 02:58:12'),(118,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(119,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(120,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(121,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(122,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(123,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-08 02:58:12','2026-03-08 02:58:12'),(124,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-08 02:58:12','2026-03-08 02:58:12'),(125,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-08 02:58:12','2026-03-08 02:58:12'),(126,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(127,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(128,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-08 02:58:13','2026-03-08 02:58:13'),(129,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(130,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(131,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-08 02:58:13','2026-03-08 02:58:13'),(132,'Terminations',5,'AutoTerminations.terminations','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(133,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-08 02:58:13','2026-03-08 02:58:13'),(134,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(135,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-08 02:58:13','2026-03-08 02:58:13'),(136,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(137,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-08 02:58:13','2026-03-08 02:58:13'),(138,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-08 02:58:14','2026-03-08 02:58:14'),(139,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-08 02:58:14','2026-03-08 02:58:14'),(140,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-08 02:58:14','2026-03-08 02:58:14'),(141,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-08 02:58:14','2026-03-08 02:58:14'),(142,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-08 02:58:14','2026-03-08 02:58:14'),(143,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-08 02:58:14','2026-03-08 02:58:14'),(144,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-08 02:58:14','2026-03-08 02:58:14'),(145,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-08 02:58:14','2026-03-08 02:58:14'),(146,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-08 02:58:14','2026-03-08 02:58:14'),(147,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(148,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-08 02:58:15','2026-03-08 02:58:15'),(149,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(150,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(151,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(152,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(153,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(154,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-08 02:58:15','2026-03-08 02:58:15'),(155,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(156,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(157,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-08 02:58:15','2026-03-08 02:58:15'),(158,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-08 02:58:16','2026-03-08 02:58:16'),(159,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-08 02:58:16','2026-03-08 02:58:16'),(160,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-08 02:58:20','2026-03-08 02:58:20'),(161,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-08 02:58:20','2026-03-08 02:58:20'),(162,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-08 02:58:20','2026-03-08 02:58:20'),(163,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-08 02:58:20','2026-03-08 02:58:20'),(164,'Synced',25,'DomainTransferSync.synced','0','2026-03-08 02:58:20','2026-03-08 02:58:20'),(165,'Synced',26,'DomainStatusSync.synced','0','2026-03-08 02:58:21','2026-03-08 02:58:21'),(166,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-09 02:58:06','2026-03-09 02:58:06'),(167,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(168,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(169,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(170,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(171,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(172,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(173,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(174,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(175,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(176,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(177,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(178,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(179,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(180,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(181,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(182,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(183,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(184,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(185,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(186,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(187,'Terminations',5,'AutoTerminations.terminations','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(188,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(189,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(190,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(191,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(192,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(193,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(194,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(195,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(196,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(197,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(198,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(199,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(200,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(201,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(202,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(203,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-09 02:58:06','2026-03-09 02:58:06'),(204,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(205,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(206,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(207,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(208,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(209,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-09 02:58:06','2026-03-09 02:58:06'),(210,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(211,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(212,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(213,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-09 02:58:06','2026-03-09 02:58:06'),(214,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-09 02:58:07','2026-03-09 02:58:07'),(215,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-09 02:58:10','2026-03-09 02:58:10'),(216,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-09 02:58:10','2026-03-09 02:58:10'),(217,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-09 02:58:10','2026-03-09 02:58:10'),(218,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-09 02:58:10','2026-03-09 02:58:10'),(219,'Synced',25,'DomainTransferSync.synced','0','2026-03-09 02:58:10','2026-03-09 02:58:10'),(220,'Synced',26,'DomainStatusSync.synced','0','2026-03-09 02:58:10','2026-03-09 02:58:10'),(221,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-10 02:58:09','2026-03-10 02:58:09'),(222,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(223,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(224,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(225,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(226,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(227,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(228,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(229,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(230,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(231,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(232,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(233,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(234,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(235,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(236,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(237,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(238,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(239,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(240,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(241,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(242,'Terminations',5,'AutoTerminations.terminations','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(243,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(244,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(245,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(246,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(247,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(248,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(249,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(250,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-10 02:58:09','2026-03-10 02:58:09'),(251,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-10 02:58:09','2026-03-10 02:58:09'),(252,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(253,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(254,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(255,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(256,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(257,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(258,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-10 02:58:10','2026-03-10 02:58:10'),(259,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(260,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(261,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(262,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(263,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(264,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-10 02:58:10','2026-03-10 02:58:10'),(265,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(266,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(267,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(268,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(269,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-10 02:58:10','2026-03-10 02:58:10'),(270,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-10 02:58:13','2026-03-10 02:58:13'),(271,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-10 02:58:13','2026-03-10 02:58:13'),(272,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-10 02:58:13','2026-03-10 02:58:13'),(273,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-10 02:58:13','2026-03-10 02:58:13'),(274,'Synced',25,'DomainTransferSync.synced','0','2026-03-10 02:58:13','2026-03-10 02:58:13'),(275,'Synced',26,'DomainStatusSync.synced','0','2026-03-10 02:58:13','2026-03-10 02:58:13'),(276,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-11 02:58:07','2026-03-11 02:58:07'),(277,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(278,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(279,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(280,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(281,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(282,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(283,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(284,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(285,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(286,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(287,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(288,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(289,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(290,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(291,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(292,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(293,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(294,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(295,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(296,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(297,'Terminations',5,'AutoTerminations.terminations','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(298,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(299,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(300,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(301,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(302,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(303,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(304,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(305,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(306,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(307,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(308,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(309,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(310,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(311,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(312,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(313,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-11 02:58:07','2026-03-11 02:58:07'),(314,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(315,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(316,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(317,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(318,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(319,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-11 02:58:07','2026-03-11 02:58:07'),(320,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(321,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(322,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(323,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(324,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-11 02:58:07','2026-03-11 02:58:07'),(325,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-11 02:58:10','2026-03-11 02:58:10'),(326,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-11 02:58:10','2026-03-11 02:58:10'),(327,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-11 02:58:10','2026-03-11 02:58:10'),(328,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-11 02:58:10','2026-03-11 02:58:10'),(329,'Synced',25,'DomainTransferSync.synced','0','2026-03-11 02:58:10','2026-03-11 02:58:10'),(330,'Synced',26,'DomainStatusSync.synced','0','2026-03-11 02:58:10','2026-03-11 02:58:10'),(331,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-12 02:58:08','2026-03-12 02:58:08'),(332,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-12 02:58:08','2026-03-12 02:58:08'),(333,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-12 02:58:08','2026-03-12 02:58:08'),(334,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(335,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(336,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(337,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(338,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(339,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(340,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(341,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(342,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(343,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(344,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(345,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(346,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(347,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(348,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(349,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(350,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(351,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(352,'Terminations',5,'AutoTerminations.terminations','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(353,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(354,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(355,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(356,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(357,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(358,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(359,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-12 02:58:09','2026-03-12 02:58:09'),(360,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-12 02:58:09','2026-03-12 02:58:09'),(361,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(362,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(363,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(364,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(365,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(366,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(367,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(368,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-12 02:58:10','2026-03-12 02:58:10'),(369,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(370,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(371,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(372,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(373,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(374,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-12 02:58:10','2026-03-12 02:58:10'),(375,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(376,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(377,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(378,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-12 02:58:10','2026-03-12 02:58:10'),(379,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-12 02:58:11','2026-03-12 02:58:11'),(380,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-12 02:58:14','2026-03-12 02:58:14'),(381,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-12 02:58:14','2026-03-12 02:58:14'),(382,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-12 02:58:14','2026-03-12 02:58:14'),(383,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-12 02:58:14','2026-03-12 02:58:14'),(384,'Synced',25,'DomainTransferSync.synced','0','2026-03-12 02:58:15','2026-03-12 02:58:15'),(385,'Synced',26,'DomainStatusSync.synced','0','2026-03-12 02:58:15','2026-03-12 02:58:15'),(386,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-13 02:58:09','2026-03-13 02:58:09'),(387,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(388,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(389,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(390,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-13 02:58:09','2026-03-13 02:58:09'),(391,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(392,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-13 02:58:09','2026-03-13 02:58:09'),(393,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(394,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(395,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(396,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(397,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(398,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-13 02:58:09','2026-03-13 02:58:09'),(399,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(400,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-13 02:58:09','2026-03-13 02:58:09'),(401,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(402,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-13 02:58:09','2026-03-13 02:58:09'),(403,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-13 02:58:09','2026-03-13 02:58:09'),(404,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(405,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(406,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-13 02:58:10','2026-03-13 02:58:10'),(407,'Terminations',5,'AutoTerminations.terminations','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(408,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-13 02:58:10','2026-03-13 02:58:10'),(409,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(410,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-13 02:58:10','2026-03-13 02:58:10'),(411,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(412,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(413,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-13 02:58:10','2026-03-13 02:58:10'),(414,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(415,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-13 02:58:10','2026-03-13 02:58:10'),(416,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(417,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(418,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(419,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(420,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(421,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(422,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-13 02:58:10','2026-03-13 02:58:10'),(423,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-13 02:58:10','2026-03-13 02:58:10'),(424,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(425,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(426,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(427,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(428,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(429,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-13 02:58:11','2026-03-13 02:58:11'),(430,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(431,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(432,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(433,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(434,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-13 02:58:11','2026-03-13 02:58:11'),(435,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-13 02:58:15','2026-03-13 02:58:15'),(436,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-13 02:58:15','2026-03-13 02:58:15'),(437,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-13 02:58:15','2026-03-13 02:58:15'),(438,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-13 02:58:15','2026-03-13 02:58:15'),(439,'Synced',25,'DomainTransferSync.synced','0','2026-03-13 02:58:15','2026-03-13 02:58:15'),(440,'Synced',26,'DomainStatusSync.synced','0','2026-03-13 02:58:15','2026-03-13 02:58:15'),(441,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-14 02:58:12','2026-03-14 02:58:12'),(442,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-14 02:58:12','2026-03-14 02:58:12'),(443,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-14 02:58:12','2026-03-14 02:58:12'),(444,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(445,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-14 02:58:13','2026-03-14 02:58:13'),(446,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(447,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-14 02:58:13','2026-03-14 02:58:13'),(448,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(449,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(450,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(451,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(452,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(453,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-14 02:58:13','2026-03-14 02:58:13'),(454,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(455,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-14 02:58:13','2026-03-14 02:58:13'),(456,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(457,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(458,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-14 02:58:13','2026-03-14 02:58:13'),(459,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(460,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(461,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-14 02:58:13','2026-03-14 02:58:13'),(462,'Terminations',5,'AutoTerminations.terminations','0','2026-03-14 02:58:13','2026-03-14 02:58:13'),(463,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-14 02:58:13','2026-03-14 02:58:13'),(464,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(465,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-14 02:58:14','2026-03-14 02:58:14'),(466,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(467,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(468,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-14 02:58:14','2026-03-14 02:58:14'),(469,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(470,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-14 02:58:14','2026-03-14 02:58:14'),(471,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(472,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(473,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(474,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(475,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(476,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(477,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(478,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-14 02:58:14','2026-03-14 02:58:14'),(479,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(480,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(481,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(482,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(483,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(484,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-14 02:58:14','2026-03-14 02:58:14'),(485,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(486,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(487,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(488,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-14 02:58:14','2026-03-14 02:58:14'),(489,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-14 02:58:15','2026-03-14 02:58:15'),(490,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-14 02:58:19','2026-03-14 02:58:19'),(491,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-14 02:58:19','2026-03-14 02:58:19'),(492,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-14 02:58:19','2026-03-14 02:58:19'),(493,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-14 02:58:19','2026-03-14 02:58:19'),(494,'Synced',25,'DomainTransferSync.synced','0','2026-03-14 02:58:19','2026-03-14 02:58:19'),(495,'Synced',26,'DomainStatusSync.synced','0','2026-03-14 02:58:19','2026-03-14 02:58:19'),(496,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-15 02:58:14','2026-03-15 02:58:14'),(497,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-15 02:58:15','2026-03-15 02:58:15'),(498,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-15 02:58:16','2026-03-15 02:58:16'),(499,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-15 02:58:16','2026-03-15 02:58:16'),(500,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-15 02:58:16','2026-03-15 02:58:16'),(501,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-15 02:58:17','2026-03-15 02:58:17'),(502,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-15 02:58:17','2026-03-15 02:58:17'),(503,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-15 02:58:18','2026-03-15 02:58:18'),(504,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-15 02:58:18','2026-03-15 02:58:18'),(505,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-15 02:58:18','2026-03-15 02:58:18'),(506,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-15 02:58:18','2026-03-15 02:58:18'),(507,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-15 02:58:18','2026-03-15 02:58:18'),(508,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-15 02:58:18','2026-03-15 02:58:18'),(509,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-15 02:58:19','2026-03-15 02:58:19'),(510,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-15 02:58:19','2026-03-15 02:58:19'),(511,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-15 02:58:19','2026-03-15 02:58:19'),(512,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-15 02:58:19','2026-03-15 02:58:19'),(513,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-15 02:58:19','2026-03-15 02:58:19'),(514,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-15 02:58:19','2026-03-15 02:58:19'),(515,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-15 02:58:19','2026-03-15 02:58:19'),(516,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-15 02:58:19','2026-03-15 02:58:19'),(517,'Terminations',5,'AutoTerminations.terminations','0','2026-03-15 02:58:19','2026-03-15 02:58:19'),(518,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-15 02:58:20','2026-03-15 02:58:20'),(519,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-15 02:58:20','2026-03-15 02:58:20'),(520,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-15 02:58:20','2026-03-15 02:58:20'),(521,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-15 02:58:20','2026-03-15 02:58:20'),(522,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-15 02:58:20','2026-03-15 02:58:20'),(523,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-15 02:58:21','2026-03-15 02:58:21'),(524,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-15 02:58:21','2026-03-15 02:58:21'),(525,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-15 02:58:21','2026-03-15 02:58:21'),(526,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-15 02:58:21','2026-03-15 02:58:21'),(527,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-15 02:58:22','2026-03-15 02:58:22'),(528,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-15 02:58:22','2026-03-15 02:58:22'),(529,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-15 02:58:22','2026-03-15 02:58:22'),(530,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-15 02:58:22','2026-03-15 02:58:22'),(531,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-15 02:58:22','2026-03-15 02:58:22'),(532,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(533,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-15 02:58:23','2026-03-15 02:58:23'),(534,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(535,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(536,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(537,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(538,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(539,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-15 02:58:23','2026-03-15 02:58:23'),(540,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(541,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(542,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(543,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-15 02:58:23','2026-03-15 02:58:23'),(544,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-15 02:58:24','2026-03-15 02:58:24'),(545,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-15 02:58:27','2026-03-15 02:58:27'),(546,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-15 02:58:27','2026-03-15 02:58:27'),(547,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-15 02:58:27','2026-03-15 02:58:27'),(548,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-15 02:58:28','2026-03-15 02:58:28'),(549,'Synced',25,'DomainTransferSync.synced','0','2026-03-15 02:58:28','2026-03-15 02:58:28'),(550,'Synced',26,'DomainStatusSync.synced','0','2026-03-15 02:58:28','2026-03-15 02:58:28'),(551,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-16 02:58:09','2026-03-16 02:58:09'),(552,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(553,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(554,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(555,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-16 02:58:10','2026-03-16 02:58:10'),(556,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(557,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-16 02:58:10','2026-03-16 02:58:10'),(558,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(559,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(560,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(561,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(562,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(563,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-16 02:58:10','2026-03-16 02:58:10'),(564,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(565,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-16 02:58:10','2026-03-16 02:58:10'),(566,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(567,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(568,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-16 02:58:10','2026-03-16 02:58:10'),(569,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-16 02:58:10','2026-03-16 02:58:10'),(570,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(571,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-16 02:58:11','2026-03-16 02:58:11'),(572,'Terminations',5,'AutoTerminations.terminations','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(573,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-16 02:58:11','2026-03-16 02:58:11'),(574,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(575,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-16 02:58:11','2026-03-16 02:58:11'),(576,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(577,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(578,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-16 02:58:11','2026-03-16 02:58:11'),(579,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(580,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-16 02:58:11','2026-03-16 02:58:11'),(581,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(582,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(583,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(584,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(585,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(586,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(587,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-16 02:58:11','2026-03-16 02:58:11'),(588,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-16 02:58:11','2026-03-16 02:58:11'),(589,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(590,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(591,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(592,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(593,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(594,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-16 02:58:12','2026-03-16 02:58:12'),(595,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(596,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(597,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(598,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(599,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-16 02:58:12','2026-03-16 02:58:12'),(600,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-16 02:58:16','2026-03-16 02:58:16'),(601,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-16 02:58:16','2026-03-16 02:58:16'),(602,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-16 02:58:16','2026-03-16 02:58:16'),(603,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-16 02:58:16','2026-03-16 02:58:16'),(604,'Synced',25,'DomainTransferSync.synced','0','2026-03-16 02:58:16','2026-03-16 02:58:16'),(605,'Synced',26,'DomainStatusSync.synced','0','2026-03-16 02:58:16','2026-03-16 02:58:16'),(606,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-17 02:58:07','2026-03-17 02:58:07'),(607,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-17 02:58:07','2026-03-17 02:58:07'),(608,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-17 02:58:07','2026-03-17 02:58:07'),(609,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-17 02:58:07','2026-03-17 02:58:07'),(610,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-17 02:58:07','2026-03-17 02:58:07'),(611,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-17 02:58:07','2026-03-17 02:58:07'),(612,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(613,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(614,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(615,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(616,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(617,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(618,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(619,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(620,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(621,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(622,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(623,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(624,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(625,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(626,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(627,'Terminations',5,'AutoTerminations.terminations','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(628,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(629,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(630,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(631,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(632,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(633,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(634,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(635,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(636,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(637,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(638,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(639,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(640,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(641,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(642,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(643,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-17 02:58:08','2026-03-17 02:58:08'),(644,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(645,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(646,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(647,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(648,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(649,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-17 02:58:08','2026-03-17 02:58:08'),(650,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(651,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(652,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(653,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(654,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-17 02:58:08','2026-03-17 02:58:08'),(655,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-17 02:58:11','2026-03-17 02:58:11'),(656,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-17 02:58:11','2026-03-17 02:58:11'),(657,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.1 General Release','2026-03-17 02:58:11','2026-03-17 02:58:11'),(658,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-17 02:58:11','2026-03-17 02:58:11'),(659,'Synced',25,'DomainTransferSync.synced','0','2026-03-17 02:58:11','2026-03-17 02:58:11'),(660,'Synced',26,'DomainStatusSync.synced','0','2026-03-17 02:58:11','2026-03-17 02:58:11'),(661,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-18 02:58:10','2026-03-18 02:58:10'),(662,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(663,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(664,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(665,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-18 02:58:10','2026-03-18 02:58:10'),(666,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(667,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-18 02:58:10','2026-03-18 02:58:10'),(668,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(669,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(670,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(671,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(672,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(673,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-18 02:58:10','2026-03-18 02:58:10'),(674,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-18 02:58:10','2026-03-18 02:58:10'),(675,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-18 02:58:10','2026-03-18 02:58:10'),(676,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(677,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(678,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-18 02:58:11','2026-03-18 02:58:11'),(679,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(680,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(681,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-18 02:58:11','2026-03-18 02:58:11'),(682,'Terminations',5,'AutoTerminations.terminations','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(683,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-18 02:58:11','2026-03-18 02:58:11'),(684,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(685,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-18 02:58:11','2026-03-18 02:58:11'),(686,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(687,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(688,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-18 02:58:11','2026-03-18 02:58:11'),(689,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(690,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-18 02:58:11','2026-03-18 02:58:11'),(691,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(692,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(693,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(694,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(695,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(696,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(697,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(698,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-18 02:58:11','2026-03-18 02:58:11'),(699,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(700,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-18 02:58:11','2026-03-18 02:58:11'),(701,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(702,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(703,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(704,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-18 02:58:12','2026-03-18 02:58:12'),(705,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(706,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(707,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(708,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(709,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-18 02:58:12','2026-03-18 02:58:12'),(710,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-18 02:58:16','2026-03-18 02:58:16'),(711,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-18 02:58:16','2026-03-18 02:58:16'),(712,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.2 General Release','2026-03-18 02:58:16','2026-03-18 02:58:16'),(713,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-18 02:58:16','2026-03-18 02:58:16'),(714,'Synced',25,'DomainTransferSync.synced','0','2026-03-18 02:58:16','2026-03-18 02:58:16'),(715,'Synced',26,'DomainStatusSync.synced','0','2026-03-18 02:58:17','2026-03-18 02:58:17'),(716,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-19 02:58:09','2026-03-19 02:58:09'),(717,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-19 02:58:09','2026-03-19 02:58:09'),(718,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-19 02:58:09','2026-03-19 02:58:09'),(719,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-19 02:58:09','2026-03-19 02:58:09'),(720,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-19 02:58:09','2026-03-19 02:58:09'),(721,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-19 02:58:09','2026-03-19 02:58:09'),(722,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-19 02:58:09','2026-03-19 02:58:09'),(723,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(724,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(725,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(726,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(727,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(728,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(729,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(730,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(731,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(732,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(733,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(734,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(735,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(736,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(737,'Terminations',5,'AutoTerminations.terminations','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(738,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(739,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(740,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(741,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(742,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(743,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(744,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(745,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-19 02:58:10','2026-03-19 02:58:10'),(746,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(747,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(748,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(749,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-19 02:58:10','2026-03-19 02:58:10'),(750,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(751,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(752,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(753,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-19 02:58:11','2026-03-19 02:58:11'),(754,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(755,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(756,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(757,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(758,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(759,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-19 02:58:11','2026-03-19 02:58:11'),(760,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(761,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(762,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(763,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(764,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-19 02:58:11','2026-03-19 02:58:11'),(765,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-19 02:58:14','2026-03-19 02:58:14'),(766,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-19 02:58:14','2026-03-19 02:58:14'),(767,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.2 General Release','2026-03-19 02:58:14','2026-03-19 02:58:14'),(768,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-19 02:58:14','2026-03-19 02:58:14'),(769,'Synced',25,'DomainTransferSync.synced','0','2026-03-19 02:58:14','2026-03-19 02:58:14'),(770,'Synced',26,'DomainStatusSync.synced','0','2026-03-19 02:58:14','2026-03-19 02:58:14'),(771,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-20 02:58:06','2026-03-20 02:58:06'),(772,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-20 02:58:06','2026-03-20 02:58:06'),(773,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-20 02:58:06','2026-03-20 02:58:06'),(774,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-20 02:58:06','2026-03-20 02:58:06'),(775,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-20 02:58:06','2026-03-20 02:58:06'),(776,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(777,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(778,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(779,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(780,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(781,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(782,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(783,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(784,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(785,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(786,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(787,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(788,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(789,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(790,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(791,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(792,'Terminations',5,'AutoTerminations.terminations','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(793,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(794,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(795,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(796,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(797,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(798,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(799,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(800,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(801,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(802,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(803,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(804,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(805,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(806,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(807,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(808,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-20 02:58:07','2026-03-20 02:58:07'),(809,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(810,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(811,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(812,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(813,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(814,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-20 02:58:07','2026-03-20 02:58:07'),(815,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(816,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(817,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(818,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(819,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-20 02:58:07','2026-03-20 02:58:07'),(820,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-20 02:58:10','2026-03-20 02:58:10'),(821,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-20 02:58:10','2026-03-20 02:58:10'),(822,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.2 General Release','2026-03-20 02:58:10','2026-03-20 02:58:10'),(823,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-20 02:58:10','2026-03-20 02:58:10'),(824,'Synced',25,'DomainTransferSync.synced','0','2026-03-20 02:58:10','2026-03-20 02:58:10'),(825,'Synced',26,'DomainStatusSync.synced','0','2026-03-20 02:58:10','2026-03-20 02:58:10'),(826,'Exchange Rates Updated',11,'CurrencyUpdateExchangeRates.updated','1','2026-03-21 02:58:07','2026-03-21 02:58:07'),(827,'Tenants',31,'TenantUsageMetrics.tenants','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(828,'Servers',31,'TenantUsageMetrics.servers','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(829,'Total Invoices',9,'CreateInvoices.invoice.created','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(830,'Action Detail',9,'CreateInvoices.action.detail','{\"success\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(831,'Late Fee Invoices',1,'AddLateFees.invoice.latefees','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(832,'Action Detail',1,'AddLateFees.action.detail','{\"success\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(833,'Expired Credit Cards Deleted',18,'ProcessCreditCardPayments.deleted','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(834,'Unpaid Reminders',16,'InvoiceReminders.unpaid','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(835,'First Overdue Notices',16,'InvoiceReminders.overdue.first','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(836,'Second Overdue Notices',16,'InvoiceReminders.overdue.second','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(837,'Third Overdue Notices',16,'InvoiceReminders.overdue.third','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(838,'Action Detail',16,'InvoiceReminders.action.detail','{\"unpaid\":[],\"first\":[],\"second\":[],\"third\":[],\"fourth\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(839,'Renewal Notices',13,'DomainRenewalNotices.sent','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(840,'Action Detail',13,'DomainRenewalNotices.action.detail','{\"first\":[],\"second\":[],\"third\":[],\"fourth\":[],\"fifth\":[],\"failed\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(841,'Cancelled',6,'CancellationRequests.cancellations','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(842,'Manual Cancellation Required',6,'CancellationRequests.manual','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(843,'Action Detail',6,'CancellationRequests.action.detail','{\"success\":[],\"failure\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(844,'Overdue Suspended',19,'AutoSuspensions.suspended','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(845,'Manual Suspension Required',19,'AutoSuspensions.manual','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(846,'Action Detail',19,'AutoSuspensions.action.detail','{\"success\":[],\"failure\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(847,'Terminations',5,'AutoTerminations.terminations','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(848,'success.detail',5,'AutoTerminations.success.detail','{}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(849,'Manual Termination Required',5,'AutoTerminations.manual','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(850,'failure.detail',5,'AutoTerminations.failure.detail','{}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(851,'Services Terminated',15,'FixedTermTerminations.terminations','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(852,'Manual Terminations Required',15,'FixedTermTerminations.manual','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(853,'Action Detail',15,'FixedTermTerminations.action.detail','{\"success\":[],\"failure\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(854,'Auto-Cancelled',35,'InvoiceAutoCancellation.cancelled','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(855,'Action Detail',35,'InvoiceAutoCancellation.action.detail','{\"success\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(856,'Removed',28,'AutoPruneTicketAttachments.removed','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(857,'Emails Sent',33,'ProcessEmailQueue.sent','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(858,'Failed Emails',33,'ProcessEmailQueue.failed','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(859,'Emails Sent',14,'EmailMarketer.sent','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(860,'Emails Queued',32,'EmailCampaigns.queued','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(861,'SSL Status Sync Success',27,'SslSync.success','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(862,'Servers Updated',22,'UpdateServerUsage.updated','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(863,'Server Usage Updates Completed',22,'UpdateServerUsage.completed','1','2026-03-21 02:58:07','2026-03-21 02:58:07'),(864,'Inactive due to no login',4,'AutoClientStatusSync.inactive.login','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(865,'Active due to service',4,'AutoClientStatusSync.active.product.service','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(866,'Active due to addon',4,'AutoClientStatusSync.active.product.addon','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(867,'Active due to domain',4,'AutoClientStatusSync.active.product.domain','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(868,'Active due to billable item',4,'AutoClientStatusSync.active.billable.item','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(869,'Action Detail',4,'AutoClientStatusSync.action.detail','{\"success\":[],\"failure\":[]}','2026-03-21 02:58:07','2026-03-21 02:58:07'),(870,'Client Status Synced',4,'AutoClientStatusSync.processed','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(871,'Domains Set to Expired',21,'UpdateDomainExpiryStatus.expired','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(872,'Domains Set to Grace Period',21,'UpdateDomainExpiryStatus.grace','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(873,'Domains Set to Redemption Grace Period',21,'UpdateDomainExpiryStatus.redemption','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(874,'Clients Deleted',24,'DataRetentionPruning.clients.deleted','0','2026-03-21 02:58:07','2026-03-21 02:58:07'),(875,'Update Check Performed',7,'CheckForWhmcsUpdate.update.checked','1','2026-03-21 02:58:10','2026-03-21 02:58:10'),(876,'Update Available',7,'CheckForWhmcsUpdate.update.available','1','2026-03-21 02:58:10','2026-03-21 02:58:10'),(877,'Update Version',7,'CheckForWhmcsUpdate.update.version','9.0.2 General Release','2026-03-21 02:58:10','2026-03-21 02:58:10'),(878,'Jobs Executed',23,'RunJobsQueue.executed','0','2026-03-21 02:58:10','2026-03-21 02:58:10'),(879,'Synced',25,'DomainTransferSync.synced','0','2026-03-21 02:58:10','2026-03-21 02:58:10'),(880,'Synced',26,'DomainStatusSync.synced','0','2026-03-21 02:58:10','2026-03-21 02:58:10');
/*!40000 ALTER TABLE `tbllog_register` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblmarketconnect_services`
--

DROP TABLE IF EXISTS `tblmarketconnect_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblmarketconnect_services` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(30) NOT NULL DEFAULT '',
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `product_ids` text NOT NULL,
  `settings` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblmarketconnect_services`
--

LOCK TABLES `tblmarketconnect_services` WRITE;
/*!40000 ALTER TABLE `tblmarketconnect_services` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblmarketconnect_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblmarketing_consent`
--

DROP TABLE IF EXISTS `tblmarketing_consent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblmarketing_consent` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT 0,
  `opt_in` tinyint(1) NOT NULL DEFAULT 0,
  `admin` tinyint(1) NOT NULL DEFAULT 0,
  `ip_address` varchar(32) NOT NULL DEFAULT '',
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblmarketing_consent`
--

LOCK TABLES `tblmarketing_consent` WRITE;
/*!40000 ALTER TABLE `tblmarketing_consent` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblmarketing_consent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblmetric_usage`
--

DROP TABLE IF EXISTS `tblmetric_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblmetric_usage` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rel_type` varchar(200) NOT NULL DEFAULT '',
  `rel_id` int(10) NOT NULL DEFAULT 0,
  `module_type` varchar(200) NOT NULL DEFAULT '',
  `module` varchar(200) NOT NULL DEFAULT '',
  `metric` varchar(200) NOT NULL DEFAULT '',
  `value` varchar(255) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tblmetric_usage_rel_type_id` (`rel_type`,`rel_id`),
  KEY `tblmetric_usage_module_type` (`module_type`),
  KEY `tblmetric_usage_module` (`module`),
  KEY `tblmetric_usage_metric` (`metric`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblmetric_usage`
--

LOCK TABLES `tblmetric_usage` WRITE;
/*!40000 ALTER TABLE `tblmetric_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblmetric_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblmodule_configuration`
--

DROP TABLE IF EXISTS `tblmodule_configuration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblmodule_configuration` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entity_type` varchar(8) NOT NULL DEFAULT '',
  `entity_id` int(10) unsigned NOT NULL DEFAULT 0,
  `setting_name` varchar(16) NOT NULL DEFAULT '',
  `friendly_name` varchar(64) NOT NULL DEFAULT '',
  `value` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_constraint` (`entity_type`,`entity_id`,`setting_name`),
  KEY `tblmodule_configuration_entity_type_index` (`entity_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblmodule_configuration`
--

LOCK TABLES `tblmodule_configuration` WRITE;
/*!40000 ALTER TABLE `tblmodule_configuration` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblmodule_configuration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblmodulelog`
--

DROP TABLE IF EXISTS `tblmodulelog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblmodulelog` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `module` text NOT NULL,
  `action` text NOT NULL,
  `request` mediumtext NOT NULL,
  `response` mediumtext NOT NULL,
  `arrdata` mediumtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblmodulelog`
--

LOCK TABLES `tblmodulelog` WRITE;
/*!40000 ALTER TABLE `tblmodulelog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblmodulelog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblmodulequeue`
--

DROP TABLE IF EXISTS `tblmodulequeue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblmodulequeue` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `service_type` varchar(20) NOT NULL DEFAULT '',
  `service_id` int(10) unsigned NOT NULL DEFAULT 0,
  `module_name` varchar(64) NOT NULL DEFAULT '',
  `module_action` varchar(64) NOT NULL DEFAULT '',
  `last_attempt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_error` text NOT NULL,
  `num_retries` smallint(5) unsigned NOT NULL DEFAULT 0,
  `completed` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblmodulequeue`
--

LOCK TABLES `tblmodulequeue` WRITE;
/*!40000 ALTER TABLE `tblmodulequeue` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblmodulequeue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblnetworkissues`
--

DROP TABLE IF EXISTS `tblnetworkissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblnetworkissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `description` text NOT NULL,
  `type` enum('Server','System','Other') NOT NULL,
  `affecting` varchar(100) DEFAULT NULL,
  `server` int(10) unsigned DEFAULT NULL,
  `priority` enum('Critical','Low','Medium','High') NOT NULL,
  `startdate` datetime NOT NULL,
  `enddate` datetime DEFAULT NULL,
  `status` enum('Reported','Investigating','In Progress','Outage','Scheduled','Resolved') NOT NULL,
  `lastupdate` datetime NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblnetworkissues`
--

LOCK TABLES `tblnetworkissues` WRITE;
/*!40000 ALTER TABLE `tblnetworkissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblnetworkissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblnotes`
--

DROP TABLE IF EXISTS `tblnotes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblnotes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `adminid` int(10) NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `modified` datetime NOT NULL,
  `note` text NOT NULL,
  `sticky` int(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblnotes`
--

LOCK TABLES `tblnotes` WRITE;
/*!40000 ALTER TABLE `tblnotes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblnotes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblnotificationproviders`
--

DROP TABLE IF EXISTS `tblnotificationproviders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblnotificationproviders` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `settings` text NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblnotificationproviders`
--

LOCK TABLES `tblnotificationproviders` WRITE;
/*!40000 ALTER TABLE `tblnotificationproviders` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblnotificationproviders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblnotificationrules`
--

DROP TABLE IF EXISTS `tblnotificationrules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblnotificationrules` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) NOT NULL DEFAULT '',
  `event_type` varchar(255) NOT NULL DEFAULT '',
  `events` varchar(255) NOT NULL DEFAULT '',
  `conditions` text NOT NULL,
  `provider` varchar(255) NOT NULL DEFAULT '',
  `provider_config` text NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT 0,
  `can_delete` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblnotificationrules`
--

LOCK TABLES `tblnotificationrules` WRITE;
/*!40000 ALTER TABLE `tblnotificationrules` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblnotificationrules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_access_token_scopes`
--

DROP TABLE IF EXISTS `tbloauthserver_access_token_scopes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_access_token_scopes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `access_token_id` int(10) unsigned NOT NULL DEFAULT 0,
  `scope_id` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `tbloauthserver_access_token_scopes_scope_id_index` (`access_token_id`,`scope_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_access_token_scopes`
--

LOCK TABLES `tbloauthserver_access_token_scopes` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_access_token_scopes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_access_token_scopes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_access_tokens`
--

DROP TABLE IF EXISTS `tbloauthserver_access_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_access_tokens` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `access_token` varchar(80) NOT NULL,
  `client_id` varchar(80) NOT NULL DEFAULT '',
  `user_id` varchar(255) NOT NULL DEFAULT '',
  `redirect_uri` varchar(2000) NOT NULL DEFAULT '',
  `expires` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tbloauthserver_access_tokens_access_token_unique` (`access_token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_access_tokens`
--

LOCK TABLES `tbloauthserver_access_tokens` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_access_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_access_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_auth_codes`
--

DROP TABLE IF EXISTS `tbloauthserver_auth_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_auth_codes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `authorization_code` varchar(80) NOT NULL,
  `client_id` varchar(80) NOT NULL DEFAULT '',
  `user_id` varchar(255) NOT NULL DEFAULT '',
  `redirect_uri` varchar(2000) NOT NULL DEFAULT '',
  `id_token` varchar(2000) NOT NULL DEFAULT '',
  `expires` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tbloauthserver_auth_codes_authorization_code_unique` (`authorization_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_auth_codes`
--

LOCK TABLES `tbloauthserver_auth_codes` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_auth_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_auth_codes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_authcode_scopes`
--

DROP TABLE IF EXISTS `tbloauthserver_authcode_scopes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_authcode_scopes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `authorization_code_id` int(10) unsigned NOT NULL DEFAULT 0,
  `scope_id` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `tbloauthserver_authcode_scopes_scope_id_index` (`authorization_code_id`,`scope_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_authcode_scopes`
--

LOCK TABLES `tbloauthserver_authcode_scopes` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_authcode_scopes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_authcode_scopes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_client_scopes`
--

DROP TABLE IF EXISTS `tbloauthserver_client_scopes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_client_scopes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `client_id` int(10) unsigned NOT NULL DEFAULT 0,
  `scope_id` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `tbloauthserver_client_scopes_scope_id_index` (`client_id`,`scope_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_client_scopes`
--

LOCK TABLES `tbloauthserver_client_scopes` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_client_scopes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_client_scopes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_clients`
--

DROP TABLE IF EXISTS `tbloauthserver_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_clients` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `identifier` varchar(80) NOT NULL,
  `secret` varchar(255) NOT NULL DEFAULT '',
  `redirect_uri` varchar(2000) NOT NULL DEFAULT '',
  `grant_types` varchar(80) NOT NULL DEFAULT '',
  `user_id` varchar(255) NOT NULL DEFAULT '',
  `service_id` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `logo_uri` varchar(255) NOT NULL DEFAULT '',
  `rsa_key_pair_id` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tbloauthserver_clients_identifier_unique` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_clients`
--

LOCK TABLES `tbloauthserver_clients` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_scopes`
--

DROP TABLE IF EXISTS `tbloauthserver_scopes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_scopes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `scope` varchar(80) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `is_default` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tbloauthserver_scopes_scope_unique` (`scope`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_scopes`
--

LOCK TABLES `tbloauthserver_scopes` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_scopes` DISABLE KEYS */;
INSERT INTO `tbloauthserver_scopes` VALUES (1,'clientarea:sso','Single Sign-on for Client Area',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'clientarea:profile','Account Profile',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'clientarea:billing_info','Manage Billing Information',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'clientarea:emails','Email History',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'clientarea:announcements','Announcements',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'clientarea:downloads','Downloads',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'clientarea:knowledgebase','Knowledgebase',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'clientarea:network_status','Network Status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'clientarea:services','Products/Services',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'clientarea:product_details','Product Info/Details (requires associated serviceId)',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'clientarea:domains','Domains',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'clientarea:domain_details','Domain Info/Details (requires associated domainId)',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'clientarea:invoices','Invoices',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'clientarea:tickets','Support Tickets',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'clientarea:submit_ticket','Submit New Ticket',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'clientarea:shopping_cart','Shopping Cart Default Product Group',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'clientarea:shopping_cart_addons','Shopping Cart Product Addons',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'clientarea:shopping_cart_domain_register','Shopping Cart Register New Domain',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'clientarea:shopping_cart_domain_transfer','Shopping Cart Transfer Existing Domain',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'openid','Scope required for OpenID Connect ID tokens',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'email','Scope used for Email Claim',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'profile','Scope used for Profile Claim',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'clientarea:upgrade','Upgrade/Downgrade',0,'2018-04-18 04:51:42','2018-04-18 04:51:42'),(24,'sso:custom_redirect','Scope required for arbitrary path redirect on token creation',0,'0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `tbloauthserver_scopes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_user_authz`
--

DROP TABLE IF EXISTS `tbloauthserver_user_authz`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_user_authz` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` varchar(255) NOT NULL DEFAULT '',
  `client_id` int(10) unsigned NOT NULL DEFAULT 0,
  `expires` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_user_authz`
--

LOCK TABLES `tbloauthserver_user_authz` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_user_authz` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_user_authz` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbloauthserver_user_authz_scopes`
--

DROP TABLE IF EXISTS `tbloauthserver_user_authz_scopes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbloauthserver_user_authz_scopes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `user_authz_id` int(10) unsigned NOT NULL DEFAULT 0,
  `scope_id` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `tbloauthserver_user_authz_scopes_scope_id_index` (`user_authz_id`,`scope_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbloauthserver_user_authz_scopes`
--

LOCK TABLES `tbloauthserver_user_authz_scopes` WRITE;
/*!40000 ALTER TABLE `tbloauthserver_user_authz_scopes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbloauthserver_user_authz_scopes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblondemandrenewals`
--

DROP TABLE IF EXISTS `tblondemandrenewals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblondemandrenewals` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rel_type` enum('Product','Addon') NOT NULL,
  `rel_id` int(11) NOT NULL DEFAULT 0,
  `enabled` tinyint(4) NOT NULL DEFAULT 0,
  `monthly` tinyint(4) NOT NULL DEFAULT 0,
  `quarterly` tinyint(4) NOT NULL DEFAULT 0,
  `semiannually` smallint(6) NOT NULL DEFAULT 0,
  `annually` smallint(6) NOT NULL DEFAULT 0,
  `biennially` smallint(6) NOT NULL DEFAULT 0,
  `triennially` smallint(6) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tblondemandrenewals_rel_type_rel_id_unique` (`rel_type`,`rel_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblondemandrenewals`
--

LOCK TABLES `tblondemandrenewals` WRITE;
/*!40000 ALTER TABLE `tblondemandrenewals` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblondemandrenewals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblorders`
--

DROP TABLE IF EXISTS `tblorders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblorders` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `ordernum` bigint(10) NOT NULL,
  `userid` int(10) NOT NULL,
  `contactid` int(10) NOT NULL,
  `requestor_id` int(10) unsigned NOT NULL DEFAULT 0,
  `admin_requestor_id` int(10) unsigned NOT NULL DEFAULT 0,
  `date` datetime NOT NULL,
  `nameservers` text NOT NULL,
  `transfersecret` text NOT NULL,
  `renewals` text NOT NULL,
  `promocode` text NOT NULL,
  `promotype` text NOT NULL,
  `promovalue` text NOT NULL,
  `orderdata` text NOT NULL,
  `amount` decimal(16,2) NOT NULL,
  `paymentmethod` text NOT NULL,
  `invoiceid` int(10) unsigned NOT NULL DEFAULT 0,
  `status` text NOT NULL,
  `ipaddress` text NOT NULL,
  `fraudmodule` text NOT NULL,
  `fraudoutput` text NOT NULL,
  `notes` text NOT NULL,
  `purchase_source` int(10) unsigned NOT NULL DEFAULT 4,
  `has_referral_products` smallint(3) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `ordernum` (`ordernum`),
  KEY `userid` (`userid`),
  KEY `contactid` (`contactid`),
  KEY `date` (`date`),
  KEY `requestor_id` (`requestor_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblorders`
--

LOCK TABLES `tblorders` WRITE;
/*!40000 ALTER TABLE `tblorders` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblorders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblorderstatuses`
--

DROP TABLE IF EXISTS `tblorderstatuses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblorderstatuses` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `color` text NOT NULL,
  `showpending` int(1) NOT NULL,
  `showactive` int(1) NOT NULL,
  `showcancelled` int(1) NOT NULL,
  `sortorder` int(2) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblorderstatuses`
--

LOCK TABLES `tblorderstatuses` WRITE;
/*!40000 ALTER TABLE `tblorderstatuses` DISABLE KEYS */;
INSERT INTO `tblorderstatuses` VALUES (1,'Pending','#cc0000',1,0,0,10),(2,'Active','#779500',0,1,0,20),(3,'Cancelled','#888888',0,0,1,30),(4,'Fraud','#000000',0,0,0,40);
/*!40000 ALTER TABLE `tblorderstatuses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblpaymentgateways`
--

DROP TABLE IF EXISTS `tblpaymentgateways`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblpaymentgateways` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `gateway` text NOT NULL,
  `setting` text NOT NULL,
  `value` text NOT NULL,
  `order` int(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `gateway_setting` (`gateway`(32),`setting`(32)),
  KEY `setting_value` (`setting`(32),`value`(32))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblpaymentgateways`
--

LOCK TABLES `tblpaymentgateways` WRITE;
/*!40000 ALTER TABLE `tblpaymentgateways` DISABLE KEYS */;
INSERT INTO `tblpaymentgateways` VALUES (1,'paypal','forcesubscriptions','',0),(2,'paypal','forceonetime','',0);
/*!40000 ALTER TABLE `tblpaymentgateways` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblpaymentgateways_product_mapping`
--

DROP TABLE IF EXISTS `tblpaymentgateways_product_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblpaymentgateways_product_mapping` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `gateway` varchar(255) NOT NULL DEFAULT '',
  `account_identifier` varchar(255) NOT NULL DEFAULT '',
  `product_identifier` varchar(255) NOT NULL DEFAULT '',
  `remote_identifier` varchar(255) NOT NULL DEFAULT '',
  `created_at` timestamp NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblpaymentgateways_product_mapping`
--

LOCK TABLES `tblpaymentgateways_product_mapping` WRITE;
/*!40000 ALTER TABLE `tblpaymentgateways_product_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblpaymentgateways_product_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblpaymethods`
--

DROP TABLE IF EXISTS `tblpaymethods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblpaymethods` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL DEFAULT 0,
  `description` varchar(255) NOT NULL DEFAULT '',
  `contact_id` int(11) NOT NULL DEFAULT 0,
  `contact_type` varchar(255) NOT NULL DEFAULT '',
  `payment_id` int(11) NOT NULL DEFAULT 0,
  `payment_type` varchar(255) NOT NULL DEFAULT '',
  `gateway_name` varchar(255) NOT NULL DEFAULT '',
  `order_preference` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblpaymethods_userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblpaymethods`
--

LOCK TABLES `tblpaymethods` WRITE;
/*!40000 ALTER TABLE `tblpaymethods` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblpaymethods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblpricing`
--

DROP TABLE IF EXISTS `tblpricing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblpricing` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `type` enum('product','addon','configoptions','domainregister','domaintransfer','domainrenew','domainaddons','usage') NOT NULL,
  `currency` int(10) NOT NULL,
  `relid` int(10) NOT NULL,
  `msetupfee` decimal(16,2) NOT NULL,
  `qsetupfee` decimal(16,2) NOT NULL,
  `ssetupfee` decimal(16,2) NOT NULL,
  `asetupfee` decimal(16,2) NOT NULL,
  `bsetupfee` decimal(16,2) NOT NULL,
  `tsetupfee` decimal(16,2) NOT NULL,
  `monthly` decimal(16,2) NOT NULL,
  `quarterly` decimal(16,2) NOT NULL,
  `semiannually` decimal(16,2) NOT NULL,
  `annually` decimal(16,2) NOT NULL,
  `biennially` decimal(16,2) NOT NULL,
  `triennially` decimal(16,2) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `pricing_relid_idx` (`relid`),
  KEY `pricing_currency_idx` (`currency`),
  KEY `pricing_type_idx` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblpricing`
--

LOCK TABLES `tblpricing` WRITE;
/*!40000 ALTER TABLE `tblpricing` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblpricing` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblpricing_bracket`
--

DROP TABLE IF EXISTS `tblpricing_bracket`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblpricing_bracket` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `floor` decimal(19,6) NOT NULL DEFAULT 0.000000,
  `ceiling` decimal(19,6) NOT NULL DEFAULT 0.000000,
  `rel_type` varchar(200) NOT NULL DEFAULT '',
  `rel_id` varchar(200) NOT NULL DEFAULT '',
  `schema_type` varchar(32) NOT NULL DEFAULT 'flat',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblpricing_bracket`
--

LOCK TABLES `tblpricing_bracket` WRITE;
/*!40000 ALTER TABLE `tblpricing_bracket` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblpricing_bracket` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproduct_downloads`
--

DROP TABLE IF EXISTS `tblproduct_downloads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproduct_downloads` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` int(10) NOT NULL,
  `download_id` int(10) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tblproduct_downloads_product_id_index` (`product_id`),
  KEY `tblproduct_downloads_download_id_index` (`download_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproduct_downloads`
--

LOCK TABLES `tblproduct_downloads` WRITE;
/*!40000 ALTER TABLE `tblproduct_downloads` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproduct_downloads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproduct_group_features`
--

DROP TABLE IF EXISTS `tblproduct_group_features`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproduct_group_features` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_group_id` int(10) NOT NULL,
  `feature` text NOT NULL,
  `order` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tblproduct_group_features_product_group_id_index` (`product_group_id`),
  KEY `tblproduct_group_features_id_product_group_id_index` (`id`,`product_group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproduct_group_features`
--

LOCK TABLES `tblproduct_group_features` WRITE;
/*!40000 ALTER TABLE `tblproduct_group_features` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproduct_group_features` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproduct_recommendations`
--

DROP TABLE IF EXISTS `tblproduct_recommendations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproduct_recommendations` (
  `id` int(10) NOT NULL,
  `product_id` int(10) NOT NULL,
  `sortorder` int(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`,`product_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproduct_recommendations`
--

LOCK TABLES `tblproduct_recommendations` WRITE;
/*!40000 ALTER TABLE `tblproduct_recommendations` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproduct_recommendations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproduct_upgrade_products`
--

DROP TABLE IF EXISTS `tblproduct_upgrade_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproduct_upgrade_products` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` int(10) NOT NULL,
  `upgrade_product_id` int(10) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tblproduct_upgrade_products_product_id_index` (`product_id`),
  KEY `tblproduct_upgrade_products_upgrade_product_id_index` (`upgrade_product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproduct_upgrade_products`
--

LOCK TABLES `tblproduct_upgrade_products` WRITE;
/*!40000 ALTER TABLE `tblproduct_upgrade_products` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproduct_upgrade_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproductconfiggroups`
--

DROP TABLE IF EXISTS `tblproductconfiggroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproductconfiggroups` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `description` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproductconfiggroups`
--

LOCK TABLES `tblproductconfiggroups` WRITE;
/*!40000 ALTER TABLE `tblproductconfiggroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproductconfiggroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproductconfiglinks`
--

DROP TABLE IF EXISTS `tblproductconfiglinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproductconfiglinks` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `gid` int(10) NOT NULL,
  `pid` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproductconfiglinks`
--

LOCK TABLES `tblproductconfiglinks` WRITE;
/*!40000 ALTER TABLE `tblproductconfiglinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproductconfiglinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproductconfigoptions`
--

DROP TABLE IF EXISTS `tblproductconfigoptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproductconfigoptions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `gid` int(10) NOT NULL DEFAULT 0,
  `optionname` text NOT NULL,
  `optiontype` text NOT NULL,
  `qtyminimum` int(10) NOT NULL,
  `qtymaximum` int(10) NOT NULL,
  `order` int(1) NOT NULL DEFAULT 0,
  `hidden` int(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `productid` (`gid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproductconfigoptions`
--

LOCK TABLES `tblproductconfigoptions` WRITE;
/*!40000 ALTER TABLE `tblproductconfigoptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproductconfigoptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproductconfigoptionssub`
--

DROP TABLE IF EXISTS `tblproductconfigoptionssub`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproductconfigoptionssub` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `configid` int(10) NOT NULL,
  `optionname` text NOT NULL,
  `sortorder` int(10) NOT NULL DEFAULT 0,
  `hidden` int(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `configid` (`configid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproductconfigoptionssub`
--

LOCK TABLES `tblproductconfigoptionssub` WRITE;
/*!40000 ALTER TABLE `tblproductconfigoptionssub` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproductconfigoptionssub` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproducteventactions`
--

DROP TABLE IF EXISTS `tblproducteventactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproducteventactions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entity_type` varchar(16) NOT NULL,
  `entity_id` int(11) NOT NULL,
  `name` varchar(64) NOT NULL,
  `event_name` varchar(32) NOT NULL,
  `action` varchar(64) NOT NULL,
  `params` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproducteventactions`
--

LOCK TABLES `tblproducteventactions` WRITE;
/*!40000 ALTER TABLE `tblproducteventactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproducteventactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproductgroups`
--

DROP TABLE IF EXISTS `tblproductgroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproductgroups` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `slug` varchar(128) NOT NULL DEFAULT '',
  `headline` text DEFAULT NULL,
  `tagline` text DEFAULT NULL,
  `orderfrmtpl` text NOT NULL,
  `disabledgateways` text NOT NULL,
  `hidden` tinyint(1) NOT NULL,
  `order` int(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `order` (`order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproductgroups`
--

LOCK TABLES `tblproductgroups` WRITE;
/*!40000 ALTER TABLE `tblproductgroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproductgroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproducts`
--

DROP TABLE IF EXISTS `tblproducts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproducts` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `type` text NOT NULL,
  `gid` int(10) NOT NULL,
  `name` text NOT NULL,
  `slug` varchar(128) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `hidden` tinyint(1) NOT NULL,
  `showdomainoptions` tinyint(1) NOT NULL,
  `welcomeemail` int(10) NOT NULL DEFAULT 0,
  `stockcontrol` tinyint(1) NOT NULL,
  `qty` int(10) NOT NULL DEFAULT 0,
  `proratabilling` tinyint(1) NOT NULL,
  `proratadate` int(2) NOT NULL,
  `proratachargenextmonth` int(2) NOT NULL,
  `paytype` text NOT NULL,
  `allowqty` int(1) NOT NULL,
  `subdomain` text NOT NULL,
  `autosetup` text NOT NULL,
  `servertype` text NOT NULL,
  `servergroup` int(10) NOT NULL,
  `configoption1` text NOT NULL,
  `configoption2` text NOT NULL,
  `configoption3` text NOT NULL,
  `configoption4` text NOT NULL,
  `configoption5` text NOT NULL,
  `configoption6` text NOT NULL,
  `configoption7` text NOT NULL,
  `configoption8` text NOT NULL,
  `configoption9` text NOT NULL,
  `configoption10` text NOT NULL,
  `configoption11` text NOT NULL,
  `configoption12` text NOT NULL,
  `configoption13` text NOT NULL,
  `configoption14` text NOT NULL,
  `configoption15` text NOT NULL,
  `configoption16` text NOT NULL,
  `configoption17` text NOT NULL,
  `configoption18` text NOT NULL,
  `configoption19` text NOT NULL,
  `configoption20` text NOT NULL,
  `configoption21` text NOT NULL,
  `configoption22` text NOT NULL,
  `configoption23` text NOT NULL,
  `configoption24` text NOT NULL,
  `freedomain` text NOT NULL,
  `freedomainpaymentterms` text NOT NULL,
  `freedomaintlds` text NOT NULL,
  `recurringcycles` int(2) NOT NULL,
  `autoterminatedays` int(4) NOT NULL,
  `autoterminateemail` int(10) NOT NULL DEFAULT 0,
  `configoptionsupgrade` tinyint(1) NOT NULL,
  `billingcycleupgrade` text NOT NULL,
  `upgradeemail` int(10) NOT NULL DEFAULT 0,
  `overagesenabled` varchar(10) NOT NULL,
  `overagesdisklimit` int(10) NOT NULL,
  `overagesbwlimit` int(10) NOT NULL,
  `overagesdiskprice` decimal(6,4) NOT NULL,
  `overagesbwprice` decimal(6,4) NOT NULL,
  `tax` tinyint(1) NOT NULL,
  `affiliateonetime` tinyint(1) NOT NULL,
  `affiliatepaytype` text NOT NULL,
  `affiliatepayamount` decimal(16,2) NOT NULL,
  `order` int(10) NOT NULL DEFAULT 0,
  `retired` tinyint(1) NOT NULL,
  `is_featured` tinyint(1) NOT NULL,
  `color` text NOT NULL,
  `tagline` text NOT NULL,
  `short_description` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `gid` (`gid`),
  KEY `name` (`name`(64)),
  KEY `type` (`type`(4))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproducts`
--

LOCK TABLES `tblproducts` WRITE;
/*!40000 ALTER TABLE `tblproducts` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproducts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproducts_slugs`
--

DROP TABLE IF EXISTS `tblproducts_slugs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproducts_slugs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` int(10) unsigned NOT NULL,
  `group_id` int(10) unsigned NOT NULL,
  `group_slug` varchar(255) NOT NULL DEFAULT '',
  `slug` varchar(255) NOT NULL DEFAULT '',
  `active` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `clicks` int(10) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblproducts_slugs_product_id_index` (`product_id`),
  KEY `tblproducts_slugs_group_id_index` (`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproducts_slugs`
--

LOCK TABLES `tblproducts_slugs` WRITE;
/*!40000 ALTER TABLE `tblproducts_slugs` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproducts_slugs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblproducts_slugs_tracking`
--

DROP TABLE IF EXISTS `tblproducts_slugs_tracking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblproducts_slugs_tracking` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `slug_id` int(10) unsigned NOT NULL,
  `date` date NOT NULL DEFAULT '0000-00-00',
  `clicks` int(10) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblproducts_slugs_tracking_slug_id_index` (`slug_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblproducts_slugs_tracking`
--

LOCK TABLES `tblproducts_slugs_tracking` WRITE;
/*!40000 ALTER TABLE `tblproducts_slugs_tracking` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblproducts_slugs_tracking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblpromotions`
--

DROP TABLE IF EXISTS `tblpromotions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblpromotions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `code` text NOT NULL,
  `type` text NOT NULL,
  `recurring` int(1) DEFAULT NULL,
  `value` decimal(16,2) NOT NULL DEFAULT 0.00,
  `cycles` text NOT NULL,
  `appliesto` text NOT NULL,
  `requires` text NOT NULL,
  `requiresexisting` int(1) NOT NULL,
  `startdate` date NOT NULL,
  `expirationdate` date DEFAULT NULL,
  `maxuses` int(10) NOT NULL DEFAULT 0,
  `uses` int(10) NOT NULL DEFAULT 0,
  `lifetimepromo` int(1) NOT NULL,
  `applyonce` int(1) NOT NULL,
  `newsignups` int(1) NOT NULL,
  `existingclient` int(11) NOT NULL,
  `onceperclient` int(11) NOT NULL,
  `recurfor` int(3) NOT NULL,
  `upgrades` int(1) NOT NULL,
  `upgradeconfig` text NOT NULL,
  `notes` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `code` (`code`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblpromotions`
--

LOCK TABLES `tblpromotions` WRITE;
/*!40000 ALTER TABLE `tblpromotions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblpromotions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblquoteitems`
--

DROP TABLE IF EXISTS `tblquoteitems`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblquoteitems` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `quoteid` int(10) NOT NULL,
  `description` text NOT NULL,
  `quantity` text NOT NULL,
  `unitprice` decimal(16,2) NOT NULL,
  `discount` decimal(16,2) NOT NULL,
  `taxable` int(1) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblquoteitems`
--

LOCK TABLES `tblquoteitems` WRITE;
/*!40000 ALTER TABLE `tblquoteitems` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblquoteitems` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblquotes`
--

DROP TABLE IF EXISTS `tblquotes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblquotes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `subject` text NOT NULL,
  `stage` enum('Draft','Delivered','On Hold','Accepted','Lost','Dead') NOT NULL,
  `validuntil` date NOT NULL,
  `userid` int(10) NOT NULL,
  `firstname` text NOT NULL,
  `lastname` text NOT NULL,
  `companyname` text NOT NULL,
  `email` text NOT NULL,
  `address1` text NOT NULL,
  `address2` text NOT NULL,
  `city` text NOT NULL,
  `state` text NOT NULL,
  `postcode` text NOT NULL,
  `country` text NOT NULL,
  `phonenumber` text NOT NULL,
  `tax_id` varchar(128) NOT NULL DEFAULT '',
  `currency` int(10) NOT NULL,
  `subtotal` decimal(16,2) NOT NULL,
  `tax1` decimal(16,2) NOT NULL,
  `tax2` decimal(16,2) NOT NULL,
  `total` decimal(16,2) NOT NULL,
  `proposal` text NOT NULL,
  `customernotes` text NOT NULL,
  `adminnotes` text NOT NULL,
  `datecreated` date NOT NULL,
  `lastmodified` date NOT NULL,
  `datesent` date NOT NULL,
  `dateaccepted` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblquotes`
--

LOCK TABLES `tblquotes` WRITE;
/*!40000 ALTER TABLE `tblquotes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblquotes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblregistrars`
--

DROP TABLE IF EXISTS `tblregistrars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblregistrars` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `registrar` text NOT NULL,
  `setting` text NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `registrar_setting` (`registrar`(32),`setting`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblregistrars`
--

LOCK TABLES `tblregistrars` WRITE;
/*!40000 ALTER TABLE `tblregistrars` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblregistrars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblrsakeypairs`
--

DROP TABLE IF EXISTS `tblrsakeypairs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblrsakeypairs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `identifier` varchar(96) NOT NULL DEFAULT '',
  `private_key` text NOT NULL,
  `public_key` text NOT NULL,
  `algorithm` varchar(16) NOT NULL DEFAULT 'RS256',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblrsakeypairs`
--

LOCK TABLES `tblrsakeypairs` WRITE;
/*!40000 ALTER TABLE `tblrsakeypairs` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblrsakeypairs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblserver_tenants`
--

DROP TABLE IF EXISTS `tblserver_tenants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblserver_tenants` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `server_id` int(11) NOT NULL DEFAULT 0,
  `tenant` varchar(255) NOT NULL DEFAULT '',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `server_tenant` (`tenant`,`server_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblserver_tenants`
--

LOCK TABLES `tblserver_tenants` WRITE;
/*!40000 ALTER TABLE `tblserver_tenants` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblserver_tenants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblservergroups`
--

DROP TABLE IF EXISTS `tblservergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblservergroups` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `filltype` int(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblservergroups`
--

LOCK TABLES `tblservergroups` WRITE;
/*!40000 ALTER TABLE `tblservergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblservergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblservergroupsrel`
--

DROP TABLE IF EXISTS `tblservergroupsrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblservergroupsrel` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `groupid` int(10) NOT NULL,
  `serverid` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblservergroupsrel`
--

LOCK TABLES `tblservergroupsrel` WRITE;
/*!40000 ALTER TABLE `tblservergroupsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblservergroupsrel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblservers`
--

DROP TABLE IF EXISTS `tblservers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblservers` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `ipaddress` text NOT NULL,
  `assignedips` text NOT NULL,
  `hostname` text NOT NULL,
  `monthlycost` decimal(16,2) NOT NULL DEFAULT 0.00,
  `noc` text NOT NULL,
  `statusaddress` text NOT NULL,
  `nameserver1` text NOT NULL,
  `nameserver1ip` text NOT NULL,
  `nameserver2` text NOT NULL,
  `nameserver2ip` text NOT NULL,
  `nameserver3` text NOT NULL,
  `nameserver3ip` text NOT NULL,
  `nameserver4` text NOT NULL,
  `nameserver4ip` text NOT NULL,
  `nameserver5` text NOT NULL,
  `nameserver5ip` text NOT NULL,
  `maxaccounts` int(10) NOT NULL DEFAULT 0,
  `type` text NOT NULL,
  `username` text NOT NULL,
  `password` text NOT NULL,
  `accesshash` text NOT NULL,
  `secure` text NOT NULL,
  `port` int(8) DEFAULT NULL,
  `active` int(1) NOT NULL,
  `disabled` int(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblservers`
--

LOCK TABLES `tblservers` WRITE;
/*!40000 ALTER TABLE `tblservers` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblservers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblservers_remote`
--

DROP TABLE IF EXISTS `tblservers_remote`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblservers_remote` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `server_id` int(10) NOT NULL DEFAULT 0,
  `num_accounts` int(10) NOT NULL DEFAULT 0,
  `meta_data` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tblservers_remote_server_id` (`server_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblservers_remote`
--

LOCK TABLES `tblservers_remote` WRITE;
/*!40000 ALTER TABLE `tblservers_remote` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblservers_remote` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblserversssoperms`
--

DROP TABLE IF EXISTS `tblserversssoperms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblserversssoperms` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `server_id` int(10) NOT NULL,
  `role_id` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblserversssoperms`
--

LOCK TABLES `tblserversssoperms` WRITE;
/*!40000 ALTER TABLE `tblserversssoperms` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblserversssoperms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblservicedata`
--

DROP TABLE IF EXISTS `tblservicedata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblservicedata` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `service_id` int(10) unsigned DEFAULT NULL,
  `addon_id` int(10) unsigned DEFAULT NULL,
  `client_id` int(10) unsigned NOT NULL,
  `actor` char(32) DEFAULT NULL,
  `scope` char(32) NOT NULL,
  `name` char(64) NOT NULL,
  `value` char(64) DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblservicedata_service_id_index` (`service_id`),
  KEY `tblservicedata_addon_id_index` (`addon_id`),
  KEY `tblservicedata_client_id_index` (`client_id`),
  KEY `actor` (`actor`(16)),
  KEY `scope` (`scope`(16)),
  KEY `name` (`name`(16)),
  KEY `tblservicedata_expires_at_index` (`expires_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblservicedata`
--

LOCK TABLES `tblservicedata` WRITE;
/*!40000 ALTER TABLE `tblservicedata` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblservicedata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblsessions`
--

DROP TABLE IF EXISTS `tblsessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblsessions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_id` varchar(255) NOT NULL,
  `payload` mediumtext NOT NULL,
  `last_activity` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `sessions_id_unique` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblsessions`
--

LOCK TABLES `tblsessions` WRITE;
/*!40000 ALTER TABLE `tblsessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblsessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblsslorders`
--

DROP TABLE IF EXISTS `tblsslorders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblsslorders` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `serviceid` int(10) NOT NULL,
  `addon_id` int(10) NOT NULL DEFAULT 0,
  `remoteid` text NOT NULL,
  `module` text NOT NULL,
  `certtype` text NOT NULL,
  `configdata` text NOT NULL,
  `authdata` text DEFAULT NULL,
  `completiondate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` text NOT NULL,
  `certificate_expiry_date` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblsslorders`
--

LOCK TABLES `tblsslorders` WRITE;
/*!40000 ALTER TABLE `tblsslorders` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblsslorders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblsslstatus`
--

DROP TABLE IF EXISTS `tblsslstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblsslstatus` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `domain_name` varchar(128) NOT NULL DEFAULT '',
  `subject_name` varchar(128) DEFAULT '',
  `subject_org` varchar(128) DEFAULT '',
  `issuer_name` varchar(128) DEFAULT '',
  `issuer_org` varchar(128) DEFAULT '',
  `start_date` datetime DEFAULT NULL,
  `expiry_date` datetime DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `last_synced_date` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `domain_name` (`domain_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblsslstatus`
--

LOCK TABLES `tblsslstatus` WRITE;
/*!40000 ALTER TABLE `tblsslstatus` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblsslstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblstorageconfigurations`
--

DROP TABLE IF EXISTS `tblstorageconfigurations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblstorageconfigurations` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handler` varchar(255) NOT NULL,
  `settings` text NOT NULL,
  `last_error` text DEFAULT NULL,
  `is_local` tinyint(1) unsigned NOT NULL,
  `sort_order` int(1) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblstorageconfigurations`
--

LOCK TABLES `tblstorageconfigurations` WRITE;
/*!40000 ALTER TABLE `tblstorageconfigurations` DISABLE KEYS */;
INSERT INTO `tblstorageconfigurations` VALUES (1,'Local Storage: /home/quizab5/whmcsdata-test/downloads','WHMCS\\File\\Provider\\LocalStorageProvider','{\"local_path\":\"\\/home\\/quizab5\\/whmcsdata\\/downloads\"}',NULL,1,1,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(2,'Local Storage: /home/quizab5/whmcsdata-test/attachments','WHMCS\\File\\Provider\\LocalStorageProvider','{\"local_path\":\"\\/home\\/quizab5\\/whmcsdata\\/attachments\"}',NULL,1,2,'2026-03-05 13:53:37','2026-03-05 13:53:37'),(3,'Local Storage: /home/quizab5/whmcsdata-test/attachments/projects','WHMCS\\File\\Provider\\LocalStorageProvider','{\"local_path\":\"\\/home\\/quizab5\\/whmcsdata\\/attachments\\/projects\"}',NULL,1,3,'2026-03-05 13:53:37','2026-03-05 13:53:37');
/*!40000 ALTER TABLE `tblstorageconfigurations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltask`
--

DROP TABLE IF EXISTS `tbltask`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltask` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `priority` int(11) NOT NULL DEFAULT 0,
  `class_name` varchar(255) NOT NULL DEFAULT '',
  `is_enabled` tinyint(4) NOT NULL DEFAULT 1,
  `is_periodic` tinyint(4) NOT NULL DEFAULT 1,
  `frequency` int(10) unsigned NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltask`
--

LOCK TABLES `tbltask` WRITE;
/*!40000 ALTER TABLE `tbltask` DISABLE KEYS */;
INSERT INTO `tbltask` VALUES (1,1530,'WHMCS\\Cron\\Task\\AddLateFees',1,1,1440,'Late Fees','Apply Late Fees','2016-11-02 11:29:20','2016-11-02 11:29:20'),(2,1620,'WHMCS\\Cron\\Task\\AffiliateCommissions',1,1,1440,'Delayed Affiliate Commissions','Process Delayed Affiliate Commissions','2016-11-02 11:29:20','2016-11-02 11:29:20'),(3,1630,'WHMCS\\Cron\\Task\\AffiliateReports',1,1,43200,'Affiliate Reports','Send Monthly Affiliate Reports','2016-11-02 11:29:20','2016-11-02 11:29:20'),(4,1680,'WHMCS\\Cron\\Task\\AutoClientStatusSync',1,1,1440,'Client Status Update','Synchronise Client Status','2016-11-02 11:29:20','2016-11-02 11:29:20'),(5,1590,'WHMCS\\Cron\\Task\\AutoTerminations',1,1,1440,'Overdue Terminations','Process Overdue Terminations','2016-11-02 11:29:20','2016-11-02 11:29:20'),(6,1570,'WHMCS\\Cron\\Task\\CancellationRequests',1,1,1440,'Cancellation Requests','Process Cancellation Requests','2016-11-02 11:29:20','2016-11-02 11:29:20'),(7,2000,'WHMCS\\Cron\\Task\\CheckForWhmcsUpdate',1,1,480,'WHMCS Updates','Check for WHMCS Software Updates','2016-11-02 11:29:20','2016-11-02 11:29:20'),(8,1610,'WHMCS\\Cron\\Task\\CloseInactiveTickets',1,1,1440,'Inactive Tickets','Auto Close Inactive Tickets','2016-11-02 11:29:20','2016-11-02 11:29:20'),(9,1520,'WHMCS\\Cron\\Task\\CreateInvoices',1,1,1440,'Invoices','Generate Invoices','2016-11-02 11:29:20','2016-11-02 11:29:20'),(10,1650,'WHMCS\\Cron\\Task\\CreditCardExpiryNotices',1,1,43200,'Credit Card Expiry Notices','Sending Credit Card Expiry Reminders','2016-11-02 11:29:20','2016-11-02 11:29:20'),(11,1500,'WHMCS\\Cron\\Task\\CurrencyUpdateExchangeRates',1,1,1440,'Currency Exchange Rates','Update Currency Exchange Rates','2016-11-02 11:29:20','2016-11-02 11:29:20'),(12,1510,'WHMCS\\Cron\\Task\\CurrencyUpdateProductPricing',1,1,1440,'Product Pricing Updates','Update Product Prices for Current Rates','2016-11-02 11:29:20','2016-11-02 11:29:20'),(13,1560,'WHMCS\\Cron\\Task\\DomainRenewalNotices',1,1,1440,'Domain Renewal Notices','Processing Domain Renewal Notices','2016-11-02 11:29:20','2016-11-02 11:29:20'),(14,1640,'WHMCS\\Cron\\Task\\EmailMarketer',1,1,1440,'Email Marketer Rules','Process Email Marketer Rules','2016-11-02 11:29:20','2016-11-02 11:29:20'),(15,1600,'WHMCS\\Cron\\Task\\FixedTermTerminations',1,1,1440,'Fixed Term Terminations','Process Fixed Term Terminations','2016-11-02 11:29:20','2016-11-02 11:29:20'),(16,1550,'WHMCS\\Cron\\Task\\InvoiceReminders',1,1,1440,'Invoice & Overdue Reminders','Generate daily reminders for unpaid and overdue invoice','2016-11-02 11:29:20','2016-11-02 11:29:20'),(17,1670,'WHMCS\\Cron\\Task\\OverageBilling',1,1,43200,'Overage Billing Charges','Process Overage Billing Charges','2016-11-02 11:29:20','2016-11-02 11:29:20'),(18,1540,'WHMCS\\Cron\\Task\\ProcessCreditCardPayments',1,1,1440,'Credit Card Charges','Process Credit Card Charges','2016-11-02 11:29:20','2016-11-02 11:29:20'),(19,1580,'WHMCS\\Cron\\Task\\AutoSuspensions',1,1,1440,'Overdue Suspensions','Process Overdue Suspensions','2016-11-02 11:29:21','2016-11-02 11:29:21'),(20,1750,'WHMCS\\Cron\\Task\\TicketEscalations',1,1,3,'Ticket Escalation Rules','Process and escalate tickets per any Escalation Rules','2016-11-02 11:29:21','2024-10-29 09:30:00'),(21,1690,'WHMCS\\Cron\\Task\\UpdateDomainExpiryStatus',1,1,1440,'Domain Expiry','Update Domain Expiry Status','2016-11-02 11:29:21','2016-11-02 11:29:21'),(22,1660,'WHMCS\\Cron\\Task\\UpdateServerUsage',1,1,1440,'Server Usage Stats','Updating Disk & Bandwidth Usage Stats','2016-11-02 11:29:21','2016-11-02 11:29:21'),(23,2000,'WHMCS\\Cron\\Task\\RunJobsQueue',1,1,5,'Run Jobs Queue','Execute queued jobs that are due for execution.','2018-04-18 04:51:42','2018-04-18 04:51:42'),(24,1800,'WHMCS\\Cron\\Task\\DataRetentionPruning',1,1,1440,'Data Retention Pruning','Perform data retention pruning operations.','2018-04-18 04:51:43','2018-04-18 04:51:43'),(25,2100,'WHMCS\\Cron\\Task\\DomainTransferSync',1,1,240,'Domain Transfer Status Synchronisation','Syncing Domain Pending Transfer Status','2018-04-18 04:51:43','2018-04-18 04:51:43'),(26,2150,'WHMCS\\Cron\\Task\\DomainStatusSync',1,1,240,'Domain Status Synchronisation','Domain Status Syncing','2018-04-18 04:51:43','2018-04-18 04:51:43'),(27,1650,'WHMCS\\Cron\\Task\\SslStatusSync',1,1,1440,'SSL Sync','SSL Status Sync','2019-01-01 10:19:13','2019-01-01 10:19:13'),(28,1615,'WHMCS\\Cron\\Task\\AutoPruneTicketAttachments',1,1,60,'Prune Ticket Attachments','Auto Remove Inactive Ticket Attachments','2019-04-01 03:30:00','2019-04-01 03:30:00'),(29,1900,'WHMCS\\Cron\\Task\\ServerUsageCount',1,1,60,'Update Server Usage','Auto Update Server Usage Count','2019-07-29 03:30:00','2019-07-29 03:30:00'),(30,1910,'WHMCS\\Cron\\Task\\ServerRemoteMetaData',1,1,60,'Update Server Meta Data','Auto Update Server Meta Data','2019-07-29 03:30:00','2019-07-29 03:30:00'),(31,1519,'WHMCS\\Cron\\Task\\TenantUsageMetrics',1,1,720,'Tenant Usage Metrics','Collect tenant usage metrics from servers','2019-10-31 19:30:00','2019-10-31 19:30:00'),(32,1640,'WHMCS\\Cron\\Task\\EmailCampaigns',1,1,5,'Process Email Campaigns','Process Scheduled Email Campaigns','2020-07-17 06:12:30','2020-07-17 06:12:30'),(33,1636,'WHMCS\\Cron\\Task\\ProcessEmailQueue',1,1,1,'Process Email Queue','Process Queued Emails','2020-07-17 06:12:30','2020-07-17 06:12:30'),(34,1850,'WHMCS\\Cron\\Task\\SslReissues',1,1,1440,'SSL Certificate Reissues','SSL Certificate Reissues','2022-01-17 05:30:00','2022-01-17 05:30:00'),(35,1605,'WHMCS\\Cron\\Task\\InvoiceAutoCancellation',1,1,1440,'Overdue Invoice Cancellations','Cancel Overdue Invoices','2024-03-21 05:30:00','2024-03-21 05:30:00'),(36,1720,'WHMCS\\Cron\\Task\\TicketScheduledActions',1,1,1,'Ticket Scheduled Actions','Process Ticket Scheduled Actions','2024-10-29 09:30:00','2024-10-29 09:30:00');
/*!40000 ALTER TABLE `tbltask` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltask_status`
--

DROP TABLE IF EXISTS `tbltask_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltask_status` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `task_id` int(10) unsigned NOT NULL,
  `in_progress` tinyint(4) NOT NULL DEFAULT 0,
  `last_run` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `next_due` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltask_status`
--

LOCK TABLES `tbltask_status` WRITE;
/*!40000 ALTER TABLE `tbltask_status` DISABLE KEYS */;
INSERT INTO `tbltask_status` VALUES (1,1,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(2,2,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(3,3,0,'2018-04-18 04:51:39','2016-11-02 11:29:23','2016-11-02 11:29:20','2018-04-18 04:51:39'),(4,4,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(5,5,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(6,6,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(7,7,0,'2026-03-21 02:58:06','2026-03-21 10:58:00','2016-11-02 11:29:20','2026-03-21 02:58:10'),(8,8,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(9,9,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(10,10,0,'2018-04-18 04:51:39','2016-11-02 11:29:23','2016-11-02 11:29:20','2018-04-18 04:51:39'),(11,11,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(12,12,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(13,13,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(14,14,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(15,15,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(16,16,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(17,17,0,'2018-04-18 04:51:39','2016-11-02 11:29:23','2016-11-02 11:29:20','2018-04-18 04:51:39'),(18,18,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:20','2026-03-21 02:58:07'),(19,19,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:21','2026-03-21 02:58:07'),(20,20,0,'2026-03-21 02:58:06','2026-03-21 03:01:00','2016-11-02 11:29:21','2026-03-21 02:58:07'),(21,21,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:21','2026-03-21 02:58:07'),(22,22,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2016-11-02 11:29:21','2026-03-21 02:58:07'),(23,23,0,'2026-03-21 02:58:06','2026-03-21 03:03:00','2018-04-18 04:51:42','2026-03-21 02:58:10'),(24,24,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2018-04-18 04:51:43','2026-03-21 02:58:07'),(25,25,0,'2026-03-21 02:58:06','2026-03-21 06:58:00','2018-04-18 04:51:43','2026-03-21 02:58:10'),(26,26,0,'2026-03-21 02:58:06','2026-03-21 06:58:00','2018-04-18 04:51:43','2026-03-21 02:58:10'),(27,27,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2019-01-01 10:19:13','2026-03-21 02:58:07'),(28,28,0,'2026-03-21 02:58:06','2026-03-21 03:58:00','2019-04-01 03:30:00','2026-03-21 02:58:07'),(29,29,0,'2026-03-21 02:58:06','2026-03-21 03:58:00','2019-07-29 03:30:00','2026-03-21 02:58:07'),(30,30,0,'2026-03-21 02:58:06','2026-03-21 03:58:00','2019-07-29 03:30:00','2026-03-21 02:58:07'),(31,31,0,'2026-03-21 02:58:06','2026-03-21 14:58:00','2019-10-31 19:30:00','2026-03-21 02:58:07'),(32,32,0,'2026-03-21 02:58:06','2026-03-21 03:03:00','2020-07-17 06:12:36','2026-03-21 02:58:07'),(33,33,0,'2026-03-21 02:58:06','2026-03-21 02:59:00','2020-07-17 06:12:36','2026-03-21 02:58:07'),(34,34,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2022-01-17 05:30:00','2026-03-21 02:58:07'),(35,35,0,'2026-03-21 02:58:06','2026-03-22 02:58:00','2024-03-29 07:30:00','2026-03-21 02:58:07'),(36,36,0,'2026-03-21 02:58:07','2026-03-21 02:59:00','2024-10-29 09:30:00','2026-03-21 02:58:07');
/*!40000 ALTER TABLE `tbltask_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltax`
--

DROP TABLE IF EXISTS `tbltax`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltax` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `level` int(1) NOT NULL,
  `name` text NOT NULL,
  `state` text NOT NULL,
  `country` text NOT NULL,
  `taxrate` decimal(10,3) NOT NULL DEFAULT 0.000,
  PRIMARY KEY (`id`),
  KEY `state_country` (`state`(32),`country`(2))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltax`
--

LOCK TABLES `tbltax` WRITE;
/*!40000 ALTER TABLE `tbltax` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbltax` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltenant_stats`
--

DROP TABLE IF EXISTS `tbltenant_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltenant_stats` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tenant_id` int(11) NOT NULL DEFAULT 0,
  `metric` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT '',
  `value` decimal(19,6) NOT NULL DEFAULT 0.000000,
  `measured_at` decimal(18,6) NOT NULL DEFAULT 0.000000,
  `invoice_id` int(11) DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tenant_id` (`tenant_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltenant_stats`
--

LOCK TABLES `tbltenant_stats` WRITE;
/*!40000 ALTER TABLE `tbltenant_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbltenant_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticket_watchers`
--

DROP TABLE IF EXISTS `tblticket_watchers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticket_watchers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ticket_id` int(10) unsigned NOT NULL DEFAULT 0,
  `admin_id` int(10) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `admin_ticket_unique` (`ticket_id`,`admin_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticket_watchers`
--

LOCK TABLES `tblticket_watchers` WRITE;
/*!40000 ALTER TABLE `tblticket_watchers` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticket_watchers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketactions`
--

DROP TABLE IF EXISTS `tblticketactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketactions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ticket_id` int(10) NOT NULL,
  `action` varchar(256) NOT NULL,
  `status` varchar(50) NOT NULL,
  `parameters` text DEFAULT NULL,
  `scheduled` datetime NOT NULL,
  `created_by_admin_id` int(10) DEFAULT NULL,
  `updated_by_admin_id` int(10) DEFAULT NULL,
  `skip_flags` smallint(5) unsigned NOT NULL DEFAULT 0,
  `status_at` datetime NOT NULL,
  `processor_id` varchar(32) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `ticket_id_idx` (`ticket_id`),
  KEY `stat_sched_idx` (`status`,`scheduled`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketactions`
--

LOCK TABLES `tblticketactions` WRITE;
/*!40000 ALTER TABLE `tblticketactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketbreaklines`
--

DROP TABLE IF EXISTS `tblticketbreaklines`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketbreaklines` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `breakline` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketbreaklines`
--

LOCK TABLES `tblticketbreaklines` WRITE;
/*!40000 ALTER TABLE `tblticketbreaklines` DISABLE KEYS */;
INSERT INTO `tblticketbreaklines` VALUES (1,'> -----Original Message-----'),(2,'----- Original Message -----'),(3,'-----Original Message-----'),(4,'<!-- Break Line -->'),(5,'====== Please reply above this line ======'),(6,'_____');
/*!40000 ALTER TABLE `tblticketbreaklines` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketdepartments`
--

DROP TABLE IF EXISTS `tblticketdepartments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketdepartments` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `email` text NOT NULL,
  `clientsonly` text NOT NULL,
  `piperepliesonly` text NOT NULL,
  `noautoresponder` text NOT NULL,
  `hidden` text NOT NULL,
  `order` int(1) NOT NULL,
  `host` text NOT NULL,
  `port` text NOT NULL,
  `login` text NOT NULL,
  `password` text NOT NULL,
  `mail_auth_config` text DEFAULT NULL,
  `feedback_request` tinyint(1) NOT NULL DEFAULT 0,
  `prevent_client_closure` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `name` (`name`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketdepartments`
--

LOCK TABLES `tblticketdepartments` WRITE;
/*!40000 ALTER TABLE `tblticketdepartments` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketdepartments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketescalations`
--

DROP TABLE IF EXISTS `tblticketescalations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketescalations` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `departments` text NOT NULL,
  `statuses` text NOT NULL,
  `priorities` text NOT NULL,
  `timeelapsed` int(5) NOT NULL,
  `newdepartment` text NOT NULL,
  `newpriority` text NOT NULL,
  `newstatus` text NOT NULL,
  `flagto` text NOT NULL,
  `notify` text NOT NULL,
  `addreply` text NOT NULL,
  `editor` enum('plain','markdown') NOT NULL DEFAULT 'plain',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketescalations`
--

LOCK TABLES `tblticketescalations` WRITE;
/*!40000 ALTER TABLE `tblticketescalations` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketescalations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketfeedback`
--

DROP TABLE IF EXISTS `tblticketfeedback`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketfeedback` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `ticketid` int(10) NOT NULL,
  `adminid` int(10) NOT NULL,
  `rating` int(2) NOT NULL,
  `comments` text NOT NULL,
  `datetime` datetime NOT NULL,
  `ip` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketfeedback`
--

LOCK TABLES `tblticketfeedback` WRITE;
/*!40000 ALTER TABLE `tblticketfeedback` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketfeedback` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketlog`
--

DROP TABLE IF EXISTS `tblticketlog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketlog` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `tid` int(10) NOT NULL,
  `action` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `tid` (`tid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketlog`
--

LOCK TABLES `tblticketlog` WRITE;
/*!40000 ALTER TABLE `tblticketlog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketlog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketmaillog`
--

DROP TABLE IF EXISTS `tblticketmaillog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketmaillog` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `to` text NOT NULL,
  `cc` text NOT NULL,
  `name` text NOT NULL,
  `email` text NOT NULL,
  `subject` text NOT NULL,
  `message` text NOT NULL,
  `status` text NOT NULL,
  `attachment` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `date` (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketmaillog`
--

LOCK TABLES `tblticketmaillog` WRITE;
/*!40000 ALTER TABLE `tblticketmaillog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketmaillog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketnotes`
--

DROP TABLE IF EXISTS `tblticketnotes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketnotes` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `ticketid` int(10) NOT NULL,
  `admin` text NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `message` text NOT NULL,
  `attachments` text NOT NULL,
  `attachments_removed` tinyint(1) NOT NULL DEFAULT 0,
  `editor` enum('plain','markdown') NOT NULL DEFAULT 'plain',
  PRIMARY KEY (`id`),
  KEY `ticketid_date` (`ticketid`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketnotes`
--

LOCK TABLES `tblticketnotes` WRITE;
/*!40000 ALTER TABLE `tblticketnotes` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketnotes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketpendingimports`
--

DROP TABLE IF EXISTS `tblticketpendingimports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketpendingimports` (
  `ticketmaillog_id` int(11) NOT NULL,
  `ticket_id` int(11) NOT NULL,
  UNIQUE KEY `ticketmaillog_id_ticket_id` (`ticketmaillog_id`,`ticket_id`),
  KEY `idx_ticket_id` (`ticket_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketpendingimports`
--

LOCK TABLES `tblticketpendingimports` WRITE;
/*!40000 ALTER TABLE `tblticketpendingimports` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketpendingimports` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketpredefinedcats`
--

DROP TABLE IF EXISTS `tblticketpredefinedcats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketpredefinedcats` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `parentid` int(10) NOT NULL DEFAULT 0,
  `name` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `parentid_name` (`parentid`,`name`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketpredefinedcats`
--

LOCK TABLES `tblticketpredefinedcats` WRITE;
/*!40000 ALTER TABLE `tblticketpredefinedcats` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketpredefinedcats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketpredefinedreplies`
--

DROP TABLE IF EXISTS `tblticketpredefinedreplies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketpredefinedreplies` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `catid` int(10) NOT NULL,
  `name` text NOT NULL,
  `reply` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketpredefinedreplies`
--

LOCK TABLES `tblticketpredefinedreplies` WRITE;
/*!40000 ALTER TABLE `tblticketpredefinedreplies` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketpredefinedreplies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketreplies`
--

DROP TABLE IF EXISTS `tblticketreplies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketreplies` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `tid` int(10) NOT NULL,
  `userid` int(10) NOT NULL,
  `contactid` int(10) NOT NULL,
  `requestor_id` int(10) unsigned NOT NULL DEFAULT 0,
  `name` text NOT NULL,
  `email` text NOT NULL,
  `date` datetime NOT NULL,
  `message` text NOT NULL,
  `admin` text NOT NULL,
  `attachment` text NOT NULL,
  `attachments_removed` tinyint(1) NOT NULL DEFAULT 0,
  `rating` int(5) NOT NULL,
  `editor` enum('plain','markdown') NOT NULL DEFAULT 'plain',
  PRIMARY KEY (`id`),
  KEY `tid_date` (`tid`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketreplies`
--

LOCK TABLES `tblticketreplies` WRITE;
/*!40000 ALTER TABLE `tblticketreplies` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketreplies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltickets`
--

DROP TABLE IF EXISTS `tbltickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltickets` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `tid` varchar(128) DEFAULT NULL,
  `did` int(10) NOT NULL,
  `userid` int(10) NOT NULL,
  `contactid` int(10) NOT NULL,
  `requestor_id` int(10) unsigned NOT NULL DEFAULT 0,
  `prevent_client_closure` tinyint(1) NOT NULL DEFAULT 0,
  `name` text NOT NULL,
  `email` text NOT NULL,
  `cc` text NOT NULL,
  `c` text NOT NULL,
  `ipaddress` varchar(64) DEFAULT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` text NOT NULL,
  `message` text NOT NULL,
  `status` varchar(64) NOT NULL,
  `urgency` text NOT NULL,
  `admin` text NOT NULL,
  `attachment` text NOT NULL,
  `attachments_removed` tinyint(1) NOT NULL DEFAULT 0,
  `lastreply` datetime NOT NULL,
  `flag` int(1) NOT NULL,
  `clientunread` int(1) NOT NULL,
  `adminunread` text NOT NULL,
  `replyingadmin` int(1) NOT NULL,
  `replyingtime` datetime NOT NULL,
  `service` text NOT NULL,
  `merged_ticket_id` int(11) NOT NULL DEFAULT 0,
  `editor` enum('plain','markdown','bbcode') NOT NULL DEFAULT 'plain',
  `pinned_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tid_c` (`tid`,`c`(64)),
  KEY `userid` (`userid`),
  KEY `date` (`date`),
  KEY `did` (`did`),
  KEY `merged_ticket_id` (`merged_ticket_id`,`id`),
  KEY `status` (`status`),
  KEY `merged_status_userid` (`merged_ticket_id`,`status`,`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltickets`
--

LOCK TABLES `tbltickets` WRITE;
/*!40000 ALTER TABLE `tbltickets` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbltickets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketspamfilters`
--

DROP TABLE IF EXISTS `tblticketspamfilters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketspamfilters` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `type` enum('sender','subject','phrase') NOT NULL,
  `content` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketspamfilters`
--

LOCK TABLES `tblticketspamfilters` WRITE;
/*!40000 ALTER TABLE `tblticketspamfilters` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblticketspamfilters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblticketstatuses`
--

DROP TABLE IF EXISTS `tblticketstatuses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblticketstatuses` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `title` varchar(64) NOT NULL,
  `color` text NOT NULL,
  `sortorder` int(2) NOT NULL,
  `showactive` int(1) NOT NULL,
  `showawaiting` int(1) NOT NULL,
  `autoclose` int(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblticketstatuses`
--

LOCK TABLES `tblticketstatuses` WRITE;
/*!40000 ALTER TABLE `tblticketstatuses` DISABLE KEYS */;
INSERT INTO `tblticketstatuses` VALUES (1,'Open','#779500',1,1,1,0),(2,'Answered','#000000',2,1,0,1),(3,'Customer-Reply','#ff6600',3,1,1,1),(4,'Closed','#888888',10,0,0,0),(5,'On Hold','#224488',5,1,0,0),(6,'In Progress','#cc0000',6,1,0,0);
/*!40000 ALTER TABLE `tblticketstatuses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltickettags`
--

DROP TABLE IF EXISTS `tbltickettags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltickettags` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `ticketid` int(10) NOT NULL,
  `tag` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltickettags`
--

LOCK TABLES `tbltickettags` WRITE;
/*!40000 ALTER TABLE `tbltickettags` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbltickettags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltodolist`
--

DROP TABLE IF EXISTS `tbltodolist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltodolist` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `title` text NOT NULL,
  `description` text NOT NULL,
  `admin` int(10) NOT NULL DEFAULT 0,
  `status` text NOT NULL,
  `duedate` date NOT NULL,
  PRIMARY KEY (`id`),
  KEY `duedate` (`duedate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltodolist`
--

LOCK TABLES `tbltodolist` WRITE;
/*!40000 ALTER TABLE `tbltodolist` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbltodolist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltransaction_history`
--

DROP TABLE IF EXISTS `tbltransaction_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltransaction_history` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `invoice_id` int(10) unsigned NOT NULL,
  `gateway` varchar(32) NOT NULL DEFAULT '',
  `transaction_id` varchar(255) NOT NULL DEFAULT '',
  `remote_status` varchar(255) NOT NULL DEFAULT '',
  `completed` tinyint(1) NOT NULL DEFAULT 0,
  `description` varchar(255) NOT NULL DEFAULT '',
  `additional_information` text NOT NULL,
  `amount` decimal(16,2) NOT NULL DEFAULT 0.00,
  `currency_id` int(10) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `transaction_id` (`transaction_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltransaction_history`
--

LOCK TABLES `tbltransaction_history` WRITE;
/*!40000 ALTER TABLE `tbltransaction_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbltransaction_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbltransientdata`
--

DROP TABLE IF EXISTS `tbltransientdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbltransientdata` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(1024) NOT NULL,
  `data` mediumtext NOT NULL,
  `expires` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`(255))
) ENGINE=InnoDB AUTO_INCREMENT=4676 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbltransientdata`
--

LOCK TABLES `tbltransientdata` WRITE;
/*!40000 ALTER TABLE `tbltransientdata` DISABLE KEYS */;
INSERT INTO `tbltransientdata` VALUES (1,'TemplateCompatCache','{\"sig\":\"d0b7b79442be48bad3bbae26ed6d377023c21e1c\",\"cache\":{\"cloud_slider\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"legacy_boxes\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"legacy_modern\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"nexus_cart\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"premium_comparison\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"pure_comparison\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"standard_cart\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"supreme_comparison\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}},\"universal_slider\":{\"nexus\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"six\":{\"status\":\"compatible\",\"reason\":\"ok\"},\"twenty-one\":{\"status\":\"compatible\",\"reason\":\"ok\"}}}}',1805693077),(2,'WHMCS\\Language\\ClientLanguageLocales','{\"hash\":\"1a5852cff3a5895f4137334d4a3d1b93\",\"locales\":[{\"locale\":\"ar_AR\",\"language\":\"arabic\",\"languageCode\":\"ar\",\"countryCode\":\"AR\",\"localisedName\":\"\\u0627\\u0644\\u0639\\u0631\\u0628\\u064a\\u0629\"},{\"locale\":\"az_AZ\",\"language\":\"azerbaijani\",\"languageCode\":\"az\",\"countryCode\":\"AZ\",\"localisedName\":\"Azerbaijani\"},{\"locale\":\"ca_AD\",\"language\":\"catalan\",\"languageCode\":\"ca\",\"countryCode\":\"AD\",\"localisedName\":\"Catal\\u00e0\"},{\"locale\":\"zh_TW\",\"language\":\"chinese\",\"languageCode\":\"zh\",\"countryCode\":\"TW\",\"localisedName\":\"\\u4e2d\\u6587\"},{\"locale\":\"hr_HR\",\"language\":\"croatian\",\"languageCode\":\"hr\",\"countryCode\":\"HR\",\"localisedName\":\"Hrvatski\"},{\"locale\":\"cs_CZ\",\"language\":\"czech\",\"languageCode\":\"cs\",\"countryCode\":\"CZ\",\"localisedName\":\"\\u010ce\\u0161tina\"},{\"locale\":\"da_DK\",\"language\":\"danish\",\"languageCode\":\"da\",\"countryCode\":\"DK\",\"localisedName\":\"Dansk\"},{\"locale\":\"nl_NL\",\"language\":\"dutch\",\"languageCode\":\"nl\",\"countryCode\":\"NL\",\"localisedName\":\"Nederlands\"},{\"locale\":\"en_001\",\"language\":\"english\",\"languageCode\":\"en\",\"countryCode\":\"001\",\"localisedName\":\"English\"},{\"locale\":\"et_EE\",\"language\":\"estonian\",\"languageCode\":\"et\",\"countryCode\":\"EE\",\"localisedName\":\"Estonian\"},{\"locale\":\"fa_IR\",\"language\":\"farsi\",\"languageCode\":\"fa\",\"countryCode\":\"IR\",\"localisedName\":\"Persian\"},{\"locale\":\"fr_FR\",\"language\":\"french\",\"languageCode\":\"fr\",\"countryCode\":\"FR\",\"localisedName\":\"Fran\\u00e7ais\"},{\"locale\":\"de_DE\",\"language\":\"german\",\"languageCode\":\"de\",\"countryCode\":\"DE\",\"localisedName\":\"Deutsch\"},{\"locale\":\"he_IL\",\"language\":\"hebrew\",\"languageCode\":\"he\",\"countryCode\":\"IL\",\"localisedName\":\"\\u05e2\\u05d1\\u05e8\\u05d9\\u05ea\"},{\"locale\":\"hu_HU\",\"language\":\"hungarian\",\"languageCode\":\"hu\",\"countryCode\":\"HU\",\"localisedName\":\"Magyar\"},{\"locale\":\"it_IT\",\"language\":\"italian\",\"languageCode\":\"it\",\"countryCode\":\"IT\",\"localisedName\":\"Italiano\"},{\"locale\":\"mk_MK\",\"language\":\"macedonian\",\"languageCode\":\"mk\",\"countryCode\":\"MK\",\"localisedName\":\"Macedonian\"},{\"locale\":\"no_NO\",\"language\":\"norwegian\",\"languageCode\":\"no\",\"countryCode\":\"NO\",\"localisedName\":\"Norwegian\"},{\"locale\":\"pt_BR\",\"language\":\"portuguese-br\",\"languageCode\":\"pt\",\"countryCode\":\"BR\",\"localisedName\":\"Portugu\\u00eas\"},{\"locale\":\"pt_PT\",\"language\":\"portuguese-pt\",\"languageCode\":\"pt\",\"countryCode\":\"PT\",\"localisedName\":\"Portugu\\u00eas\"},{\"locale\":\"ro_RO\",\"language\":\"romanian\",\"languageCode\":\"ro\",\"countryCode\":\"RO\",\"localisedName\":\"Rom\\u00e2n\\u0103\"},{\"locale\":\"ru_RU\",\"language\":\"russian\",\"languageCode\":\"ru\",\"countryCode\":\"RU\",\"localisedName\":\"\\u0420\\u0443\\u0441\\u0441\\u043a\\u0438\\u0439\"},{\"locale\":\"es_ES\",\"language\":\"spanish\",\"languageCode\":\"es\",\"countryCode\":\"ES\",\"localisedName\":\"Espa\\u00f1ol\"},{\"locale\":\"sv_SE\",\"language\":\"swedish\",\"languageCode\":\"sv\",\"countryCode\":\"SE\",\"localisedName\":\"Svenska\"},{\"locale\":\"tr_TR\",\"language\":\"turkish\",\"languageCode\":\"tr\",\"countryCode\":\"TR\",\"localisedName\":\"T\\u00fcrk\\u00e7e\"},{\"locale\":\"uk_UA\",\"language\":\"ukranian\",\"languageCode\":\"uk\",\"countryCode\":\"UA\",\"localisedName\":\"\\u0423\\u043a\\u0440\\u0430\\u0457\\u043d\\u0441\\u044c\\u043a\\u0430\"}]}',1774146463),(172,'lastCronMemoryLimit','768',1774670285),(173,'UpdatePackagesDataFile','{\"packages\":{\"whmcs\\/whmcs\":{\"9.0.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"9.0.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-9.0.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2026-03-16\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"7.0.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-crt-php\":\"v1.2.7\",\"aws\\/aws-sdk-php\":\"3.337.3\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.7.1\",\"bshaffer\\/oauth2-server-php\":\"v1.14.2\",\"carbonphp\\/carbon-doctrine-types\":\"3.2.0\",\"cebe\\/php-openapi\":\"1.7.0\",\"composer\\/ca-bundle\":\"1.5.8\",\"composer\\/class-map-generator\":\"1.6.2\",\"composer\\/composer\":\"2.8.0\",\"composer\\/metadata-minifier\":\"1.0.0\",\"composer\\/pcre\":\"3.3.2\",\"composer\\/semver\":\"3.4.4\",\"composer\\/spdx-licenses\":\"1.5.9\",\"composer\\/xdebug-handler\":\"3.0.5\",\"dasprid\\/enum\":\"1.0.7\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"2.0.10\",\"doctrine\\/instantiator\":\"1.5.0\",\"doctrine\\/lexer\":\"1.2.3\",\"duosecurity\\/duo_universal_php\":\"1.1.1\",\"egulias\\/email-validator\":\"3.2.6\",\"ezyang\\/htmlpurifier\":\"v4.18.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v6.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.17\",\"google\\/apiclient\":\"v2.14.0\",\"google\\/apiclient-services\":\"v0.419.0\",\"google\\/auth\":\"v1.44.0\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.9.3\",\"guzzlehttp\\/promises\":\"1.5.3\",\"guzzlehttp\\/psr7\":\"2.8.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/bus\":\"v9.52.16\",\"illuminate\\/collections\":\"v9.52.16\",\"illuminate\\/conditionable\":\"v9.52.16\",\"illuminate\\/console\":\"v9.52.16\",\"illuminate\\/container\":\"v9.52.16\",\"illuminate\\/contracts\":\"v9.52.16\",\"illuminate\\/database\":\"v9.48.0\",\"illuminate\\/events\":\"v9.52.16\",\"illuminate\\/filesystem\":\"v9.52.16\",\"illuminate\\/macroable\":\"v9.52.16\",\"illuminate\\/pipeline\":\"v9.52.16\",\"illuminate\\/support\":\"v9.52.16\",\"illuminate\\/translation\":\"v9.52.16\",\"illuminate\\/validation\":\"v9.48.0\",\"illuminate\\/view\":\"v9.52.16\",\"jms\\/metadata\":\"2.8.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v3.11.0-php82-compat\",\"jumbojett\\/openid-connect-php\":\"v0.9.10\",\"justinrainbow\\/json-schema\":\"5.3.0\",\"knplabs\\/knp-menu\":\"v3.8.0\",\"laminas\\/laminas-diactoros\":\"2.26.0\",\"laminas\\/laminas-httphandlerrunner\":\"2.8.0\",\"laminas\\/laminas-loader\":\"2.11.1\",\"laminas\\/laminas-mail\":\"2.25.0-p1\",\"laminas\\/laminas-mime\":\"2.12.0\",\"laminas\\/laminas-servicemanager\":\"3.24.0\",\"laminas\\/laminas-stdlib\":\"3.21.0\",\"laminas\\/laminas-validator\":\"2.65.0\",\"league\\/climate\":\"3.10.0\",\"league\\/flysystem\":\"1.1.10\",\"league\\/flysystem-aws-s3-v3\":\"1.0.30\",\"league\\/mime-type-detection\":\"1.16.0\",\"league\\/oauth2-client\":\"2.8.1\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.17\",\"league\\/plates\":\"v3.6.0\",\"league\\/uri\":\"6.8.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v2.1.0\",\"middlewares\\/utils\":\"v4.0.2\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.10.0\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.73.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"nunomaduro\\/termwind\":\"v1.17.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.10.0\",\"phpmyadmin\\/sql-parser\":\"5.11.1\",\"phpoption\\/phpoption\":\"1.9.4\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"phpstan\\/phpdoc-parser\":\"0.4.14\",\"pimple\\/pimple\":\"v3.5.0\",\"psr\\/cache\":\"3.0.0\",\"psr\\/clock\":\"1.0.0\",\"psr\\/container\":\"1.1.2\",\"psr\\/http-client\":\"1.0.3\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.2\",\"psr\\/log\":\"1.1.4\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.3.0\",\"ramsey\\/uuid\":\"4.9.1\",\"react\\/promise\":\"v3.3.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.4.4\",\"riverline\\/multipart-parser\":\"2.2.0\",\"robthree\\/twofactorauth\":\"1.8.2\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.2.1\",\"seld\\/signal-handler\":\"2.0.2\",\"singpolyma\\/openpgp-php\":\"0.5.0\",\"smarty\\/smarty\":\"v4.5.3\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v6.3.0\",\"symfony\\/cache-contracts\":\"v3.6.0\",\"symfony\\/config\":\"v5.4.46\",\"symfony\\/console\":\"v6.4.27\",\"symfony\\/dependency-injection\":\"v5.4.0\",\"symfony\\/deprecation-contracts\":\"v2.5.0\",\"symfony\\/filesystem\":\"v6.4.24\",\"symfony\\/finder\":\"v6.4.0\",\"symfony\\/http-foundation\":\"v6.4.14\",\"symfony\\/lock\":\"v6.4.26\",\"symfony\\/mime\":\"v6.3.12\",\"symfony\\/options-resolver\":\"v7.3.3\",\"symfony\\/polyfill-ctype\":\"v1.33.0\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.33.0\",\"symfony\\/polyfill-intl-idn\":\"v1.33.0\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.33.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.33.0\",\"symfony\\/polyfill-php80\":\"v1.33.0\",\"symfony\\/polyfill-php81\":\"v1.33.0\",\"symfony\\/polyfill-php83\":\"v1.33.0\",\"symfony\\/polyfill-php84\":\"v1.33.0\",\"symfony\\/process\":\"v6.4.26\",\"symfony\\/rate-limiter\":\"v6.4.24\",\"symfony\\/service-contracts\":\"v2.5.0\",\"symfony\\/string\":\"v6.2.13\",\"symfony\\/translation\":\"v5.1.0\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v6.4.26\",\"symfony\\/yaml\":\"v5.3.11\",\"tecnickcom\\/tcpdf\":\"6.10.0-p1\",\"voku\\/portable-ascii\":\"2.0.3\",\"webmozart\\/assert\":\"1.12.1\",\"zbateson\\/mail-mime-parser\":\"2.4.1\",\"zbateson\\/mb-wrapper\":\"1.2.1\",\"zbateson\\/stream-decorators\":\"1.2.1\"},\"extra\":{\"sha\":\"5d26f5fec6afcc436b6fc368d17fcc9d4b0e370574734ff9d04b82fd2b1345a5\",\"sig\":\"GAKwIhpvpIP+76W1e9240T8KcCBhdxlYLO7gEMHzRgDy6NvD8nbqOR6fAgEZFo5Mx1lWTaubQx9wBkb\\/Fowh+JXKNfLyqHEqFaWGm1wtcQHLv63BGQCbbjM531JoN8D4pJkZBI4Xu3nqfo4vswBq3Hng578kIHTh2WeukiWxikNzkGhLyCsSor596BQOVautAopBRRZKdENZltMzxsPYxa1lWHrfUw4giU7vKZfB1ZchP2m+wFYh4WpbIlKRAWPUA2qgM3aJCNOtv\\/oywo1UU13uMRPUeX5wSOUVOx2Cz5ZQnKFB3FVQHhaRGbDgRRFg\\/hdo4BakHtd6BV5wXppvWQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/go.whmcs.com\\/2617\\/9-0-release-notes\",\"changeLogUrl\":\"https:\\/\\/go.whmcs.com\\/2613\\/9-0-change-log\",\"fileSize\":174756532,\"minMemoryLimit\":67108864,\"notifications\":{\"sig\":\"j4Ln24EM1sQctqSWKCLtvvc+cZAOOa5Q4l5tIx+jsDAuVruL52M2GzIB8yUbJgAp\\/FFmUqaUphyA6FLhFBXQ5bEdNIjzeEQzh4q2CbDqHcJI8FzmjRLkIaV8solZ8EgeRN0v98nbZ9Q0NYw4IEwnIY7Woh8vA\\/IV39ne707HaXS9UPjS8KkkwiF6+y3fUjSNDWNrbe9Pa0MDXQS4+OI\\/cT2VZaEljwrcdzqeaK1bWZQHFRcnfhnw6xs+y2JaMvpcPjjmUGHqU51AsTP1LSKna+ZX\\/hWbLLwrqY1kZdPKJ2uYG8j\\/1ZqXjZXzCA2fpn6fAsZeJT56Z97Oj+rpaCuWdw==\",\"messages\":[]},\"require\":{\"ionCubeLoader\":\"13.0.2\"}}},\"9.0.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"9.0.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-9.0.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2026-01-14\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"7.0.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-crt-php\":\"v1.2.7\",\"aws\\/aws-sdk-php\":\"3.337.3\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.7.1\",\"bshaffer\\/oauth2-server-php\":\"v1.14.2\",\"carbonphp\\/carbon-doctrine-types\":\"3.2.0\",\"cebe\\/php-openapi\":\"1.7.0\",\"composer\\/ca-bundle\":\"1.5.8\",\"composer\\/class-map-generator\":\"1.6.2\",\"composer\\/composer\":\"2.8.0\",\"composer\\/metadata-minifier\":\"1.0.0\",\"composer\\/pcre\":\"3.3.2\",\"composer\\/semver\":\"3.4.4\",\"composer\\/spdx-licenses\":\"1.5.9\",\"composer\\/xdebug-handler\":\"3.0.5\",\"dasprid\\/enum\":\"1.0.7\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"2.0.10\",\"doctrine\\/instantiator\":\"1.5.0\",\"doctrine\\/lexer\":\"1.2.3\",\"duosecurity\\/duo_universal_php\":\"1.1.1\",\"egulias\\/email-validator\":\"3.2.6\",\"ezyang\\/htmlpurifier\":\"v4.18.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v6.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.17\",\"google\\/apiclient\":\"v2.14.0\",\"google\\/apiclient-services\":\"v0.419.0\",\"google\\/auth\":\"v1.44.0\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.9.3\",\"guzzlehttp\\/promises\":\"1.5.3\",\"guzzlehttp\\/psr7\":\"2.8.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/bus\":\"v9.52.16\",\"illuminate\\/collections\":\"v9.52.16\",\"illuminate\\/conditionable\":\"v9.52.16\",\"illuminate\\/console\":\"v9.52.16\",\"illuminate\\/container\":\"v9.52.16\",\"illuminate\\/contracts\":\"v9.52.16\",\"illuminate\\/database\":\"v9.48.0\",\"illuminate\\/events\":\"v9.52.16\",\"illuminate\\/filesystem\":\"v9.52.16\",\"illuminate\\/macroable\":\"v9.52.16\",\"illuminate\\/pipeline\":\"v9.52.16\",\"illuminate\\/support\":\"v9.52.16\",\"illuminate\\/translation\":\"v9.52.16\",\"illuminate\\/validation\":\"v9.48.0\",\"illuminate\\/view\":\"v9.52.16\",\"jms\\/metadata\":\"2.8.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v3.11.0-php82-compat\",\"jumbojett\\/openid-connect-php\":\"v0.9.10\",\"justinrainbow\\/json-schema\":\"5.3.0\",\"knplabs\\/knp-menu\":\"v3.8.0\",\"laminas\\/laminas-diactoros\":\"2.26.0\",\"laminas\\/laminas-httphandlerrunner\":\"2.8.0\",\"laminas\\/laminas-loader\":\"2.11.1\",\"laminas\\/laminas-mail\":\"2.25.0-p1\",\"laminas\\/laminas-mime\":\"2.12.0\",\"laminas\\/laminas-servicemanager\":\"3.24.0\",\"laminas\\/laminas-stdlib\":\"3.21.0\",\"laminas\\/laminas-validator\":\"2.65.0\",\"league\\/climate\":\"3.10.0\",\"league\\/flysystem\":\"1.1.10\",\"league\\/flysystem-aws-s3-v3\":\"1.0.30\",\"league\\/mime-type-detection\":\"1.16.0\",\"league\\/oauth2-client\":\"2.8.1\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.17\",\"league\\/plates\":\"v3.6.0\",\"league\\/uri\":\"6.8.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v2.1.0\",\"middlewares\\/utils\":\"v4.0.2\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.10.0\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.73.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"nunomaduro\\/termwind\":\"v1.17.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.10.0\",\"phpmyadmin\\/sql-parser\":\"5.11.1\",\"phpoption\\/phpoption\":\"1.9.4\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"phpstan\\/phpdoc-parser\":\"0.4.14\",\"pimple\\/pimple\":\"v3.5.0\",\"psr\\/cache\":\"3.0.0\",\"psr\\/clock\":\"1.0.0\",\"psr\\/container\":\"1.1.2\",\"psr\\/http-client\":\"1.0.3\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.2\",\"psr\\/log\":\"1.1.4\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.3.0\",\"ramsey\\/uuid\":\"4.9.1\",\"react\\/promise\":\"v3.3.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.4.4\",\"riverline\\/multipart-parser\":\"2.2.0\",\"robthree\\/twofactorauth\":\"1.8.2\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.2.1\",\"seld\\/signal-handler\":\"2.0.2\",\"singpolyma\\/openpgp-php\":\"0.5.0\",\"smarty\\/smarty\":\"v4.5.3\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v6.3.0\",\"symfony\\/cache-contracts\":\"v3.6.0\",\"symfony\\/config\":\"v5.4.46\",\"symfony\\/console\":\"v6.4.27\",\"symfony\\/dependency-injection\":\"v5.4.0\",\"symfony\\/deprecation-contracts\":\"v2.5.0\",\"symfony\\/filesystem\":\"v6.4.24\",\"symfony\\/finder\":\"v6.4.0\",\"symfony\\/http-foundation\":\"v6.4.14\",\"symfony\\/lock\":\"v6.4.26\",\"symfony\\/mime\":\"v6.3.12\",\"symfony\\/options-resolver\":\"v7.3.3\",\"symfony\\/polyfill-ctype\":\"v1.33.0\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.33.0\",\"symfony\\/polyfill-intl-idn\":\"v1.33.0\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.33.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.33.0\",\"symfony\\/polyfill-php80\":\"v1.33.0\",\"symfony\\/polyfill-php81\":\"v1.33.0\",\"symfony\\/polyfill-php83\":\"v1.33.0\",\"symfony\\/polyfill-php84\":\"v1.33.0\",\"symfony\\/process\":\"v6.4.26\",\"symfony\\/rate-limiter\":\"v6.4.24\",\"symfony\\/service-contracts\":\"v2.5.0\",\"symfony\\/string\":\"v6.2.13\",\"symfony\\/translation\":\"v5.1.0\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v6.4.26\",\"symfony\\/yaml\":\"v5.3.11\",\"tecnickcom\\/tcpdf\":\"6.10.0-p1\",\"voku\\/portable-ascii\":\"2.0.3\",\"webmozart\\/assert\":\"1.12.1\",\"zbateson\\/mail-mime-parser\":\"2.4.1\",\"zbateson\\/mb-wrapper\":\"1.2.1\",\"zbateson\\/stream-decorators\":\"1.2.1\"},\"extra\":{\"sha\":\"545901369a01c8339c6dd35b0737ff78e334dcf77c950b276ed453c93fb3ca02\",\"sig\":\"UbhjOue3Hn1AOQ6S7e+9OT63dbuZNgr+MLw9p82YREtrGC5920IJ5kayt1Bpy7n+e\\/Nt3yfgjW8A2KH1+6hnCj2fmmcpxH55kBU8bejgM+UUUBQ2SjpIDkTDtcrqH8LhCPDW4NcaGJ0Ha1P1+aQPz5\\/64bX6zJsRu4AhKajK3vQaeAefYcuNutLgZf+EG03Ink0ynw2+D5yAcKCIpTWFPc3bBCsGSmsamCNCs9T4z6ApdUE0cB8pBiL3e58XfEKQ+jzFxm6OYu9\\/8j0d7zwHj\\/Ikk7sL1qlxR3DnmsEVgHPDAbKvLxtbA2PfM1Ti6M5B6ngIWl7QcMeacmA1CeVZIw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/go.whmcs.com\\/2617\\/9-0-release-notes\",\"changeLogUrl\":\"https:\\/\\/go.whmcs.com\\/2613\\/9-0-change-log\",\"fileSize\":174737472,\"minMemoryLimit\":67108864,\"notifications\":{\"sig\":\"OWK1wj8DWDL8n9SU3vnl\\/apsVCQbqu86SgaPrbOlFhCZNaOtbcAqBmBIuAqj2GYTwzRd+D21c8T3qtu\\/YxirTwmRfgfIfGKxA2KzmKVOL4ld3Naj+jAK9x4ZUEfNwf0OLyfOF8kMwMIQCcFGx0tRMMl4ow5D3PLw98BBCYWdE36hfj6KfpNecJuzHN6BcESdRJX13pAdA9Bi94VD\\/3vzBpTk1K0noxIdqI3TjxHuOsIL1eflySktsra05AV+W9qfGfXovfkIq8giy+JFUBvNVXjcNRYhp69J9YjKDcDr6hm6+561hsxQsux5uhplVLk6ig\\/p7cX1PT91TuNevhM\\/kQ==\",\"messages\":[]},\"require\":{\"ionCubeLoader\":\"13.0.2\"}}},\"9.0.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"9.0.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-9.0.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2026-01-14\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"7.0.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-crt-php\":\"v1.2.7\",\"aws\\/aws-sdk-php\":\"3.337.3\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.7.1\",\"bshaffer\\/oauth2-server-php\":\"v1.14.2\",\"carbonphp\\/carbon-doctrine-types\":\"3.2.0\",\"cebe\\/php-openapi\":\"1.7.0\",\"composer\\/ca-bundle\":\"1.5.8\",\"composer\\/class-map-generator\":\"1.6.2\",\"composer\\/composer\":\"2.8.0\",\"composer\\/metadata-minifier\":\"1.0.0\",\"composer\\/pcre\":\"3.3.2\",\"composer\\/semver\":\"3.4.4\",\"composer\\/spdx-licenses\":\"1.5.9\",\"composer\\/xdebug-handler\":\"3.0.5\",\"dasprid\\/enum\":\"1.0.7\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"2.0.10\",\"doctrine\\/instantiator\":\"1.5.0\",\"doctrine\\/lexer\":\"1.2.3\",\"duosecurity\\/duo_universal_php\":\"1.1.1\",\"egulias\\/email-validator\":\"3.2.6\",\"ezyang\\/htmlpurifier\":\"v4.18.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v6.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.17\",\"google\\/apiclient\":\"v2.14.0\",\"google\\/apiclient-services\":\"v0.419.0\",\"google\\/auth\":\"v1.44.0\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.9.3\",\"guzzlehttp\\/promises\":\"1.5.3\",\"guzzlehttp\\/psr7\":\"2.8.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/bus\":\"v9.52.16\",\"illuminate\\/collections\":\"v9.52.16\",\"illuminate\\/conditionable\":\"v9.52.16\",\"illuminate\\/console\":\"v9.52.16\",\"illuminate\\/container\":\"v9.52.16\",\"illuminate\\/contracts\":\"v9.52.16\",\"illuminate\\/database\":\"v9.48.0\",\"illuminate\\/events\":\"v9.52.16\",\"illuminate\\/filesystem\":\"v9.52.16\",\"illuminate\\/macroable\":\"v9.52.16\",\"illuminate\\/pipeline\":\"v9.52.16\",\"illuminate\\/support\":\"v9.52.16\",\"illuminate\\/translation\":\"v9.52.16\",\"illuminate\\/validation\":\"v9.48.0\",\"illuminate\\/view\":\"v9.52.16\",\"jms\\/metadata\":\"2.8.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v3.11.0-php82-compat\",\"jumbojett\\/openid-connect-php\":\"v0.9.10\",\"justinrainbow\\/json-schema\":\"5.3.0\",\"knplabs\\/knp-menu\":\"v3.8.0\",\"laminas\\/laminas-diactoros\":\"2.26.0\",\"laminas\\/laminas-httphandlerrunner\":\"2.8.0\",\"laminas\\/laminas-loader\":\"2.11.1\",\"laminas\\/laminas-mail\":\"2.25.0-p1\",\"laminas\\/laminas-mime\":\"2.12.0\",\"laminas\\/laminas-servicemanager\":\"3.24.0\",\"laminas\\/laminas-stdlib\":\"3.21.0\",\"laminas\\/laminas-validator\":\"2.65.0\",\"league\\/climate\":\"3.10.0\",\"league\\/flysystem\":\"1.1.10\",\"league\\/flysystem-aws-s3-v3\":\"1.0.30\",\"league\\/mime-type-detection\":\"1.16.0\",\"league\\/oauth2-client\":\"2.8.1\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.17\",\"league\\/plates\":\"v3.6.0\",\"league\\/uri\":\"6.8.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v2.1.0\",\"middlewares\\/utils\":\"v4.0.2\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.10.0\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.73.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"nunomaduro\\/termwind\":\"v1.17.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.10.0\",\"phpmyadmin\\/sql-parser\":\"5.11.1\",\"phpoption\\/phpoption\":\"1.9.4\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"phpstan\\/phpdoc-parser\":\"0.4.14\",\"pimple\\/pimple\":\"v3.5.0\",\"psr\\/cache\":\"3.0.0\",\"psr\\/clock\":\"1.0.0\",\"psr\\/container\":\"1.1.2\",\"psr\\/http-client\":\"1.0.3\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.2\",\"psr\\/log\":\"1.1.4\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.3.0\",\"ramsey\\/uuid\":\"4.9.1\",\"react\\/promise\":\"v3.3.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.4.4\",\"riverline\\/multipart-parser\":\"2.2.0\",\"robthree\\/twofactorauth\":\"1.8.2\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.2.1\",\"seld\\/signal-handler\":\"2.0.2\",\"singpolyma\\/openpgp-php\":\"0.5.0\",\"smarty\\/smarty\":\"v4.5.3\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v6.3.0\",\"symfony\\/cache-contracts\":\"v3.6.0\",\"symfony\\/config\":\"v5.4.46\",\"symfony\\/console\":\"v6.4.27\",\"symfony\\/dependency-injection\":\"v5.4.0\",\"symfony\\/deprecation-contracts\":\"v2.5.0\",\"symfony\\/filesystem\":\"v6.4.24\",\"symfony\\/finder\":\"v6.4.0\",\"symfony\\/http-foundation\":\"v6.4.14\",\"symfony\\/lock\":\"v6.4.26\",\"symfony\\/mime\":\"v6.3.12\",\"symfony\\/options-resolver\":\"v7.3.3\",\"symfony\\/polyfill-ctype\":\"v1.33.0\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.33.0\",\"symfony\\/polyfill-intl-idn\":\"v1.33.0\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.33.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.33.0\",\"symfony\\/polyfill-php80\":\"v1.33.0\",\"symfony\\/polyfill-php81\":\"v1.33.0\",\"symfony\\/polyfill-php83\":\"v1.33.0\",\"symfony\\/polyfill-php84\":\"v1.33.0\",\"symfony\\/process\":\"v6.4.26\",\"symfony\\/rate-limiter\":\"v6.4.24\",\"symfony\\/service-contracts\":\"v2.5.0\",\"symfony\\/string\":\"v6.2.13\",\"symfony\\/translation\":\"v5.1.0\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v6.4.26\",\"symfony\\/yaml\":\"v5.3.11\",\"tecnickcom\\/tcpdf\":\"6.10.0-p1\",\"voku\\/portable-ascii\":\"2.0.3\",\"webmozart\\/assert\":\"1.12.1\",\"zbateson\\/mail-mime-parser\":\"2.4.1\",\"zbateson\\/mb-wrapper\":\"1.2.1\",\"zbateson\\/stream-decorators\":\"1.2.1\"},\"extra\":{\"sha\":\"6f23f134bef6c98006d9bdc7ad5631d11b0134a7c9443496aa61aeaa8b1ba9d4\",\"sig\":\"VssbfgSHLYaY8Tq7LSZHLyNsNy7Fiw2Kh+y+57ECkNAQXjd9wDK2ip5ylVQuy7au5ZYihj22KJZY6Su6FYANQZqqdp77CtMjY243QswE7n\\/I4Ub53VVkgX7M1tWEH3zxQLp3Y+1Bv2NrnuLTPg++kLAge2+2Y\\/h9M61+pSHtOAh8Q2iS\\/qdCKVyeDR2MEw8HKI3pkac+fGBUq2vecWWyFyzP9\\/GQY3c3beeUr9\\/RUBqgVu0KFEu\\/fZqO3jsYJ3YKHLyM1nK2F+h5Hn1vqlOZQ4tiT+5bC+ecSgBCib8JhSgj3m6KH5Hm9tU8pscORDVco+4NHl0cvy3gtjgnIt2vsg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/go.whmcs.com\\/2617\\/9-0-release-notes\",\"changeLogUrl\":\"https:\\/\\/go.whmcs.com\\/2613\\/9-0-change-log\",\"fileSize\":174698133,\"minMemoryLimit\":67108864,\"notifications\":{\"sig\":\"ai2IUMuT7pyk7UHfnwPjD578QfW+kmcCMFVgGl+w90sS7Ms+mMwEOjqu8tpEZOLgcARYKUIH2SwVWFavNIpEPUa5hfhj9+EhILQ\\/b+hWg2ByAFHgq4gS4GTX0Lq+twtiatRgAOenBCuH4aOPkOT9o4+5Ra24ftqRFJ7ZBNqbLCA\\/GwkQiR8wkuyJUj5qHzO2UCnhUmWsi1ZRq9NxKaaFK5WGKNnZPJX0\\/tUBno5nl2th+F8Q2XbnMUuVZLtrXGyUtIhUnAn98eKfsCPCuX\\/0Jrhh8oKfhFdrJMUcYfr5h87zyFWkgf67T\\/rGornXFqtcwV2AuSLX0SY9fDtxFLszjA==\",\"messages\":[]},\"require\":{\"ionCubeLoader\":\"13.0.2\"}}},\"9.0.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"9.0.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-9.0.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2025-12-10\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"7.0.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-crt-php\":\"v1.2.7\",\"aws\\/aws-sdk-php\":\"3.337.3\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.7.1\",\"bshaffer\\/oauth2-server-php\":\"v1.14.2\",\"carbonphp\\/carbon-doctrine-types\":\"3.2.0\",\"cebe\\/php-openapi\":\"1.7.0\",\"composer\\/ca-bundle\":\"1.5.8\",\"composer\\/class-map-generator\":\"1.6.2\",\"composer\\/composer\":\"2.8.0\",\"composer\\/metadata-minifier\":\"1.0.0\",\"composer\\/pcre\":\"3.3.2\",\"composer\\/semver\":\"3.4.4\",\"composer\\/spdx-licenses\":\"1.5.9\",\"composer\\/xdebug-handler\":\"3.0.5\",\"dasprid\\/enum\":\"1.0.7\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"2.0.10\",\"doctrine\\/instantiator\":\"1.5.0\",\"doctrine\\/lexer\":\"1.2.3\",\"duosecurity\\/duo_universal_php\":\"1.1.1\",\"egulias\\/email-validator\":\"3.2.6\",\"ezyang\\/htmlpurifier\":\"v4.18.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v6.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.17\",\"google\\/apiclient\":\"v2.14.0\",\"google\\/apiclient-services\":\"v0.419.0\",\"google\\/auth\":\"v1.44.0\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.9.3\",\"guzzlehttp\\/promises\":\"1.5.3\",\"guzzlehttp\\/psr7\":\"2.8.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/bus\":\"v9.52.16\",\"illuminate\\/collections\":\"v9.52.16\",\"illuminate\\/conditionable\":\"v9.52.16\",\"illuminate\\/console\":\"v9.52.16\",\"illuminate\\/container\":\"v9.52.16\",\"illuminate\\/contracts\":\"v9.52.16\",\"illuminate\\/database\":\"v9.48.0\",\"illuminate\\/events\":\"v9.52.16\",\"illuminate\\/filesystem\":\"v9.52.16\",\"illuminate\\/macroable\":\"v9.52.16\",\"illuminate\\/pipeline\":\"v9.52.16\",\"illuminate\\/support\":\"v9.52.16\",\"illuminate\\/translation\":\"v9.52.16\",\"illuminate\\/validation\":\"v9.48.0\",\"illuminate\\/view\":\"v9.52.16\",\"jms\\/metadata\":\"2.8.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v3.11.0-php82-compat\",\"jumbojett\\/openid-connect-php\":\"v0.9.10\",\"justinrainbow\\/json-schema\":\"5.3.0\",\"knplabs\\/knp-menu\":\"v3.8.0\",\"laminas\\/laminas-diactoros\":\"2.26.0\",\"laminas\\/laminas-httphandlerrunner\":\"2.8.0\",\"laminas\\/laminas-loader\":\"2.11.1\",\"laminas\\/laminas-mail\":\"2.25.0-p1\",\"laminas\\/laminas-mime\":\"2.12.0\",\"laminas\\/laminas-servicemanager\":\"3.24.0\",\"laminas\\/laminas-stdlib\":\"3.21.0\",\"laminas\\/laminas-validator\":\"2.65.0\",\"league\\/climate\":\"3.10.0\",\"league\\/flysystem\":\"1.1.10\",\"league\\/flysystem-aws-s3-v3\":\"1.0.30\",\"league\\/mime-type-detection\":\"1.16.0\",\"league\\/oauth2-client\":\"2.8.1\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.17\",\"league\\/plates\":\"v3.6.0\",\"league\\/uri\":\"6.8.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v2.1.0\",\"middlewares\\/utils\":\"v4.0.2\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.10.0\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.73.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"nunomaduro\\/termwind\":\"v1.17.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.10.0\",\"phpmyadmin\\/sql-parser\":\"5.11.1\",\"phpoption\\/phpoption\":\"1.9.4\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"phpstan\\/phpdoc-parser\":\"0.4.14\",\"pimple\\/pimple\":\"v3.5.0\",\"psr\\/cache\":\"3.0.0\",\"psr\\/clock\":\"1.0.0\",\"psr\\/container\":\"1.1.2\",\"psr\\/http-client\":\"1.0.3\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.2\",\"psr\\/log\":\"1.1.4\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.3.0\",\"ramsey\\/uuid\":\"4.9.1\",\"react\\/promise\":\"v3.3.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.4.4\",\"riverline\\/multipart-parser\":\"2.2.0\",\"robthree\\/twofactorauth\":\"1.8.2\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.2.1\",\"seld\\/signal-handler\":\"2.0.2\",\"singpolyma\\/openpgp-php\":\"0.5.0\",\"smarty\\/smarty\":\"v4.5.3\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v6.3.0\",\"symfony\\/cache-contracts\":\"v3.6.0\",\"symfony\\/config\":\"v5.4.46\",\"symfony\\/console\":\"v6.4.27\",\"symfony\\/dependency-injection\":\"v5.4.0\",\"symfony\\/deprecation-contracts\":\"v2.5.0\",\"symfony\\/filesystem\":\"v6.4.24\",\"symfony\\/finder\":\"v6.4.0\",\"symfony\\/http-foundation\":\"v6.4.14\",\"symfony\\/lock\":\"v6.4.26\",\"symfony\\/mime\":\"v6.3.12\",\"symfony\\/options-resolver\":\"v7.3.3\",\"symfony\\/polyfill-ctype\":\"v1.33.0\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.33.0\",\"symfony\\/polyfill-intl-idn\":\"v1.33.0\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.33.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.33.0\",\"symfony\\/polyfill-php80\":\"v1.33.0\",\"symfony\\/polyfill-php81\":\"v1.33.0\",\"symfony\\/polyfill-php83\":\"v1.33.0\",\"symfony\\/polyfill-php84\":\"v1.33.0\",\"symfony\\/process\":\"v6.4.26\",\"symfony\\/rate-limiter\":\"v6.4.24\",\"symfony\\/service-contracts\":\"v2.5.0\",\"symfony\\/string\":\"v6.2.13\",\"symfony\\/translation\":\"v5.1.0\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v6.4.26\",\"symfony\\/yaml\":\"v5.3.11\",\"tecnickcom\\/tcpdf\":\"6.10.0-p1\",\"voku\\/portable-ascii\":\"2.0.3\",\"webmozart\\/assert\":\"1.12.1\",\"zbateson\\/mail-mime-parser\":\"2.4.1\",\"zbateson\\/mb-wrapper\":\"1.2.1\",\"zbateson\\/stream-decorators\":\"1.2.1\"},\"extra\":{\"sha\":\"c21edfe6427bc5e70c914cef6d07795e7552bd1d6118f6ecc8e70986c5cd53af\",\"sig\":\"SMOL4OFXTq7kk7GeRLsgjnQcVM4cu8VIgLI8H2qx9U5Kbr4yrKTPbVBX4efrN7Rz8IHCAHyCNLqsr6JWObjCyn4MGMaSCSXce7k7l3etSDrLLlwDpoTjrr3kyIPswv5iT+5fjY7wtjKdLpBGXlaF17cO9n5YEVrJLP6Jq5WaKFSH3TW6EOXn3GG97CO9LbC0WVW0FN8bnMXCdU\\/RuEK6R\\/8HfQl9+93o3ORaf4o4ONuQx0F5u2AzWTVSdf6gXR932eiC+ldoF7hRvshODUYwzFG7Ain1qcRcDq1nx\\/u0PSi5V+aymPhmelEZKsI1cWfeB+dNczzSbkHpjbBTazF4Jg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/go.whmcs.com\\/2617\\/9-0-release-notes\",\"changeLogUrl\":\"https:\\/\\/go.whmcs.com\\/2613\\/9-0-change-log\",\"fileSize\":145864404,\"minMemoryLimit\":67108864,\"notifications\":{\"sig\":\"odq7o+WjWik31L+sBWsFJuRQiGelZU1lhibSCj5p1wHXlPJh+EiRwVjjcv83T+WH4XPuOIpXfqZLJISAFWtXA1jqu8BPQKTpV4lKadQe1BUhSzxM47gGeDhQqumPs3PRZcqCbkKhRVN9X2kpZpEPWt7gAhNLGN+ghPT8BMhN4HTRJ0us\\/DJN26DLH1Ehq9Q8T1r6RwE\\/YyTJ1C7JSUk64r4K3ycBWM+EwRyT4hl4EGcXiocYf61jNS3meRHa6Wq1z6NrXnhOypxhD\\/OLi8KW6hRttx7JJ9JQuGBHfF6ZFIAWnBwMaG1tXVLKsSK+sFebd+KHiGBosUgM9zcAIQCmrQ==\",\"messages\":[]},\"require\":{\"ionCubeLoader\":\"13.0.2\"}}},\"8.9.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.9.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.9.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2024-03-05\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"57940a7f0f5c895247ef571dc5e54116c56a0d1e24c646d7887cdcb2d52c5151\",\"sig\":\"UsOuU030MIr+BIOvW3Zxl6fcDn3SxYwM\\/chZ1Xqrqt\\/ECQg0hTDjskHAgUcZHIcRH+bXsK2jmXlGOCjbU2wGc2lALC4iTSzP8Y0UzHuSwGYMEA+JGHYv3tsiOlF02PEWbcGrODjilp+chjWqu7M+u7X+v0x0Nseiko7hrk+hWVRhQC9DDLhVXknM4xPu1JnYZ098\\/ptYz6YBFpdAFdKIYdcezOCFXLeWyor9T6QIyFwskkkJWL\\/0ccgOL\\/EvPoJA\\/rzF17oSceju6sZhFoB5OVniw458tSWU5HdZZNSeXp0uWX\\/KBBBja6EUEODIMCUBZCXIujn+WTQYc36H4UREVQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.9.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.9.0\",\"fileSize\":\"119667615\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"SqqxdFXkxXc8UrzaSFwnSmwrQyVDnhkApsa9MCYmzoZpXoPgVC6gBQaM4l\\/vn9OzRh\\/kKkj2NdZ09zlCjOEGFcv0ilMJoW1uXHZHl6Na4ipm1s650aH+nRN6Bav27tekquhYfpR9Ko2RKmnnsRhX82JKVKAh3LE97Bcf4XLGSSWg4nt5Ds0z0CU1TsIFjbRiqjeLE\\/afsipFG6igTg71d4jRGor1RMQSglWtlc3WEDxFZD857UsXbRyNaanSORu53pS+RNpS599UsggbkckYOdTYtg9q1GSAvKYWVJKPwWoaJF6Axuq83Hyz5G64PriMCokEHPXxucCcbmMAsVLOLA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.9.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.9.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.9.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2024-02-06\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"49b56aeb76db81e4a90e167cfb94a8041079debd6d545512bf162ff4db603c3f\",\"sig\":\"MTi528DuTE8STctWiWfFeZ0RF7oer9lkqVHqhsuwxpS+wrX5hb6IgkDTgr4Hl1ZhhuXALW3PIM3vCiOpgriO3h+HdnL3ellqPMfrXTJb4H0E4jUo+NjbjF4+4CyE4m5iDheYNJu3H\\/vv\\/G9ccgAEz569Wv6iZT8iOGugwNX5oKbcKH35UzrmtpYUESQK70jwaGS11BCKye3MGiTsud7sI9qa+L+54noGLBCi+zBhyAE0c\\/LqymTvtRgg5Wh3m2N6MnV60g97fDoucOA+odcs9gASLfzQfYWEuaiiaCE7A0IxIh0kpl44IhIwv7QnRsup91dN6Hwhjgw3KMqIksDMeA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.9.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.9.0\",\"fileSize\":\"119260798\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"OrDlo1SwAMrVNumUNWTpiEZGHYQ7VaaUQSrJolWJwTB9xshvXtgNFssrVLy5QesTn4akAyFKt8LGVhECxEEQyGra84HSFkyJB1+A9zVb5pp260KS98j94xiXVO7taKH7CHfvmPvIfE0zzj2ZmXIRuCfRpAa\\/ZekqpgpJOiqExKFTvcKlVMxOyCg6eE3y8OtWy7xxWeVTCviTBsItMJxjQenMa2NLKhnrHCQ2Kf5hBSZ98fPgbGd5vNojeiO2zaDLD962ysCJiMWyMCMIuOLyRZMiFTBumsrcbkfd3k2v18iK2G6m3WA6U8F+yfkVrhPaGR3RCDgUds34QCorzzS1vg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.9.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.9.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.9.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"9ee313b87ee7c884fb5dd74cd693abf88248c508347e7bd3b2fdfaac171f2e68\",\"sig\":\"Kv9ViBeqtv0lpZCJSOE\\/mEdRTmuMboAceCM6rGPrDbH6paScL2CDhXzVGWX3rXxkbc2XlTm4sebpg1sOs8+y6ux\\/aX9ATJ8QDUw5HuEmzpCfVArxy60tN\\/2dNBusfWV4QhM6q2p0w5DJWXvRB4kNhhEQw\\/Jw\\/w1eisaWt+CIQHWckoMQY8TffMGS3ai+XhY4otqEur052CukqM2OtYSkhH\\/9FYzouaT5E39mQyShJegRrPw7V7LQovJe80BkSCaQwOfWtItMUYr6RfYFUpQzsUTd8upVocDUl9tj5TwfiSgdaBfcy7bA8yLFXbbvshUhWMAqiFi3xivbRGe0ijMNDA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.9.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.9.0\",\"fileSize\":\"118476955\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"SATihSZ6GOvRvncy60R\\/W8Q25G5hqOVYSVbZ65e45U\\/3oVSQlXwLbh5Gizu3qn3GBhzEqXuOaF5zFVIWN2jsiip7WAiNL3HgoSH3wGJY5Rneh1e0tXh8xAsIcZoXwqifXOQlCOcwFZC6ai4QYE1d\\/pOjwFP68ml7yIClHMbSx+Zn39kg9p8PfHmJSZekiEUCZUzcbYybeqW+l1UUhZu2+8\\/DBjfAHsTc8tSOTd6lmttyLj4ryCKkvVmx+VsgYHYyUwLtk6L1GKiaaUZvRbLoIABxV5CSd98k7Mvm3l9mnGUJAEVUeaCe7\\/BtpUz0xEopgT3y8u+6vTDNCdm462Bdjg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.8.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.8.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.8.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2023-09-20\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"a7a72057858684ff9c27eb498e5f685d8247524ef9d1f25ce79a4678585f83d0\",\"sig\":\"mf+kiKGRwC1RZRd6+bQSSr+oRsaJNlMAjr5mAigxahOVE3WLirVs6Y7dodiROxRZm1SW88kUdN+IWzHgQYbkhSJHFJlqc5Zy2s7d4kZb6gwL4nwURiJTIQZwA0oJ9CV\\/\\/nVHgUih1K\\/Y\\/gtztmXz0Qf5p7TG0jcKItcnGruU8b3PB26qOE2iTChpI+fPx+Ffin+wsU6OrENJBvi1EWONkRH2qhOFPCx7BWsBXUrOU0rKyeLl4rPtZSSLHXk1jR8seR2uDYSu076P38WZ9TztnEKrkORq1rPa3E6UO98qEOc+H4qhO9e8sPIdkBax2FQPXajI1OJnH5lbW2RNB1dGBg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.8.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.8.0\",\"fileSize\":\"117060717\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"byZIBsWEjGQA4LqYT57uuXVMP3Zbop1O1lg53jwDdG3DmM2djzl\\/J1fB+WRV05Giv6d2SgDyM7LwOeGdlvM5yUpxHL7ATXcL275nZbX\\/JN7V4KJeWw\\/M3YbaNzomPPDTtzw60NYM3PorePAEGr2VufGXWp61acGOMtZUT3Q1iwa\\/W2rfs5AzXaDNEUo7On6kW0ImeonnqSunIXjSssjrlL31WtrG5FfpnUthbq9RFvUkjgxM7Bonc5d3gA5T30SYhs1iaiNXxfXo9iGHbrj9fQuToatDAmwNI\\/Caoe3EhXMTde3qH\\/cU+dz0i4svcV\\/PruHzGw10mXZxZQ8DxS5PSg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.8.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.8.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.8.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2023-08-25\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"1f4ed96a6085d097d42bf6316b942b7ed4a2ab59e8c8bf8795b7beebcb13766b\",\"sig\":\"aWR7QiycjwvVKCswCo9VInjBRTA8ztH0PzCCCcXSTaeqOnCsP7cNiMVY2ZT9F0dT3P6ThmRyuVulzLwhAWzEE2Wb8aq4IFiouT4fd2fmiJM8QHc4zZKgmXopXguB47RYFzyA4hGvYpP5jecKtt1eO1MRm17KOv5YRAzqnjCnE\\/fFETfLodDSORy5m8deaLbsUBsdHXxGLbPJvjve+y1EogDY5QQjuCtXtLqZgU\\/T5YEseYg\\/BNmyLdpauu9EPqMRZM3eH5Ta5A2x+GbLSjIKgII+WuRUnEF755XmKa3v+7hT6vqot3UpIPWJxQd2d8JgbQsFotCk+9P\\/7\\/VA0P89Ew==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.8.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.8.0\",\"fileSize\":\"115868939\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"lzehtklhK\\/cOch0JOuA6QbV9lhcRR8SqT\\/z8G6Z2w9Ti4onJuxjAMA85a8YYS3IMLy+z2iIujhvg12ys\\/NVdkRmHx9T0n2WFwxeZ+Pq6PPYMQiRWeUAttxCVN6W7yj\\/VlmockdEwAPGr47Jki8W5TE08bYib2I+fKIPZ0vLeKmHmbw8hZGX\\/SRhQMKeXjfwun4cEABEm6AtCMCMXllem0w74ouRz\\/b7peXrnWxwm8Gaexs7gAvZPUcUqWOW3p\\/EkA9kj1AdTMzeLopWbXmKtR8cr+jxJA4VXr2Ato+XtT\\/HC9DcWWF645Fvj883oGscDYxLsaZCdvDnYnvUK9sNkvA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.8.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.8.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.8.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2023-07-26\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"11cde5f991938f6ff76694c05e27c18bea231cde080d836d18ea811a58a5a6d8\",\"sig\":\"Dfga5NvR+NDTsFHAeFzujxB2qmKCZmbOHoZFPKXRZb6q9dYO4y4LvcscEgIDPZ9Vym6vPXvXOfnO0is3auEqRVXIXFUJb0XRLckfRj7IE2p0j7Muz\\/67G0DExtH4LH5n0tIL9ClJVk23ZQCFaXnqFJvmCdHra\\/bmiDnD40lKmQK2\\/1yCawsY2M6pM1QI2GIYMrtKAVeHhF9+FMOgDwVPDyn4I0B\\/NLxYyGPVRRsAMZyBXCFNqzOAeyP8BueKVmlPtjB8Iv3bcos8GREbBTMGOyg8GsoQ2uTAym5vYQWuHaSSD99tbjXJwrTUu+BDZ69OrVLGJdps39Pyvtk8lvTNMA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.8.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.8.0\",\"fileSize\":\"115702608\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"oIybbBhagFUFoImKlaPACHsKY0TmSAmyD\\/bkYKH4XC\\/IAc38j4YPZRBBhQ4gEqOYbOBWwdTyzdRa31Di8ycfjA1qZZC9pUQaJrPNvC8YpODrXSvwYxXwbVjqoKIjMH2SMhMC8lyJBOmcfYXHHmONoAicP5pwBuvyTGkO9Tgpjhkz6Xqb\\/Rthm71yU19FixnGG4lwM8b3fsUQrIGSyNoJhVq7C1Iv3g0Y88Mh5rkkave5gnVYl08EKlMpFd5Xm49f+tuqoCmnPXVTKqp979HH7R6co\\/RoNLMxeJPKTKfIhSpDsRzHDSsD1kOYh8w3IAI0nA7A339W3mco8reqLdfLVg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.7.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.7.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.7.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"2023-06-14\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"15973c60cbf3afd7c4d4a0a7238a2acabacb501223a0d4e5445582d1ae9ef012\",\"sig\":\"VUt4c3P2v4aWdR7+gHZklaSQiGlB\\/imGU\\/vV1KW\\/jAQN\\/xFELp6Ko5JTiiDxqOfCe7bXqq3htUDZwUGUMR\\/HD7\\/YGCj1W+xH2fmkbok7dl9Jka1Qc2AlKmqLzqPiFexfhsa0Wqealrwgg6FVxBwsJ24mWxuYV4h4DJjrf0FgDIFbBQB0lygmnYARxbrBtraznX2NB3MRzEpo5hpWQ5SiEqQ\\/ouKQGKT\\/3gc6k3QFpYpXe9mgVoRZCCYw9at40Q+Z9uHusXjfSY4uNWqFbK5xbmbNYKvWgrIDjeFIpTq+PZSGv97D894fVC5rfU\\/QjY6IchGAVSFaIYHGn+0n1Xj0zQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.7.0\",\"fileSize\":\"113421354\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Az20IjHVVqNfXwlHCDg\\/tHkHVOzcXkDDNbXYUE4U1iCh9c+PlFOO2xT9W4jmFvV7kGhXDBaF7QCAgVYZkP27aglGFdUFY\\/p\\/NqW0UjkmmaPyJqMq0RrnV3IGeZ0KAEe\\/QpB+FQb+GxCSEYfXty+igpoO0ArDbIRZ4JnEnmdKpV77Iw0cbeBuoOAnhndRYI0ziaTJs6vopeAb7LHhuTX5+Vb5zHdMvdo7eXquu1Crc8oxNiNuFw2ApnbphBwF+4tqcN70VQx+Gh+P1Su7rOqJIsKJesqVB\\/+7svr\\/+Kpt1aGywAO5Im+SodHzEnugh0vRyCnL\\/Gzjnwc+l68uJC\\/E\\/g==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.7.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.7.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.7.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2023-04-25\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"702357a5d08878cf592b07271ebc3194b7dd02fdfb04a3cca5815df74296de6d\",\"sig\":\"FQdP1oQmyTiHWUDciMowG5d65LYoidYwG+6jhut+YhE1LVuSDvErJrgY9yTFKkb162lBPfchQcU\\/qYqjb7PmIMreixJb+BO7XaD6qS3Hu53+Xtrp\\/BMrJUQgwuxCQnZ3+fG8gkTXfPxwtzhUK1zTghVEYoV\\/J2CJcwvRjQd7D94X8IyLGyy5fGkjQ7hdanp5DQNjqivxJMB1tIsvUBhqmopnT3DxU4FWY5RiRWpSDNSesEeugmMVtB3z+BzOL9k+DDFJrycbLa5k++VrP5LEZbgEtl307TVLRlVBfBYoIsHKnkdqlGP5wWR14uObISPqcJpE2Ct8bc2tiws2KwoWig==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.7.0\",\"fileSize\":\"113424740\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"XxCbTlAPH1ma84vqPH5THOBiUcBBHQFG4ZXX5GEYYk3Pv\\/XFB8UCx9HaL2cojAbBHWf7xYcllua3C4V9VunJ7wWq184apajpzS+b0j3SBxgXBXagUCvs8Sm1L5STrR+x68IT5tgMKNHCfgyPDLMU\\/MCtB6mZdLQXX63IIUsSP0+1kD+3PVvBxjFe+MdFNz0whIkg6sHbz0\\/DpvrSgET\\/Tsf6bS7MG7d\\/Ctz9NhlRlKIP1tFgehLtiUjj9zFl1bTmvLyzem0Kl45ZdcyrjO5\\/NNut\\/LEs\\/KOJrWhsqsRMkMtzTqAErR0gIq4ItGPOUUiLTFTHLA7tlQuYppgDLPt84w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.7.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.7.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.7.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2023-03-23\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"4a89ac9f981a148f5fc1c5e0b6b95be8bacf3c309da17594c837015f6b936b5a\",\"sig\":\"oWWcM+yahzHR0RHyy4iOALpLtBVMY5Yr3gfQSyiP3O4tLmKFm8KPSq2JMQA6O6wF4svaeOk5dRG1EKXb2k7nj+BtDuE++jOhi7XwxmRk0BvwnpJyGZ8liFMICYJseJsh7mHQwVsR1OW6+Y7hUBZXZb01o15q51OqymTDRLkwq9tP\\/cFgQ6KwoCo1x2M204vT3gzBzYESzbKOIKDiatVbkJqRfiQurGq4AGk0ifil9GyHRsyYZctNw2t0cL+XQFM0Th0DtLJc5xLw2\\/5bsvBi3xboaY634XOvW3LeATXsvoRTXnVGrczP4tnrZpUsl\\/GNP20R3R\\/hVdh2reBJLW0l1A==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.7.0\",\"fileSize\":\"113347873\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"LOz4em1u\\/X8A5RJCyfzyScW2AV0TJqq0L+ILy2Evvs9uHAaDpjza1gWZzGYm\\/F96azX\\/7CQ9bg7DmX\\/HOdw8CfuU60GsHT5wNLGrWI6J6ZpcpiHJlQK6LbKaFvmwZsiX6n9c4g+BZxQcWqNRvAFXxdsgBSfh77IdfKr8jE1y0YHUXLHPb5kBvoPHoDBgZUbIbttuF+\\/tkxscED+UIZeKiG9\\/L2WTz4zQ117BEo9y4aDlc8\\/xR1gxPXmL8GMbckjqEIPi0jcgCPYN+CYFQGumOgqiYxlx+kZN8bHZH0QtQNHUnDMbVIxx5CZ\\/t5t\\/IrkaM+XlEkD2cp29eGzfixzfKw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.7.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.7.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.7.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2023-03-20\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"10778dd22b1cacacc29e0678d2630c0c10f994ffbd0c6b2648239df7591e58da\",\"sig\":\"D8mn7DEhV\\/ELE10n7uox9ELsRiZSuQy7UnoWhQqiWeko+dS+NiiE+F6i68b\\/rHjxMNTcQ6mnFWElqS1sVPPbykXUOAtDz+gdgHzQZjo5hCAUI4yd\\/oEQorHZt1YsUMdZdgXaUk2UxaOaEKtlx5hydwmYvdG3rv8aB3kSyUMkvJ+vZYtBe47i9Jm6faFS5DP4+kx\\/g4LV+FMVFl9fisHpJRLzmuphZJoBBxXrrrH7x8QUexINHlcimx\\/ZLD32PAwCm+97Xdb4WrrCD9uLfjSnW7EdTN07iiqxv+fh0JtH7qLKnb0C3c4vTEpZD5zpjBCqKPs2Q8v5sUK4S8U\\/cMMXVQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.7.0\",\"fileSize\":\"116406928\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"NFvhxpBVc059rWEAmTB92Sxx6YRjO\\/xriKa5wU93+Pbp7HQl3BueACtpn8VzJIHFP8ZgLuCz71+zwtGIWjGP+A9M6czZ4Hqt6fw\\/Lo7s+mu7+Mv1+Hp73J+yGfW5JATte0B2HIm44Yi8pUfkyuEc0ANtSH0qd06oaj+3O9zl04nhfkgUX9XG68DziPIt6xjaODaq3X+D9LCYEQnVIpDLRwlQb5ZcmLwxTwfGFpF5N+8AFZ5VJ9+YucLqVIz+rjITsvk\\/HAmqeRtn\\/FRtMPcWWc9VP+gZOomRc\\/9sRHKo4R0Dgko0XdW\\/zhjdAjswWYFoIQ\\/gl2g1UVVVJgCF0xws8A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.7.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.7.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.7.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2023-02-21\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"56d091ec8dc0499cea9cffabe66e9044e8396c56ad0be9bba275fcb1fb106434\",\"sig\":\"FjD4d\\/BEH3lrdi9x9DkLqXIgPXuDFXWFOlGh1wPl\\/u8d5meBP9qm9ZXgyYuGR6ItF5rKRoxnp\\/0VFzekhyK9YRJfvmkEjmz98WR\\/xHQHWlIJOiWwoBga\\/YQcfdxylL6RANd9VH1dBwksZqaqKFyycTEZcN3Fc4EbBsJLVRgfPLHkPtIp5RI39iuiI1G4MOo+uOSU459AtzK9xH\\/8C2U\\/kbru5ddD7Mrjs8cE7EnNSOV0C0UkOeKLbexzHz2\\/QVAvxtvK3f5PILOk0lnFVcKKY3A5onAnVQrDx81TmWuklorivTIR15+TbGVE7Xa4RzDUTUH47\\/31SUMcBXs9IYw56A==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.7.0\",\"fileSize\":\"109507842\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"niSQDnjStrhWkViMYSOkuRWTW2UlmXqh1xiXZAw8Obk2spQSuaq1lg+fuwIQAePa6bnRPIyFoxkgQlMilMnDx17cqMKhvMntWDTVJZfJt8bdYLsIQHzdRcLOiNQrZmwt73UmiDWYeWM\\/siasD5rS0XQAbv4U1MJBCEj5Q37bODY8A+zfpfFgTHtw2Hw\\/PIvF59LlqnSzK7\\/KX9vBDeSUU+cxEg1LjIjIaFPCbLTXChW10py1PomfQpTDz\\/plXEcSQOCpxPJNdUmNLB9zZd1rNoux10JSbswXwtodAKMmCuFxV0oqiLOygAdtiRSE4JhaBf4YdGmLeQisUFr3kM9avw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.7.0-beta.2\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.7.0-beta.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.7.0-beta.2.zip\",\"type\":\"zip\"},\"time\":\"2023-01-23\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"1aa8217eeff9281bbac781cc354fd826fc7502d76bd0d8402917b8d35e36ce92\",\"sig\":\"auZAiBY+XKMIaBJL3mkf7V31p0ULAYTJ6KxQ4ysQ6RCGmRL6poajlKfpb4EfUUp0mL1h41+9HwZGqOS+HWU7ygROzMOgvKAZ6bHIm0Sw6O5ymGpDZYyyGuHtxG\\/7TBkt1f07rtzRAJ0SS9gU1+g1o+bGRP5HUGpYhLauQtdnc0oG0blHpPpz2tD4r6A+0v2Psc2iSrXQyZ5D579cBbC8oEeEKS2DYolFBirZ\\/9+t3ZfdXkmq\\/D3eqKjAn8o69kDz9qUX4b49ffRfjdqGVZNe2TF+Uhmmryfi3qvmSUntZ9uqrtEoORDKdw2rU9ddMFFHtMTIb8vRqNNDSWQvxzMAMg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.7.0\",\"fileSize\":\"110202413\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"ouAHiqarARO5TgA912e8w1vPyWGKidMSvv52pjTZi1OjIYi\\/qZ3d\\/asiywyeey3qbEGQZUFSxjLuFBNllwBv+VVFAJeqj3Kk\\/+jb5XCaZK77nfU46KnzDy5zvmoYAnY8ejlFGYbGsPBEhE6TR+A5Nrs1mLKO3z5wkGq3WVRSXjW+3gcPp\\/g8lDz84DNDfUxb1r4B4AmFg7Ynqxn1sON2HxIFQ1kwkTftnE3IGtYoeXj5QpevVT4\\/RzDgOq2DyYG7mCv\\/SSF7fBtMQyIh0ZRHiXpguRilG5z7bcwbXPGeHGoE1T72scdIIj3kC0RlV2Q6CreOYjh0ZBZBEYPPmcH9MA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.7.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.7.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.7.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2022-12-19\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"0233a6f226a035587960eedd5e8de708fa6f3cddb63d8f5aa0ae7d9ec55ad057\",\"sig\":\"c6qLvHM0LpN09aQE8wEwdurCrTRCly10Z1uTtPWr6Xukw1EmOQm+In4RA4VL3I30B72ziYz6zOCm18BGavBjudu9KR+Ey0ecfWpWTa0gnbzDpKP9qkYnCITx2QWUsaobKApNMzzrbOMyk53uWb4n5JeEcJ+WwEXzIDhGVJweqANalydGZQaS7KEglEfCCRiYw2CYPwFTCqmAb06bQb\\/d7K2pqrTKherjBB+DFCgExzgemUEIbsqm+3ex9MLAqwziY5XrGXZNWBs4fVHrGfB+rV2UJ5v8sEr1yln0yxO7S0NJ5FdgvzR\\/ut4f+KSj3ojy4idWi7DWHYgiDe6DpFLwZg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.7.0\",\"fileSize\":\"109418528\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"ADLIYco5wQMNIXUMY\\/pkJCqcT8BAnkZzRP9wJ5G7ooeNTXzlkGMlJxjoBv9HzkdMw9zsC3NYRD8Ga1zKGv7IW+l\\/f9Sn9EBgyjg2VEPtx0zldLiFc+iLpslqzt2Ox7AC7B3m3i6w15cQZ18NYnwkTaAhLef9wl9TJ5c+TWqBozXt+xfDujEKw9skwgmH4s3Q1ZQfaqWwp6BV0quyAisOtw+2vFq+log\\/p5Gv1NDq\\/jbHZUTFN9XSg+aUNqzz0BQsUYmFnejtzRqepV28vDg97qXSi5GcjhzXnw0lBhFLevLoyxdD3Xdx3xgltKkGuuRLplVn29\\/aKolP1zc1GDIS1A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.6.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.6.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.6.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2023-06-14\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.51.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"00f79dd4dd034ca355b6d01b5333bb2d5453e09d0603c7396e539b2e8bdfe27a\",\"sig\":\"AORyQXt06h9Bqb4p2xRr0bd2tqQfMebLIKOhEBEaoU0tCjOtfMio+T21XiA\\/qptCfm+YDKgdz3YO5YuCBMNOH2kDi00VGyuO\\/MDmUU3IC+EZFFBpy3gR5ETxiYwY2i797khj9SJWsZ3yDiT75Pmsk5rr+TMEXXakJiAisdPfOfqxeGWeAGWenV\\/5BoFUZ4PpwImchGlgTVPv3OUw1EPbH3MN0NMoDSaXMfIyZGC8VeY9iWvWiRZ3R2o44F73njT2HjZCqBFMGBPqIZxd4TiYOd5BulhgKhAh4KDRlEWX16xTQvJ4JNnAQ42on2OWLpvseI\\/s9sn0H8y0EJ\\/aBoxdFA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.6.0\",\"fileSize\":\"107181644\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Xo2wKbX2D9Uz3pb6A8IS9c4EpZBJfAVZHOuRLGO10m7ro\\/Cvosg1x+ySwxyvOZWfEsLWmVi56h6nYbLCgU\\/cZ7BskJSZNlpC3WMLnDHGMuAlUqMlSJUvAOl7iuK8awM6AEgKqOo41smXlrKt3WH6FNC+zet6OMntjZtMIP3SmOYT83lGfCPpOAHMEs3k\\/VJY1pedu3uijltMNquvyVxMzrkz\\/bSgtrQg6sl8Xx9KWvDNzcKX1Y7kyG5yxY4DgduKkv+0iLaiAwiHP6EFeSp1nK3H4PTJ8jhZx+mC1L+VCJxEYGkVSEXsv9xx0SI9Y8m0IJj2OStgJyJQSXh6zTxeJw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.6.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.6.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.6.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2022-11-29\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.51.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"d4b5d44eab65fc15726366c6a4b9d2092c84b8839bcb5d755981a834ead27936\",\"sig\":\"eaMSvrZBeGPVP0hgGkZlJi65G5JXrgVX5sRQvS+VjbbxnrxvLRqzhCdSfXMMhBez2G8JaYszf+hqIPX1t7XjiWz4D6MSv+S7UsvODC0lU7dDe0Ip9Y2FxCvu5vuciqUhIj0vjkZQAra9A9pnej4seGIWaT7OESYnBl+aOqau1Y076eZehYDXzW5udQk8aeq6bNtv7ZEfGxW21v6xAYKP1ut7K3Nmv9Em9VLow47U0RoxJAwqjae+r1PeNQpPBWv78ykEYm7zMwKrdg10x0f9+WFIdsY9rJHgc\\/7UXaxgYN9i3eDUempXxoeAR+PfC\\/AoaF+qEgmnIKKi8Wc9V9v4\\/w==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.6.1\",\"fileSize\":\"108720069\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"oVlynVzb18fbmA32KKvXoh\\/XEhFUv0M5CC0a8PlvNOkbwpQAogXc\\/zanW8L96D8bkxZWx76fW4v3MSezT+7iOU1r2IirzUr9buAM5U0nPT49\\/Ri8T3vDitvyi0CMQFhn7hIMWpD3XcwNxOK3fwLMCrKJ3CeKX9ufd2sbhnhhXGNf9nFReUHiQ7n5I\\/3bZghbZx8xsf7ffiCJs9LHd70dLYhfAs9jDZMtiz9QpyvxW8LEX0lyoEX5XQp5rv8uqwJZWAMJC0+fc8\\/7uNfSf8PADtbSKD4nPugfDZw2NMUeGeCFKh7wD26P2fZANyB6f6Kk44SCbKMGp9\\/CwMm1IciQvg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.6.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.6.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.6.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2022-10-24\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.51.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"516f58cf423065b55a04f50ecc9696a823549c409b1b3eeefed11c44d26fce8d\",\"sig\":\"oWcupuNlWRg0+eK8H+poKxDwO+4Sp3N02ckRfJfAlv9DC\\/QiNgPFt4dU4R12aASMvYPrD8T02cmepMYZM9Cp+qoB80wZTl5oeLy5qHvq0QASX84eH3yoslFkRd1N8RwdluDedH1jCzasA+tobujd7HYhcfbiS3U7CCJjgG0+fPh4PTR2uQNNnzgh1czKfRsC7SPRUUYtJ9eFG9HDBKC8gs3iG9lrMkmHJ272h1Ch5\\/2w\\/zdFcDvoS\\/lzUtiEcy1oKVSaRjAg7siE\\/5\\/DZdH0MfDw0AxE8ag9DN96rJsszqX4OuHM\\/xifCyXWYlg\\/6r2Wezh57rpKPQweecDq3J8BEg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.6.0\",\"fileSize\":\"108719356\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"csJ\\/P6zHXHEXG8aF7RQnPmRaroyOlv85yCg5JA\\/t\\/leG4vlpIdciLeE+61dFnOWoR98ZIWV\\/5MJdoICjD5hzwX5tNqaDsjRx6X8IuWpz\\/XhKMpWOCLBtwa\\/dnr18LGOyX+ofbcfH5daie5+rjh9N6pdib9JBivoHrsyAdYy6ke22WtGBbNQzjwXlbLnGNx1VIb6N9h2abTj\\/O4TdGW12YbnLiunLO6Xa69Nb5M6D5\\/s7wTv+9dA4Uycpdbc5F7sstA6AZxvP97m\\/YqvDTECWclQausSz2zj8oMG8ugEDnUcqoM6f5dNNlXqGtp+wCMY1h6b5VMwmn4nXcDb9V5eq\\/Q==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.6.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.6.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.6.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2022-10-03\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.51.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.3.7\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"8bf12fb0e17e59462e593b6a936840a1e9880d967daf43ed56c3fcd77a065941\",\"sig\":\"CzkPDVWRnDlcHzJ4dJIDNMaAeE4wrYMGUSY+B65BRusp+q2jd+92zLJaTJVyDtje\\/VbcvL\\/utUQYLI3G0CzfzT6lmZ2uebpTAkJ8a2nrCqfHigr2o+cfH696Uye153d57Ix3TbcaOJb7JObxhJkr1KSitBXGDS6k9flg3p1SJESO05dfeXapmcPJ49Qu6GkWMEJzCKJn5aUHHGN+UVW9VpHhGE8ZBa3rINuAXh6pBo+h9V2OQ2QQ2MxzxeTY1strQ5AcXw3SF5e8\\/8sXeVXjtUVG8WiB27DHpdclgolQLnB+otppG2IWEUQdhYpwz20Y1e89ke9xiQhUpe2paXmRuQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.6.0\",\"fileSize\":\"108639496\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"eDKZ1lTZBEcWtsAIINVWFLrM7SncAr8p1SUq4XT8aTZLhlfAHP1uyMC4wq1dmsH9tV7+qa4OuP37zbWpAoq9DTTkhbNHw9qT5DW7MxzXktIhsZXeGIFplEXd6U5WAkk9cCVWZ3yNMdmf6UkeS\\/LXLmUkYZYE2U6iY4B6Ck4iPSzJfv7BDZ7KsxbJlLpmev+X\\/CL0TLddsPaVvT60wRXCm9WMAzpu66SkixkqDjK8t0Wofu5AakDxAuaKD\\/\\/mqWai6QOaMfVW7DOD0P1BO7VJwWoTEGtKydcso6BZjlGdX+OE2XuXBDz03ALxC3zaj\\/4TWtkgnIdn4LVkvK565INJTQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.6.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.6.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.6.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2022-08-29\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.51.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.36-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.3.7\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"75cd40c25512c58947aa42c168536d8dcff3e060db107dc489835601a02b40fd\",\"sig\":\"BJVh5liPujLERsfsSId31Gm2Kw\\/gtt3QwNYe4Mv2LWnSMEqXdCTedri8zvABcT0J5atF\\/7Y\\/2Koo\\/TQL8y20WholaCd+dMRqEdUSANPhz4nxp\\/CaIUgwLdtpqUCOyWSnbdp5tFVQ6KHOvIBFpkwljWfPVV3UVPUV1X75EfC4gY6m0VXI3FlLRGGGp22CasQ3tqzKyNkw3MxhhOTV9z59P0lRIG5ZJHCCgIhkvWaUqDXaMD\\/El1zSPCnMKTqMg5vUzE4ggvY\\/J6DtoN1dNVcYLlu2LnawqDNM81xYPtoMKMkwH4b1t0ohutyZNXWyvbOsUg+qpUYhhqXlRyZ+yA+GVg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.6.0\",\"fileSize\":\"108492940\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"hvHdKY9UrPhFJS5ETUMZRqHl0OHJb9HsqkdFTpCX5ol6R6uVe4A4BMGT+diZk8O7XabD5RbHDfr0pcknThEOVl9HyuS+8GsUdGAtkmH1qzpqb6TQuWH8JhXxAgyVOZou63rozLGZh3710Mx34LWskwZCht2WLTwwR92LAZoEa1e9grzeGGsVFHuRIjUtYVqDFwsy+\\/UAKkhjcsBt3KJ\\/fxxwgOpTGg4J4ZJj\\/m9Ef3BCr2HmoYGYioCxtB\\/YeatMRnOkE1M7hZa5z3wGrYnjnFQdlonaS3jqmkHwfZ1V4AKrUSTYHnode1Dg9eJUHpg8CeZ5TaIK8Oj9\\/nJU6BTt5A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.5.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.5.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.5.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2022-11-29\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.5.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.0\",\"symfony\\/config\":\"v5.4.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.24.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.6\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.10.0\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"bd7bfb447b7673fe5378877d403d179ce7550e059185abd988a2caed820b8557\",\"sig\":\"EWf1MmkrAAbffzfJwoUv94ptuvh0GyTFQdjBm9nyet\\/AsqBaYPUQxevl8JX9YWL7RYzhCrVX9qdIx75WPEQk9aJaxX2uwHPGfpiwg5owUCzNgZxKNf+\\/BXKEKhbihlj+mblW0+zy3YpmDHLhHZrFIkdSSJXnV8wVg0gLbJQlNNLPdU+01vggnzLR7L0yp1RBH\\/fkFQy24GCWucQcj\\/hhBRVGEMpGmB8BphZ5Ab5npLyvstEiaP3+791ynbZKHsIv236zH6ijzsURugS3C7cdyFN31ISz4\\/yRl5Z+PhJAcQFoHNYeLR3onaQrHeEavJO4xxvDExha3B+RyLsw+vVRjQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.5.2\",\"fileSize\":\"84327149\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"PAju0N9aBQwvnm84W\\/vytivGh1xswXev7Masf8kToh0T83KNDkClKzLMbJJislc0EB1dsyndHnitszq0Bkuj81whtbj5IzdJeluyc0yYQCEbrlHqMG4CMNlFcOxVJ4yy3mWRr+Uh5zGC4DhQnlVjOlTG6JFtXFQyeIp+l9OrHdpLfW4vjqPcF6Pg8niH9CpAtdnKbDn6vlWKaTtcKkrrkQCckWMeJ7y1EjUr7cSlKXpjzfm3ifU0xCZ\\/Dwd2TUIN2mfzlTjPFW\\/INslygvdUjJtAftvqA+9U5xW20Db8U7f63fte\\/OkJrZtpsrNpp7QlMnU8xeiz3KDPSXCUFyOmfA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.5.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.5.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.5.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2022-06-15\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.5.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.0\",\"symfony\\/config\":\"v5.4.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.24.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.6\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.10.0\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"4474462d48389190a76c182961653bdcb5e2b3aca2603b17ffc5de226442cb0f\",\"sig\":\"F8mLIozphZjLdeiz\\/RhhoZuIMQvZ3retkAliUPGhUFdtX0HmTvvNsU2lOaRMv9F6crUUXsMd8fRZ0UxnjAKr5UddRNQ+tGsjoiYqbwE\\/HFp\\/LyrihOxULM1yy5PSi3M7DNBAv6TVX29HZQvcJ8EgEt6\\/97KYJMONLYmM1Q9YqpVDi2rx47nFyKC5+wJgOv4je8l8MEYqydp8ac2tGLFfD7PL9ROHUFXyxdwzeHSnRkWp6WpP1v2M4XaIpBD74fQvRfgShplAs8Auot\\/QNwWr84lqnZA7FyMoQ8u4WCj4wECuxzio3bMrEDD+GTwDM2wWKIaiY0SgFBm2lUe7AN417w==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.5.1\",\"fileSize\":\"84344664\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"f44M7XMt+NKyUsHQms1cRYZZytMkhomIxZ7T0V4P0itAD25Jo7QPux1JeGhrmf\\/0TuhIkSxaIhP14bxEOKGB8qsy1XSq0ZkDqx1A54QIMfTyWGk30a34qSufJWtw8uHv+4tu3GNKL1062ZA8H9x1ikVGyDPM5tBq3g+1+ISzFTlu2lPgopV+GZJM6IJTcYiE+rN8ARER1ZWXxRPFM\\/jM4Ptvrk1E\\/UmDHAVaNhD0HZa7FzfhIghPVddI21I5Ig7MAlvb23a1LS7Xf1ukg2uM1A5IZgIqduEcl0Yf30opT1qmrq91jzHpx2973HNMjNH0fpUECmPKW4ptjFXbspV87Q==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.5.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.5.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.5.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2022-06-06\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.5.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.0\",\"symfony\\/config\":\"v5.4.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.24.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.6\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.10.0\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"a3f96889670a3b5864e1c33872bcbab2a71037dd77447cb29095a6c099c53313\",\"sig\":\"SXdxoxgrN42mFB2NwFZ7OayVzMRqL10DvhEothdCR8f4+9T15Emscl\\/54Qgpd1HXaD32VDeR+GeWquFh50S+tcDmce9qgb9Isb0oiMWaFF+8UqWNt0rOKOTpA+2BWBq9vln4C+CPWoztEEBE7ZDVHkRiYlSk3mPkYF5p77Ix1m85Az46xJ\\/CU9rUbsT9fxXevC+Ilr8tDixGS58V1gBvlOxjmKKG\\/yTN1l0nwYglJyKBbEO5ExxCisXPyNo9PrIGRpVZup9dtKroQlrn+tVHZubcJ+D2SLlNvyJgo0DZxfnjfNORBHCo31OaOinSiE+VDPrIvx5KgNZclrCvJTC18A==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.5.0_GA\",\"fileSize\":\"84351336\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"I\\/+aJxvJLg0WVwVwZzSbBE4z\\/fZfz\\/LJIpYMvzpKz+69bXW7dtfHxBbUt+h8BqL4pIHkKHLOIN+EZ78LJITb+pFxwlMpqGZYD7up+ijLk8LJzEtY0KYpPGR9BrR40mdAGYW1dwlm0uy8IP3K45oxwjWABJIsf3XjfD\\/9sqC\\/m1+kt7f8EB9+b97Yi4vnVj77+8BzxNKRkF8QBnOFRQX6cVIx8VtTKipQfFXbCe4xXWmzbxROg1v7x9UtI2zmhLrXwtkGceWr0rUpgmIcBoNgrmeUj5cglbtcseddut1g4vcbz+Q4fZ539Iy\\/TR2Ul8jsNlsbsAIG8mqL4D3gycA+Rg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.5.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.5.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.5.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2022-05-11\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.5.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.0\",\"symfony\\/config\":\"v5.4.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.24.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.6\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.10.0\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"401522d5ab08bcddf3168f10518d79864c26e2ea3ddf1ebd8d908073b394ae4f\",\"sig\":\"db8AAtnSJ3FRHRFFVF+TPRVdooEnle4UF7hsplXJydS1f8LuoKZu\\/6\\/vPQZY2Xi6nPlG\\/1TTyHmS684qbWUzqGr3NjaKxOADhipqEIIJtQ8EEXax6CjpusdWibNpLq98WGSxkqthCgstlJhCBOjibE3xdr3M7PuLKOU6XD02KprwzS\\/ghftN8h5RblV8DAVAxiZ4Hpxv4e093dzNcosRSyQs5zrPJo+dCsEERdF7ASnANB9ltYOWxgdZtddnUYSfXp+gmaAOBU3b\\/tOgsGeQkZgy6dZk3BddVeCxVsH6YBYO3XkZj4c\\/oeyyvTprb1QS2N27RHJc429aRciCTWEAkA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.5.0_RC_1\",\"fileSize\":\"84174157\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"efcrR5qE9F4ChpHv5vQMI2WRl55UBYIU+ztkQPL+Vl3E1CoOQMsC8WOOGs3AxZ9u4XLcAv39Pk9OKeeJYfwW7BrCF6LWwHO7pdM\\/PhJ5D19MGuuwHBygTAOYHtSK8f6+jhF4r3eWYhEVUW7v5gPFzaKPFBtROhsmeWXlrjm6RbQ7JM0PKWrmBDVGKo7A05rFtzrWb5MG805oUz92fajsxyl0m+gRLN15mSYFT8sqMXcTCraRWQY0fkzxsJui\\/9FAFcaWPoXKrqJwtPoFvyWP\\/urL4VNUUJqKtnwNLaS\\/RUQtJ6EB8rOw7A3fvSD6V3boWl0K6fIm5l6W19IFKEhXZA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.5.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.5.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.5.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2022-04-20\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.5.0\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.0\",\"symfony\\/config\":\"v5.4.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.24.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.6\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.10.0\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"f87d2f7f577dc541a51341e771aa34e6a078cf6bb6fb402e7aade2ce0ee0e350\",\"sig\":\"nT4BEwlQf9YTFGMYTR1cv9\\/w2pfbJmv2cPxzuiPkMkac58nWA1WhTLfaxjMam+CL5dC4Uo1GOKPUlXdefSeT9Ah3Oha9F7lLQpFVZl6EpVKp4bj6+6kk4YF\\/6na\\/hage6fj\\/8MZc93Rm3Tt9iPsn2GXPqkaKV\\/\\/G3Pahw95mYQPXFA5oiP0NqHZztPoe\\/NApoVGCUgYN45wI0KR\\/2l5049+zegS0f3AV0q431KyHFUwYDRIqH0wHH8NDf+n4p2mPq5zuk\\/SP8NSdHRGBVU6K27AJY3hk7IiN4P\\/CzEek4Tzb6I2trNVD29THV2kHX9IXJaEAzWznIg3IU0ftOm27DQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.5.0_Beta_1\",\"fileSize\":\"84286489\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Z7lPPNZKVri9bWcvX7FDdPE2BS9x+NqL1yJnSGLzeq0gTKXBqVz9wSvrriBVNGvWXjz4Tp++IFJQz8catTg6DOqzVwPEhOywurM4oJFFYgdtkXgCsjZgM0PEiv1AUVjV+ZTeYXMt+ESQVH6nPj\\/h6FxV7E7h1YkLKWdwL5IJnB80Ak44yuvu4sQr2IRPwjbjPLiv1+3juQn7bOZ4Y\\/C\\/fAaF9v5gObj7j9OlsaP97yyAEn4Lc7HnrseJ0YadMkd7GkLnDnXNrbfd8x4+zWBHbMwDwuYupxhbuaTtFMJ2CoNlHNSzs6kZEtaGdWwXhwWNI3cGl\\/yzCNhSFvPoBgHF7w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.4.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.4.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.4.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2022-02-17\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.4.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.24.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"3ba973ed13e1df2cc80578c62db6d6016310b9476f136ad7cdf53f385eafbe38\",\"sig\":\"P3BLK7Q5UOnGnVvhcep2ymYdunEwobfAv2S5YxuNEIcqGboPhfgLYjnLzRvIq5jTQmYiaU1KJyDNiYsZMk+xBjumuOS1Hb6ERcjsvQtHd6a4SrL\\/qZpAoqM1OlsqgUvsWMDtWhaDUc6XFVHXB\\/SA3q3ksUyYWrtllXb\\/qgHcMvzJDH7xr05D3iW\\/w5q37rhKj83bGnHqaLk2zkHjs3BqIQWFO693ldHF4qac7TSiWzNl+AxvfypOkG0b5EvcR3y0I6UHGNg4u8ddaolNwqCeO3FEedxOyWFxdWs2uw6UZSfI0PfdXwsmTKh5T4vMSTZbAGyaBl+4W4nSjP0qq514PA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.4.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.4.1\",\"fileSize\":\"80044630\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"RPNljvww6d8LHpBBajO71pVVDAtgWZ4KdAdIDqMNkLLIjxMKc3htWOt1clA\\/8zhjYtjQ0kAqRyF1OV1fQvi4F6gkCpPKPthqeqojxye77knEJmZtG5uepA30mxuQED8TaEFh134Q9lLt9Hd7+iS0htR3NmjpKRtEd00HGk6JS06Ik1jvVpLdIITC8m4gr9j2\\/fS5JquGEK9oVo+4zQJzGRX5ITksoP510tIMbyD3blH2AJL\\/vWACqLtj68+N7on5m\\/eALTkHQXQTypiqHsTiVsiGba9iiOrxx1ajEk45HfjxlhoX9ALU1XoaBhLs4C0YjCCTg0Y+RD0m55EnWaF63A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.4.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.4.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.4.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2022-01-17\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.4.2\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.24.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"6dcd38824039125f912453b47e1cf2adaaa62a1ccd9c06305d0cb5ede448c208\",\"sig\":\"gzx2rtPpwEHOPjHkRcG6ctBUMTUSkf9P8QleKZPb562R3oefaNXQ5+0zX9SybDaC\\/54vvsIIzyUU\\/YXL\\/b2rYcBhwYyznq9TtpETWhAySnVL8VJuvBmvxWbp2tvxaxYQQCTn\\/ZDY5cie1KjeNjk2auSc32mgsvyu+hI5aQi1PNsftwoutYo6KWZrypx5gu10AMUo5aDj5jTLDA\\/uIhd7OKp5DIpFg1S2WcoiQ0XXGqTjCUWxa34GVfT6KtHGfQUWi4vk6QM2edScZD1jNoD2Tnj1lPhGk9\\/UqWOYFFflJrCjWTkSZDKrWG1o95wODazCjegAKdSkwN+uv+NKRTnrOQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.4.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.4.0_GA\",\"fileSize\":\"80023206\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"avAy9s4qebwsfxXN6u13eIZRk7UuSyIKu7UuoyCg+3BWB2luoZ0vLSJ0Qvm7QWkhJzhjit+kRQgXUFSQ\\/8\\/zm9VgzLEza8mvofVQ02qioe6AWVVufhiazUMjwNxtisOa5RXU\\/s2eWvf2GDLN8t4i4Nbhzt83H9wmvuUqi2mypzZhCJbnPkI9Sh8HSLHGQBI6KJct0KGbn5cqEOtVQGdMvJLD64NbBXiueRm4wzx0OsmExly\\/HKdoAzcTHCdmViLlsVg9Y33bel948O+YmiATjNfcIYcykunZUm+ZauewlErBYUpdk2EbJGIafIvsDGFYJDDBD1x4kL+yqyOdQCD5yg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.4.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.4.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.4.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2021-12-15\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.4.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"ad8cbafb13d37eff2721c6fefffbaa98ecc2ba235597d61e780807045c53b5f2\",\"sig\":\"TUopMN3gynf8dy+bRvJmgsadzOAE\\/S7XzDHwClEYA+nKaa7GtLsbw5oLz1JXdSanC81O4ZRFsPsPyrk2bWu+FYV9V8jWH1qgys\\/FoOMXDlslEgNZUPCOb2jjUogacypwpCIK0RDLn4AUvbCzVaE\\/U90pt+XNFf\\/uwF1lyN+4nbWoXI3gCI\\/EYbq8XeYpRVDjPmZCXRxwazu\\/Ljappq+wb8IQnxE7CsOQQfYw91wYXv78OeXFlPyobpkQ+uWegwwOAILwDTqJjtxr6MrFjEjhdOAkc6vB4SwOElux0gqLu+bZeabuZGXkFaZu9on32s3I7Zlu\\/A5SIZq3GB9Z90WRZw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.4.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.4.0_RC_1\",\"fileSize\":\"79970712\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"DJsCYJw4JXZHyHKt+IIW8bfmPv5b2hLlH3osxvwKdKQ+WsFyva5qSk7LFdJBrSG06hOXAoaF7fEOXTo9k59ZfnSulWds8xY7fSPzkQIG2ySl1EWp4c1fmHVbEgXRawJfVF+8yoTCsGfdE8iE+kPjGpFnb9SYRNqmqo12AH8GjVAUN8Bvx5\\/u14aO4XsTI+\\/GYojB380D4fbKdj75K25fVUuxQ4HDlf65EeXR9TLxJNkrEBZGjQHPe32M4\\/G+yxQb+6EhO2Wp3Vs0OuFRa+pQWhJrNdJCPK3KIRkLcg8eAjoFya0Czx2Q07azX+kgz7tdHZ\\/JFVKzs36+WqUj+dItcQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.4.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.4.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.4.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2021-11-22\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.4.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"b66994a5da551159d1ce21fb4708c75de6d30cfb5fac07d268b1a080f4d025f2\",\"sig\":\"enrpvGeTrTr9eB0Zxw4agwom\\/9PGmNPGaLEfYglt+2pEpoRfh26OeCzxtSvFe6ykosoxq7dGumcQatMe\\/EuSKWeerqwHaGWWUCMRvkKb6IoInCpG8QEdNfZwSCz\\/38\\/eAZ1niFpjXF15ptc4Yoa6glr0rBMybwFHE+Ra0X7v4OP5N9WO0Q190c2c3P5Y+v0vPTjfaKUHXOfDp5wWBUS83xTB\\/i0CI4rhwIPGKfXCKRyErz6kMZ70LvQVNaSO6FuWSRUy0KqzWjCL6WcVig5v20MKSUPRb6erLzB8+yx4\\/QvJsJFKpWeJeBdffaY5g4CSp0t\\/4iFu8zFapdwHGfuHYQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.4.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.4.0_Beta_1\",\"fileSize\":\"79948144\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"AC+somDDYxcUq5a1KkgKFJdlXDA0Oxt3uupliUJozC2Utw9c9nuKYjWfj1VqPAt1LkmmdqanVJMioQBsCYqA7LCKrH7bKMjH+QO+Cl\\/uoV5RylAJ990jevgvjOQAfuNYJZCfflD6+Ou74Mr8dAzE+M0StjlB+AjCA\\/66rrQf2y4J6njXAkcOC7HLBRN1m5KqlmOFIvoj8H+BZtn\\/yBUwD4dPApivV9Nt0tjIqhYOdxIhqNr0YzxpaFlHs\\/jOpImR1iGmxLVOjY7CDBToBpPK635Ds1Y\\/bJNFgOSSR2uD1rRW\\/Nb9xWZeydE1wyjw0yhi7JOA9zELz30ikkUSznfa3A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.3.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.3.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.3.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2021-10-26\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.11\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"306e9e2c3d0e67b00e24a964fd4db46c1148ea51ef5c52826ab266a27a523cb5\",\"sig\":\"kC7bOEgp0P6oblUc8RYf8yVWbJ3vEYklgKeUALS4iYwKIeGZHPVaAGtUdthjmCpgYxHLGMyx8gYyiNzG\\/\\/3aaq8OchQ8M4lcu3rwmzx1etlVkz2+AmJER5UhKR8nIcDVzHwVskzt+s1Ji+\\/sYeCcxhJqBFquXdYd\\/sjycq6Ww5cWPrkREgK8picOlllYmnhkD8f7leQq\\/exg4K\\/zYNnTONW\\/C8uVWH4pUbseiqCn8GBRrWB4ZAqBCkJIVP7V6jaaUB\\/0xNo4sl14ZQua\\/TC6o4m50p4YxPt\\/aae5ZjQZGuA\\/2xmNM7croJSEPrnPNCx5Pn1FKOu8QmtOe96yVxehxA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.3.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.3.2\",\"fileSize\":\"79729751\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"CK4E3hnYDLkcy6GDrVJP7rXfmff551oC9o6ogxR6gP6GeZAbnbf4G2YDMkI2tlUZXiLU6qiadOjkeGgaB2I9MWHclXnK\\/9vmQ9JTn5\\/lPr2am6x6Bh7bwPmpJN+pRFNmpFAR5\\/iC\\/rO19bsswxDci0RE0tg+9OviVtaM0PxOUbqaEGAcJp3eX96n06zhagK4ADU3ONAfIgn3+rT80TAiH7KDp+NL1rqIIDx5pqehYzwHk6AtAAu2DMLivWD\\/aE2MJsmD4jjOyv\\/AKrglZjuoxKFaUh7Io75cyV3bJvgi\\/\\/eCXso6cxlLYWwXq6xCLSvsyIkjssPmgqryMB5kiMCNGQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.3.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.3.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.3.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2021-10-26\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.4\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"af94a8b8b8467d6884d263254f689175bcb32ee6c6fb78e3a360a379763ef020\",\"sig\":\"kY2YyhJpg4lDoQvrbaZ\\/GZdoQI7FKAoK8HcmP3xIaJey2Be4sigeno2ZmU7FddW\\/N0nXNMaAmY+CUqU2iZhMO8zu3gbJTNnyUIiR+irLdSkyWeLOlgoxVUwH3QSaTpz73c0DPdEoBECXBY345dykGIghgYu4cNN6ZoI0heuNvwL2W1IOaaUbGcfuSdmNvcvizLMWaRqZ9jTdR7REeWp+WrSrz4oAE4K2Hi6AyjxqGfNH92DEK7cPs\\/wiGFgnn0vtqa8fVZbtN6cvaXDptzNoOqlFN2kZc9DM1ulayzJXfvE3ebTNQN88toXANe\\/1aWWs6QqlzzSu40wO+xpxeP2qiQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.3.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.3.1\",\"fileSize\":\"79713133\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"mNhQ7kuu7ItgzGzo3G7uci45FvC8HrrakZHjL20HqBFVFyoBY8yBeDXVBPb7x0bpbBqWGtA1AzZQSeB9nvz8wrs5qH\\/h1TmJHd1b0\\/B3vSN8LeN44cPetB66tpwzY1s8L5GM1IPSdb4bsoqx8rs6z5mZWnXE2BXzeDbXhQO0\\/+NkHKYBaxRCRf8PEGfBX6N6gvFtgp0dk+YyROlOfbtCgV5CBpCwfRhkyQX9NAVT2JjpTTprNaTNGZImaZ08cv1H6hIoH3PBd8CmJoHhlhd8a+K18q+60HpR\\/RWs+aSBNreKKseQd1L0G+oG6nqJmH8FovjBjNyO7L+C1qUiBUbQTw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.3.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.3.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.3.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2021-10-12\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.4\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"fd1be846226aaad89c40c266c0db92caef37ab127b066f43bb9287e12bc2a4eb\",\"sig\":\"TH0zteF08Jc6mdPwm3hsOazY59HKHU9gr7iV2ZNL9Vu90dmdIaa3MvPtUtm0Kpfz\\/Csa1vil0t4ddaV3RUv\\/JpWccVEXPMCcAW51iOymLIafYTCLN\\/3Fb0h7ocCOcbErI6XwUDlH5exFhwY5VjVpaF\\/sy61HcABk1k+6Ngi3uN1zqxPr+BlCg9Kb\\/FGGa+bJFL0mwugWH9EGMpmVlupxX7MTByQROSwzsKrPQwGpmUsVRNBrUyxYFS1FiOv340O9B3eMnKMfiF47MBHfJMllzPxj5DJQBfnXVqGolKx4IW+T0YCeSb3ayY0rMhj0c+5nhyYtBDWqf8y8liD2K9spPg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.3.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.3.0_GA\",\"fileSize\":\"79698227\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"hKX\\/g1JZ8eKblxg37L6buItUtsnTbHpINO7EqYnSal+dXkuPrQ4kX+Ot3M\\/DwKqIwHT4HjWrnaueQdDHcx75mdLLoA\\/ACkuoWjZy3kKccgsQc91LtllXN4IQZLthE0vWq8Vnu7a81g2oxarmQ2EfLLM7JZUo7Zd+83M2LSuHT58xJ+rg1mhTTLaoQuInFpyyaZBc7MFt1n9bHfOzp\\/2SNf\\/nC5epnP8Mf5aOQws8psPeK3I5W61z3EIZ8zhpeG9JupWAkfszrtqi5L3r4LXSOSvoxRrf\\/zp2JZc6xuErclUutiU6G35AkfaZ66P2heuuO62ctow79gj6zF5u\\/43y8w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.3.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.3.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.3.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.4\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"04342e391c66d64aee601e388e2c8e6a515312e22b61160883dd6b0994fdf189\",\"sig\":\"Zua1+Ijw4vUileq4mRyVePvCb11oIeHGzc+82DVve9kS0LQmWfqk031cBujIWjPJtrEJIrOzN91cJ2D4qDHFCpmKte6BtxXbsVUtCEaVI84AfITM3XzvqhEODqMZSrLpiVEEQP50ZIQIa\\/VZMyu0rOf+am+mR8r6Vb4j78X5J5BtX65Py8cpHdi+Ej+aE72NV7m7uB1smga3Kw8jKJrUuSeI3zJQHncRU79Z4PHIIr0ZQ0gyyzFuJBdc0FU1YNNDMGlWInhH10OPGFXlwoSE946FwGx+xhuE4oqHHG7fU9J7VMqFAZZ7PbZpyIaLkVl5z9g9Pkxv1J9cq9xlQslAcw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.3.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.3.0_RC_1\",\"fileSize\":\"79657500\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"IXWVKjooxS7W1CLqGpZbAbRtT3Mv1KSrJ4s9fpMkcvUIRBI98MRJJm72pHAS\\/jnI5gAH7tfLcq9iH6LCWzTsjQV6JutrqpGbfs7L5QYXW12zxATjZIVrx4IttgjpRoFIQHSY05bRQd10eYBLKj+sOXyD1WuC2isOvOCrIIiRkXI2GFTID\\/lUywdC8CTSsIG4cbv5XgKF4pcvGKio3nT7lR8tLfAj84Fv3FapC+UKgnMQJBXh58ytgE9QljE1u\\/sgnpf\\/KVVyJNPeXd3PYxzHC48ET6sWm10HfeKQgVqE8EHH\\/YBWyQvq3ljBBep7eWsFW0E+K\\/DGbaib3YpCWIgT1Q==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.3.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.3.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.3.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.4\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"4f5e34860d474cc80cc6d4ffda9bd06814c7084c67ad6b87462719da66e58550\",\"sig\":\"FVp9pZVtDEe91At4tNiAPnqC4uO\\/Fu8jguR0gKJVpzbLKC0ZHgD0b1ouwHGsXzi9\\/6686jJvvqI\\/8488zvC5DxBUqB698V8UG0FYG2uZ6G5t4WQivKCufK7iXDBsW5VkONVzzsF9alK1MLLdjbRi7A6sIyp32Cku\\/LNvu6F6YDv9stfgThchE6QtrRYmSiSORPxQTmb99XcM3VtOpifQWbOVejwoHFP+htFk41+mo4Nlcx1w7HrYeOy\\/6tvbNkj+cvPgiHRAHMyudEgjrMPR7+UXT+b9FANUQdKpoI2luxYrkgo93go20e2mEOqUzNG3VBuqz6itTgCx9AheblXNFg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.3.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.3.0_beta_1\",\"fileSize\":\"79588876\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Zlwbn1gTWb1ZF5YE58xcJRHL\\/X4ATKBVRHsMXH\\/hrOoCtphf8nuWMCwKsbJ\\/7RtgGFdGGEKKdCpEiE3WgRNqqbPjXgiWmNQxIMT28+rHoiLOu4Xi2uPaDXxWreBvRy7a7d0cU2i5WzOjHjOi3ODatSl7rPw\\/HYsNZl8d9pH8RNlaHmu43CrvPUp1mxHzYX68ZuZkBsVXkWtXToye39ogEXyeZsSBG1NgYEL1L88WAju7R2KiDM2z4SKmaVZmBlaWaMZsvQuOiYxFdRsGwZ16jREIG7JaE0QThbx5LhH1mS25qq8aFh9yz\\/I3DVkzQsiATyZuiMQvShv0MMqkzOL36w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.2.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.2.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.2.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"e6683b74041a573e3a5a05a6024d81e1fc4e72bfdb4c1e0d79a9ebe57ddbe373\",\"sig\":\"czJQ5q5z0\\/1eRUZbYS\\/EI2j5CEwF3KImWAE08Jgek\\/XFRbO3uzlLCDCWkdF4fX4uhR\\/iylKB\\/Qw+fej7Q4TcxQetESQIBg\\/Du8Eq8Q+qYWOKL\\/s1cAOQJHLhbc7cOGrBuxBkpBjhj\\/7rRG+oo4eLloaDJZlj0OCd\\/3j8tVN4jarW+dGxgBuWn3d0JOf79wgFbur2V\\/mHgFiyVMWo+ESyaPbEIgFaYPeJ2Nh\\/C+x1hgnZ\\/atfNh3VRAqI+RFBw8GGfhArwA6uuL4e2vXEmjnllvYMyhhdwE47\\/M61j8\\/IG2zbc2BdXPgQ6mSjMGnJ1q60c9MitzMhdBYI4BtWkQicqQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.2.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.2.1\",\"fileSize\":\"78909847\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"NEIWI0\\/JeQXjjB4xXNkJ3lhXSub5eG+eJpMeWZaPjA2sraL8+\\/FVpfeaRjkwcEA66F0KZ2im1OqVeEWJP\\/zXC\\/E50OSZ666w8AZKEK+bjVdHoZVHgBTHLVaEZHQsyROUo++NAO9gEbC6skjUbD2eZh5kJ8zQ3lKgRz+c\\/Otdb1WThBhdwBJ+pgPzA+jdWY1Pe0RF\\/Q6ZiaL07ncXmCN2DaEIBF02+STsTBuoR98V4ZksHvnCevP7CiXytOK+0b5ERP\\/lGXJ7f81NTF6i8uA+n79Zu1QZG7y2VFKskSedSf1fotCblaLkRBS+1Ob576RXJi+ix0PPvr3AOEJoqaynoQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.2.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.2.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.2.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.2\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"20a1b87a5e394f32b53116f923d4e7471e09208de98829c1664806d510462fae\",\"sig\":\"XFhCxsMmDTwoujjzMnzGEGgNPUO8QtPfuJiEUez21YKsv0LRVocNlm+3FesStBNLegXdvokXOeUcTvHeD4yvswTPnRASZJA08MccW1gQMpyO6RnSTeSViRitXWJQh4XxSEV58jr4giq2EyxPusRMejWKiEvI61QzOd0bXlnmJ\\/N42C5xCqj\\/+AVbO6Vqwg5iZjG48ufQPw\\/cD1IXUBFhx9CqE9gMjqUooz3OHI6nQtgn3R\\/iQFJMLmF+kLt5KsfPqQ7FAB4\\/xjhGheQDXvpgfYxNGu\\/MSUQiZZHW9W5Ndmat7zNjBFpVF5WLVdcQnQyjbi2L6i8lf50UFMTscOeL9A==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.2.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.2.0_GA\",\"fileSize\":\"78895819\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"h0AWa+FB2TOv06Frh4saGWE4MtvKyvngYC7KqkSrezAlCDY3QN70yo6FVMifUS+7ED8OHdqnPwF7oJVqQV3UuafyoXD2Ksb5E+Gdj7IkeQQ0ecibGI88H0LwGGe+n7j6xvhOiVySIQQCp7BNKbM+3EM0bmTtdvbfFSbuz92KroxN8TgWh2ljzSfiGjNdWqtcjIPbyxmsdCPrmIuuu38egWBrza6ojdd5u+0ZX9KYnt11TCxYVNP8vl++SBAWrWBv2ftN4WdQsBWsCWhcPAfv8lVBPHjBdxwNO1E+j0DcYlM5XvZ+aYHIgGkJeDXL+KPA+4CK1EQHEBlg\\/WhN+4INeg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.2.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.2.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.2.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.3.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.23.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"31c21a5ffd28f250455eb51d4b2906af2d8f98ca344901d07f010753e1651ea1\",\"sig\":\"oS2b7EgPVKS3bY3WPSCuLcsBDK9TvYrBKZGMxpH2x0OErBSGh3kmdbZlvdcrH\\/X8ei02Gb\\/XKOthMwWty+NdUlghjDqIs5uxgqPSukbzilWqNhCeoVgfT830HFEvxvhT2XanWPiNsKnslWWcilsZLzgDHh0yZLDW0q6mDjomgVK+ZtnsPJB221tt43CJ0DlK8qIybsGDh9Y\\/Imp14hBRA9gK2JHwtp21w8K6lqP3eMBunwgkRzRBqWEiYgg+KjtmbiwAuoF9Y8kFrBIBRqDyqV8MdUeCRZXHRkSyl1Rm+gwSmN74xPQ6fCqrcCiKUBJImIIGPr1nbmv0Nkwr7MhjLA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.2.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.2.0_RC_1\",\"fileSize\":\"78280026\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"e9XLCv\\/CcSJEDXWGJg\\/nn9D5dGEktuCIXwvAerPDUr7f3ZetGC8tyfRgP7d5svFgQpmKgh9ZAzxJ96sAPW\\/eH9eRxhgpGoQrKSOxFRTBHzHBVELQo4wOxUGxmDHQiOZ1EYCcJJ0dZF3KGQcXf6\\/W25rKibpUZLgFloX6tEh40eF1NF53C5uUT5VZxxX2leuTBiFHMzFnw\\/3hrlmEiF8F\\/bYotfBLfA0Oxaf0Qkh\\/BL+X6\\/U7KbGjXqLCxM69D5CylR9MvdD7CV4F5HTuMw3m8TmQmSN3Pu1Gj\\/i9vv92HnT\\/P4as+o1UIl0JaR8vZ+lpZuzPuLNy\\/hBYnU3tXqqhlA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.2.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.2.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.2.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.2.8\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"7a6e25fb2a06870c689c073b484b132a9742f15d28e79d9e966e5de8eacb5398\",\"sig\":\"Zewq17nS4qgvk9h+UMfNSL6BWbyNEKKLcIAwM+IezsS+NNeYbQxM\\/TTeyIccSrUVTtbbYPuTc8FnEy6pxr+UKOSHtYXM2ZNGP2bo2rk+mMn8o1mlkLz3TSy+0g4Vvdfu3i3eVoYsEOE6TWV74YOb1GOC+KwvJ87IUg4HHuHfW5WxgkUNsYCa0N4SaabaRrmW4IMPihwTXHxU09EIFv2waAhNcdIqPzf6J9Kmz05pkCZgaGMy5BjBHg1QkkGOCo2f8lFjCqLCAVbLY77q0EReXeOtWvL5WxbeTIf2Rim1qYQj\\/R1Jv9JbknphhIieuLsFIcRgaYMCAUaCQVnJoT5ShQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.2.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.2.0_Beta_1\",\"fileSize\":\"76543663\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"ThZzMQp\\/QOJzdQ7sfBOk5UarEQ5srXXSvsjRGLnzrPVeP4zuY2pqFKYbUjvBJEPtme5ZeTrAHqu6+kBRMbDOr6L7byr5B1gLt8QJIZIlfRnxtqKkUYc4xJCcH830WL2v+jlKAcQxo\\/mOqjhhB5t5ILw5YHNF1l7ibWBEh6m+dgqPDau+\\/AzDkso3YGCCzwj1ITO8HkL6ofPHXR6SucmdJ5UazThdE8BzkTsIxJgvgECzoE+jg9alRqz1q\\/xuNJ5grqeTuNQFsRRqRizHHyWFIoFFXdvttBp18U\\/KXwszUxEvH84UR2bmmU3Cbx0o2Ry3XnTR1KX\\/DCBvu\\/NpVJRBRQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.13.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.13.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.13.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2025-06-02\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"6555de4e06a3a717faf7c8030737436c8e4c6a592df04c293e8c07122e80a252\",\"sig\":\"f2sh0b57m5UxCkpm+QWv+tHeyZ6b700d7zIz01U9biUoXa1l8OYRtfV7bPgnE37\\/CvMLXqm52A8c9hIGXuG7bQOl7FLvmDsUNm8THHH9gHlEySx7WS0BgdWSq6X49BaAZGXvgbQBMgVbO4RVe6F015ndXGy4a+DGsMT3TgJNm45Heh4\\/s46llbsIz37y5MNeuHRS+8mHQHZeCfUYZloBWCB604EHVSbBwKnFe+p16JO6uJwy1C6Fnqc0LNbUOB+ypC2MfQAwwSNzVp\\/r3iQoUTL2rRKqTsuhryHb1Kq6w5FKA94WXbti1DgWswhD0SpWumqnpeHWjodYeO54p6RfXQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-change-log\\/\",\"fileSize\":\"153479354\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"BTxlu8mivtyWin0isHTskPP6jgbnTZtmqQPNicntPtKt1rjT3Y25tlr7hjEtkBD7hv1NfWadb0dr5qJr8HTK60p4aaKDxVYHgycqA8wgbd+FBsyWSsEMCfJ0ZGSvOzeY4YNPhT+8ccia7MedmRyZG4YJct45cnIsozxjT\\/ya4cSIuog0BmJWzgDwa3BtdGdFr3NEsLLWdiaxnMqRuV\\/q8HybFyjgdPqHFH9biAnYkgqsL3jghs6GWo+OY3enSsFFADrXxQGFBGwaeJZ1TxpipMf7r5dtSw7MMpKAKf+KX0kyb1HUNOEUQmlsWNopVZ5uwBgvpAVIJeNNINKTdFQ3BQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.13.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.13.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.13.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2025-05-07\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"b02e38d3ec88c44397ed767f1aca6a8f655a1602159c1450708ecec3272d70e6\",\"sig\":\"pKMlSpdvTwEEEgyq42ZFuQbqG8053QWqlcqdz489zTcoOxqiOc\\/YoRZ0RZ9E7ag7hd0tMgbDM3XZ1hHUSYjTXrqFy4AoJ01tnTG+TK87WcCWU+rfiDQs3JVLAjBCQUcqgUcMJ3neRxazYikhiV0pKt1AfkQvVkZGPL9lDy4Jto5ESZUDXQmW3PoxzeBfL6CYbLe1c4Hz4Wz7qmhzZNFyoDhNEkZrTLRNFBcOGWrB8UO\\/h0SqEN2Vi4x6IC6hw7eACaUX61yBZpJA2xuAN3XfDZHjg2z0cLNkNR4D+LJb2Vwj57nSsLVmrdwZoZm+aBcYPF4tG+mfEjpP77eKJX\\/CDg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-change-log\\/\",\"fileSize\":\"153423381\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"isGGWIKfwwz33b4fRXScBlCl9ZUYoGS15h9oWRa6Ips4W+blZ236qNf\\/VNvchlFN5DQtLULOAlg5MSBPOgm8fr2KBcnu2NBMj6aAgswETin2DB8ffrtp2BuVvubDP\\/dJbaeKYh10SSUO\\/LmaE7dYk9ZwHHV4z114ujXaBUMrmJcevVPvfEsMMPg0y4PSedck0ZBR3Bp5oCRmvGOSeGEGqXvsj6Wo2OffslRffXFQbnQJxvKUdgk1FmtnDv\\/KFd33WqJj5pgS+lmGQ7EX8p\\/BPIkNzVm1rb\\/7EIOvaAWYdwf\\/DhN7Y7F5ehG7F8pKLDHFRb3aQbLIf8txGr6jS1D2aw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.13.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.13.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.13.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2025-04-17\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"6cb8e405b9b07177abda84cc0183d2fdc0fda252842c776aff30da708465be56\",\"sig\":\"JpyDgGKq49acvYepLsG2em+qmjf7eqkH3tMDT\\/yOUx3qtSHVVSklfnT7Fi6Ve+tlOdaIKl\\/btFOSRHQqV9fY352tLkQX7MkSApNE+gUoVqjtIqgPlOtrtKUoiraZGxNavCQ8VnNl5pNVkwyunuQtzw\\/B9SDj3Twi0GB5uI8jIJk90UryYGo\\/B1X3aFj\\/Rs+ZXMi7HT7sU+XlKgvFbfr++B9uHlI9V8bFB6EBVlffUhi+oV1iFidx2DiQZPeSAwHD20YiQHCF90p+La54nGo\\/p3yAyEu44IW5MAwDR3k9rrBdYOzqHxwBveadaJAMDhzlRuOviMs16AhPuhc7QnzDUQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-change-log\\/\",\"fileSize\":\"153139000\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"XUXKwOt2KkIak58BLCmzdut0C2Gn+hLFSVQcLeDQaimNKOsdXnD2GnwytOb3PtrGvDPeEZ1sJGnYVIPpo1FAQZdPMFPjbrIBLmgbRUSmjbSLng5DCMWeuxkSW5UAfJjfBhBt8LgPeUVwW1Jea5vG9TtYy9sqlXP7WNXDkSy295bIu9NmbRc0fF8gobU3falBZsexBekgw\\/FqmWX8vxHA2drQ0z8POATqhnzYGhu6bfR4MvWmLjkXfUtT7jnw1WD8SszSJvRjZ3H6rpr\\/7IQZHAzwDeiJeI4m0JHQmaQXJ1zUF6pCQj00p94gcAq+VBV+RBaoDJSvfCYGeg4wIq47QQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.13.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.13.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0 || ~8.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.13.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2025-04-04\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"a6c38ece07c86334056ae56d0899161b37a11f3691fbcf6e3ca1775e8baf2473\",\"sig\":\"H0PvorekEhuoA00tZhRPsVx0HxV8aMv8IyrAoeXs9wWlaeYvzABg6rlwLXRcC\\/Zr\\/aiiaYNM22P54uq7nG5Vawe0\\/tBCOO3vArCchpYrvhaeAu\\/Qmx2wXT7CTGVWLNmQOqZdJ0Fhm8fm1J6mOCphq6FDfDpUOkyuGMwjYYNgfFKHHFxYL0VJ\\/nXpTwMSeJZdxcfVvj4JHZhy75Qsb9Rp274Cf2afCx2ySuOcEbs+FJo0FXU068zGNw6RVWr1guAiOPXETvwDGqUi5Icie4y\\/zbB7wjp4P6jKkyhaIbkUvyw2W\\/3LoMPyNw4tpQmS0sAj9arLkzJMVrjDkxQhWK2z\\/g==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-13\\/8-13-change-log\\/\",\"fileSize\":\"152972026\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"fnzr1oxZbuS7RRDVLgR8GsrZHodb1z4Ga\\/3rgp+QnhPloSF0VEzhScSX1dnovTlVEOFEEF61L7yOsKl\\/xWDu0T5ROSyRVYw0\\/otgYdutyuuemtTKlSyLC3DLdBcv4oS2QXgx71XaSmi\\/AE3GSzKeV3hOGqn54mg4XB9QNLHOyqFZ7PlQqZm9aicEzLZIALpmRjv1CyNQLC4ftePWrER9fNXkqLao2M1NmIJMVXA3Z15v2uXY0cXMcVDNVjO9vC2uTim2sHsYbGbuIMgMfhX7si48ARNHVwQe64vJ9OLRCjxtpiMrpk4thGyO1kdJ\\/Bp3izWCz2nfGkl8rYPnrnYkVw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.12.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.12.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.12.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2025-05-23\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"ca80bad31840bded2488346d174b429bd5c0702e9209185a271e756b022cbaf4\",\"sig\":\"eqsG+dnO4hVhVStRSqPeAFPiGj64BoW3Ue8q21gpv2PKJJQMUkGmp\\/cSn0gjJGxnPYrqSrhGfk5\\/jAHr\\/haoz8mpjB7XCF57Yz1A9D0s2zV4kZhgMHhZqKcPIoNEbcUxxJhBakxBdGgkWM9iRzQiZAsMAiTlZYmltZAYPwffOY4k4mJ1vPLni6TDJVIUFtGhghhKHY2hXxiMtDm6OMISfB0d70ZJfq551\\/Yx4JhMzpwJAHxossG8nzHGJwsBcLPAtz65w2YecwzZK8RRLbYTk23EbvyHIrJOd4PopP0Tk+PPxyB62t7QBRaVnuaLl5kld1s7wL2HMoHQIEOtw8Ozsw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-change-log\\/\",\"fileSize\":\"147723081\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"OnQCuKQMAOK8QQ0kTjwInvnYt65pT2mA5bdHqkzUsnBEOmREeU3Y8ro939jvmUYqGy7kDWmx0dF5xlPxObTNXu1bzrW83UNFY86I353T8uXTXxXVtTiVueQ3fLRBMLswsKXCJHqT2fwiNhZHeYI3XwZz3+KWuW69bFBe5qLiQKxAYW7oFXPbyCQ7O3vWalVRQoNte8bjNpW4G2uVy3RYOhOuTwM0YKZR9nYloADm5dWwp7fw+4ugj+R1ekKQAmEDuvFh6TQcn4NEPZvpKrBgFBv9nd2VaS8sAb7iGoKPIbEp5qon19eKljdLg\\/7tzf+z7hxwYuc4s+0l58ejwHS8jQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.12.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.12.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.12.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2025-01-22\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"b42a05f75f2d79e7fac93f2866ded2a931b5e1fa85d217d5dead4ee41b884cfd\",\"sig\":\"M2RqBLdsaVmZYgzufDAX0IRNeP5w8WHvoG8m\\/tKDIQkltC9QKSxyuiHcC9lMjVxOcDQdrd9JT8+saTJvDFI1GYdbfJhfl659SndpGsl\\/9Dg\\/LScBHvM7ahvKf+peUrM6eqjJn9WO8ZfTfO2Q7BMRYYXl9T7geveYaRrC19GxaGMEtSqWf1Ji6\\/vJq8oN5m31jOcrk0h4HFcrUAEDYyFK2SSkHn8xqAnlzIbhyYPdyMoWAEU\\/kWDC55cv6fqWVkHM\\/clnj+MDVuEKyb9ebDZ3VcmArxj2t6igj03vBVXryeiaoJ0apmzMwBqneWn\\/4veNbmP2JapJDxdDAMw6g3X1FA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-change-log\\/\",\"fileSize\":\"147769707\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"dyPJ6cOTxPIITT8RZ7Sn7stC6zk\\/vX8DJn8Y6uarz40fCZ68YVOUZ5H076HFYpgBuSN5ZT9cDBT21UD6aoMy9x5gqAfybfkZ0fvaHr9H3TPSQeQZ+xtKuDHeEdQf1cjajHKyl4CJ4MQ2MCuNBG0geM0zcAGPUXcA8eU3hPG5RhiIvwF\\/dJLFSlpTJHqKBo6Yn4vHWfYkj\\/gx56msClb5kkO1KebZoF0hgnSkQ8l7ySw+JZD4sgQ4OowKpHcHqlc\\/vM5OCfNs5TN06OOE7RCtB4RrYwTKcxmkhbhPNWUhkV4HQ3YY2Ii\\/uMtkw+aej1piuqu1nsBPNuf7U\\/zzMGE8gg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.12.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.12.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.12.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2025-01-10\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"b1fc33c815abc38dd274bad95a2c05c09d46530ddb4a377fc65331d4025de9ef\",\"sig\":\"GMHCrdG7c69hR0ki\\/9APn4FCBFu+Jw+Appck2mDGSgBHShOb0wAoLO+8p9X4t4\\/Cz5z8W6Ii4PSbNWaJdRK\\/PYnZF0ioEzwWLZLc0UvMhjgjycuZ6WaCwGisWYPLAESSi+TyHQlYYG0qv+Fg4Y97maPFYoWzXyXhPPloIDatoxaXLTvW5Zu0zTf7fSyixE6pG1It1scT7fUB9caFs9PfRp2dLbUqN6sZrUb8PLBHlXV2aVrxhEpjZV9zsXg8RCNa0QfkfrFn0XsqyVpRTQO+6SR5vf8sIgFlbDrQ5DARPLoB4b7fyahdOu2nlX+qqGjwPgBG9TJyNcDIipcjywrnsA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-change-log\\/\",\"fileSize\":\"147772525\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"pbSGlQE\\/FM6hyGLGM1U2Nl86Qw8HGDDAhQ1wMqXAPw6GQpRa7d7SZ9wfvWIe\\/Z9hJTFtEKRgvEeOAAuT9i8P0fouOJfQR0c9Lfk1hdzUlYw+pAKy5GjfEXfg26Exem1FWiqyd5aMUupeDzDtawwuM9IZ5sxGPM+p0g4izafEF4hznK5EmEqPRpQxskIBpZ6k400nygo2SqfDlR+XN8cRyr4huSBJaod3D4lNxnGpJCIwsjAhQLoRnJX3JdzNaTMlFBDsrpXwJYoW3\\/yY74xZFS0sBpxzxVC30aVpU8kjsAOsHCuyyyGRS+4yiJa1735HaMpTVGOlGFmK\\/MCfPNoh+g==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.12.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.12.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.12.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2024-12-18\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"245edd099163c34c86e1a89d1527275fc4a9b5fe1331f65d7434f8e3eff35146\",\"sig\":\"f3t2X+ZoF0AfqmIVmNxB0JPlYS3nA\\/WZMv8KuPTgvU5F8x6EDOT3VnB5Lc\\/NMHx0cjT+Q7ZcxyZBKAnB8WGSskWxsl1cgxS\\/+ZhUdguuCaTRIbXmf2JL5oa83SmXTGq5Fqn433ijTq+idHTIfo9wr9eFX8l2v\\/K9JRoMpyPTwEj7DW0RG\\/XL6orQf77tRU5N8Nywd\\/CtcqqTQg\\/5f6ca6XorgueR9JWjqT8JP14DAOFiZhdwAJTXlg9H5B8NZLEzLTqfJEyQ36WJZOWA0DT+5PPLQ9trF\\/Z3mnf6yI9b2vIyhNInOAwrhBiVXGk1HQQjhw1uG61ed8gbAFv\\/7fg4pA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-change-log\\/\",\"fileSize\":\"147690997\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"LfgnhSgW2Ix7Pt+XSzaz7kdD7F0iN0c2WmV+1iyJrqCdImG2V0RotEDyt2LsCUyggJba\\/obHFBWtdQznEQ\\/f92Re2N\\/MqUwqjb9mH2mqynOW1AGaUJ57N7+Dk1HEQu+qfxrarV30P4vcO9WENp6xnpkKfsurFaTVRZPrHFja\\/S0anzw\\/KH+aap0xq\\/c8HXKBrLSmwAXYLnZCRaKX8a16S8VjLDVOAsobpfru3b3hXYuw\\/QdkNUv0ZmhwUEgo3HxVgZxpkWHyOasypzQhdl4LGVj1nzLAZkZQgQgOJPQxuwFdPebz666fMknvAv5Y1bN2T6T2YxaqHMJIXrJ6o0wlHw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.12.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.12.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.12.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2024-11-27\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"e90cb39c0f4ee0aade3750e74840a5ac082883b9dacbefe83dca26ce1d2a6ed8\",\"sig\":\"eXnjbsH6sdX7Vxm0GiPdXMNwXu2ROaA1+wDhVBQqVYmedqE+VY1+fYIVXjj4QD09CSqKujVgnxMJYnydKsqCA+2lLUMyBaBTnJYK1YL4RLugNCTE27sHrlusaSq2SGamFgqfJ6+T89sXIZfgu6AOjGbI9FsL9tQpgLUgYQCxtQMhD8vyz1H9GT76SY3g6AC+DFw3Xdj+FDl4zBYiCZnKiZj3Ybq5wk0NuBQmsCLFVCy0\\/xAqQly+waegRoyyfAwY3in0x9laV95eC3MPtVOHLZygv3cCssUFTfedwzg+zaLfNObQk6ofgyMRmigX0YZqJlL4KQEjrTJsQDvuSaVfjQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-12\\/8-12-change-log\\/\",\"fileSize\":\"147137537\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"W9cIw2\\/ai29Ks\\/vhjhDMVbKp4mjjNByplkqriZc6OOEqqd0Ipa\\/N04F+KjIqiOAZ2ytS4biKU4TsGOGGWL3X4P\\/cZ2aDgbZ+McG9giYNK9A9rgIIWTHzjRFIJzS6\\/1AqipObZI0ULTESxboe68af6qRNsfIU7fm7ct2yZgZuxoae79WseD5lMmNTSxMuoBKaatIkzo4ipKo2XtLmTe7T11+K5uRPgIBRpkZHgctQnsqKlra7YW35r1jYK8zisPTfI\\/nlWNIaoytA5i3yuML7UqnheeVNL0TrgjVbsWf+\\/fmildL\\/o5UId74DkqLiIJLgvNCDFNY\\/+WfyLciRji6kgw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.11.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.11.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.11.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"2025-05-23\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"0c8cfe6ce611cb3e0e53f330056d687dfe497dd54da7c74014c06515a5386284\",\"sig\":\"dHO6BHKkUA0aG8Hsb3tQWlW0R3nzXE0SUBo20Daw\\/l63vH9npi1g4u2SlCdST1KV1ID11Wkb1EU2q9aIIiHDmyCpDpERi\\/UsACLnnmXWSDkR+KQXHXqcq6J60KQ9dnoPzGJ6b98FDG4M3LkYWg+5r1wbP3RZ11ge3qSm0Kq\\/tTQp6L64dnDXqC7h5tHZOu1KGTJ0cmixsiZ0eQAVa0NgEPUUhEgA6zZWwdvzNFlPno\\/EvXYMUtjQLoQUCiEE6hkgEXt4BZ7CdcvjznKcvTUx4mjOuF048kHptByKvSMvfMwCQ7iZzqWNf5rixdt70PgWYyE9xOE6YWj+v7D7+721RA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-change-log\\/\",\"fileSize\":\"147543070\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"eF7Yqz8vWZYzWf\\/cM3oj\\/SaDK5qBPFJP+Ast40GgANRAdj61lQJo2vrhjDS8ScddO77VKudx20xqRv\\/9KE9eCj5P0UeX6tg\\/8RmszplmbkuRSbRGIOszCbBV3jNxkUms5cbQajmw0CeMnXx+ZkScDgmBO0D1RIU9QMlhJ9zkKA7iMqsWaM7hxEUR5J8RKa1wKYcJjOfZVsw0Gl2yMZQEO0nCy1MFrwLC38jcvRV76J+fDelRh6GvfW9HxiTOHEBJdlM8wCzQj4XE9AbQuxJTbIrhSb+IZYECm40+kF3K5ICxPIOMU+wLweNkb7BmN22S17674x1dIX505bPQ0QciKg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.11.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.11.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.11.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2024-09-30\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"45e9620d9749dbc1c4386abed68c409af0614e10c89f95e5c2c2a53ba6e306ba\",\"sig\":\"WWr6o4qeXOQZpm4W4MZAAk0kIP4kSYJro8TjU9S5YuQH+NLNTgxIpnEt+IfKEinzmc\\/cgDBnZ+42uyMHJb0uFT8mneLYzJQcOREtPeZVbJnRgbrO3YLoj2WZLhJHj3ZVmCXAq6HAuccoDx3k70UVzEKrvMfMHZi69sFZj2Rs1RMWtpPFlzbysE6TjckDG49CnMRnsgKz3o+sP36TVObPl2RGjVrKqEhVNdK3dY+8rlhGlrF2HzpDY3LmQrclEi+Ev0FXQN3+6kBOQUo4yeB56KoDYDtPGgihgIJX4\\/L8IDgvXZmbeqoFl+ffGovL0kPdWV5WhoeB4ZGWEO9E9soM1g==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-change-log\\/\",\"fileSize\":\"147561370\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"YMlJgLDBawHi3CaFNBKInw5cHBFaEXY+Mw\\/3BxOs6KJO5HN05eBcSCEDvFcWaJs+9Ur+2BFNi+gG0NXRofb7+N00y1+BzsxgsjuaYG8WMY+Vg1xEs5z95ORsCDJ60o1jjjLMthDxe299gVU6RQrLD3JOruDbS9yLzLgKz8Bi7+KDlfJgYXEechT879iKYYf9kX0Hi6E5Yr9POPg0xJV7kkN7KJuvqW51huB+ANklzKsIMUoOzOIHfZqJzY9JGXNHQR52GzPSovG+05rPXjtvebAvtrHpo58YgCdWnFuTyKMpGBs3wX3CmrXN\\/TSpG4I+4XOa2hLyPFGrarGAwCe7BQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.11.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.11.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.11.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"99672bb29ecf0b618b4713e3beda3102d9c01459ad7c65baf691d615b7abaa28\",\"sig\":\"OKcONV8wwufPFOWq2TkB9XakniRTHaFId4pOfkFlCc0EVHYhFHBU3HV0jB1dhjMT9qaCc+xR\\/KzDP37XanBVe5MurDHECO1VsglrGUc2wId8NF49\\/8k2M\\/eJylqbaYqbkX2kOUCgfokGGyAmJaOGN4fEdBGIWv6VZJ8a4zcGxZsd+BicDu9MQZlgYNNpyJl0\\/hwWz5tKp4TuASPczNpHsvXBbbozsiG8V++Td2lFq7s\\/wUWuPJZh14Dbx9Vdg17OpmMFGNW04D+wBKTNOjIiI7sH0KkEXtYh2zgm0FJwsWW2u9rDJ4RAhemtxLT6YWyFale43IuwPD1dpbI6yGDUjg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-change-log\\/\",\"fileSize\":\"147530646\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"aYI5klHUS\\/LErFfV0pqbqVUHaYFKBQ88iPcVPiTxqHfJD\\/YpR8Yl1uk9lUK30N9vNKXGkab019IkAyatbfoA00mKyRjW\\/MFO2c4u9gQnVWZR8nE25234JD+2iWx5wz\\/75BTT0DscYlHT\\/Um54No6IQ9wUJXo2eFieMaTUA65YnEnjsq+tr73F328l4sJpmoF2ATx2LVRJijGYwH41skfkllsk5ecLd9A93whp\\/uqSWn45IDPp1LqOxHcv0Cx+PL5so6+KaK0Toi9FEJbbRSUbky6ZUyjrA8wyhmyPBep4zs4ULW7ZRKfZcRkOPdrdhwnMhg\\/CEemUtLOMHYN1GOerA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.11.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.11.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.11.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2024-09-18\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"fc9b6c9f7a0fa59bd1dd589b452fd7a87aac5ad6167ef8270f517618aa58ce12\",\"sig\":\"kRYWSr0XxMdBAutrfzemhU8ILwQ5ffAdzw509k7FuhI83zpZMSLobgbzMk\\/QLixtyHvpplm61SE+9UEqnuFXkZDNkE\\/YABRIgVG8VYyjtRtigY6cgouOiDFEvXpDH75N1bXJufc7uQyfs87czHs0rrtjrrhByLPFVV5G58gjdruWuhNxVbVCBr0FHhn9OLbNgkkxp2i0lV6NM8+rLSfcs6VAZD4XWOMQ0A\\/rS\\/LOCSQ+AmHDDl7zobTIpb9XI1QOf5oB6yTjKgZ+uBTmWDU0TUvtvHKeGXBLC6etzFrsg+ZT\\/XgfQ9K+hrmcP+GlWkLIcSoYUjprnA7BYzfIUFw+sw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-change-log\\/\",\"fileSize\":\"147524211\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"FDuHO44+TAJd+HNua019b\\/0frMdS2fRsqgtKur7ZYdT2WVSSpgUDxfnCja1Ogzop5CfD9073UajcKW1\\/3RmKZ+cgVbrBJY6omyC\\/+y9ILYyA6z75UntTH9y0kLoJ9WXHfH6zaTPtuFCDjA6jy\\/2uG31TR\\/vAH1ycbxeQxaOaCwJKuQR3KNB7Fy0xTOsi\\/wJt7jsj40g0M9JeQqj2OCWN\\/HC7IUPDCAtN637WhSC0Tbl\\/tA2lEkz2ixAH7J2cth7m\\/bQ+b+DUjVE0mv2ZaL0RFYSAh+SkMiJRlBuTWJEEDTYy4iK08sxhK1UzNy3d8mGTjAYXHKwXE\\/ce6zoBEXvFHQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.11.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.11.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.11.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2024-08-30\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"d351a51bde6ad8e02750ecd1a33b7f54e0bae561e69218ef73b32736691cd420\",\"sig\":\"b+kivrgyZi8aa+G9U0J9FH4oF55ZhV1YY1STY23B3QmTMn5A0blT1OqumeeGXG5TlGC1kB6eINSs2psb1Xi+mAD21AlejZQQ231Wtss\\/CF1N7eJDHeETU38FKpao+U7GjfhXXMk9dyX8YEnLDhK+DtzEYsf3zkYLbObo40m7OBOXgF5f6\\/7M\\/6O7iMmVpaDsP2WLdmVgPDY4pVMHQ67KcR3nEjDncKX61fqrcBg+f8A+zp8Z7FAad9t8I0OiX58sG7thPkBUPPQq2fbsFWfTgWKdbz1py7zRMknrtXPKLHm9hNbP7ATua9r3D4hmeNyJQ7aMFybntTtvjvsHPX\\/J7Q==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-change-log\\/\",\"fileSize\":\"147458182\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"WbW0U6NfauWmiPj34GtL9Szlw68eoDR28JpEGc8xA9Wd3QorrbByTAWsiZPQME4ibAnS4XXMt0OFiQjsLfWn58OAizhcCRL1Wh06vD2adIkPmlkTsLdk0lX6X\\/GUDBkvS1X\\/\\/mtm2L78HARe6ScDwtjnHV7HVU\\/KWcm0FPqESGzh3XRgZySLWk\\/\\/fZdzweLu07nQGeWYLMZVyK7C0uBu\\/uyHRp9hRANHnYdBPS9\\/RqEuCty2otkzg1dlYVUeKf9hkJoXcWffXxwQOzYIS0VfKxA7gQlv3931aquBLnceAACYcPUJon\\/2+7jw+CKbXHcGf85Y4e50Z8DXNV03GRJoKg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.11.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.11.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0  || ~8.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.11.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2024-08-09\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"24274701eda1fc08990eefc98f1e37c32bf03d46b711ce18f8dde4b39ced57ec\",\"sig\":\"c8IP1NNCk5vvnwYdsOPClLCkH9dKe72zv+VxeaOvXA2qRoqxbUeu0CgnkC1l+QmYXve1sBdor172oqZZVx3Aj\\/IUHl1QvXYp2jsnzCTBC5O\\/K7PPsne623PzHgRHupLQYTp63wCi8mDJokrWj7q2+QTZF\\/XfKrI9gaEjSGLn97GxAQ18inRuonjHisZktGbDLEyC1zyj9KIurHLf9IGbe04LBszinm0R2QdMIHZiDhorirlOng2\\/urqLmu921Jq7jB1lka9WjjeUJMZeLuWmngJQc89S8ActHap47Ua5Fqu1Ee49V4TVoE0hnpEhonypeqhvy2XfeWtTzp7Vtff9UA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-release-notes\\/\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/releases\\/8-11\\/8-11-change-log\\/\",\"fileSize\":\"146977274\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"i7KUavGI0V+1+RN\\/oR+\\/Z7rzvNRLf7+PuSoz73\\/4K\\/LEuydV\\/dmp5dY\\/Al\\/vQcd18FKQDcQeZk\\/V9wn4USAVPngZf1WjBTPVHxuAXJAaHxM8UDrotwfkQhHmWYJ3Fd7trCiqALkQcME\\/sroYqm5R0JBLjnar814ZOhoKOXoymQt0TXNwb8zZZ5B6vqbC1+Kdqu52BVEOFcqZwTRYr+rShFO\\/Z\\/MC7kYKWtjCs\\/lKerp5Z9dmo6RYL9shf5c4tidgaIG8CmD+2tx4jKYzuRNo8Dztb19h5TBnQrAZhmMY58esfOlaCrk9RBO7sj5sRl740\\/zaTWUxN+vKvTYDWl9Zpg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.10.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.10.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.10.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2024-04-24\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"877431f01f2db5bec9d8cfadcfad4562fbba32f3689836048ba2c6d72f847c9e\",\"sig\":\"O6D3KXQ20Yh5zL1UrB6A45ByF6wzBwdiEcWo1OrZ7MJISCtAnhJb1cVEmriknM\\/LhhGPVFCX1Vx5AmPQKg9WHiR5+sChJa6tRO2SaQ15MBgw1ggS3K\\/E2WZStQs43BkqpSqQsMD5clwfxuLclM0bEVElfcvjdhXSp\\/yJMKLcWJCw11BeSsIZENXi+iV1Lm6Mh4QIuPgfubH1d8B4uOJP9y77BjWutX61VawmxdyABgStDqcts6RDS0+Ts7nTpwt0RJyXewRS2CFxJbx+Mdluxg6rn3+PAUVOUXzlI3YXIBPx03thVF8Ad\\/pDv4X\\/g3BUrDl8AzXuz6dn4mDjNbc4fg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.10.0\",\"fileSize\":\"120422337\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"D7mEoYPPN1DwqDfC6fuUew4VO1CAvXhoDlqYamdmDzzrCwF6eyxMnn4cxiwEENjWvHEbnkB5nuYw5RAqajaPdn6q0T8bQiRUZjm9Wocn3zunSf\\/BuaZYbP7Hs6JLs5hgQajZE6jVWjZmOuLxD4nFw\\/qY6Cx2pWmSAIbxqk3crhZiM6iJ0WtxHYrIkMZjyw9jggjWZiAZemMfbNJZK1yY\\/2DXPA\\/qdxFcDFBsBCPbZxZpokICcnIAj1kCIP6YiILiaznYxk9BjrqcZZM8hA0FkuKpP5kM\\/Kbfyjwny2WoJIPoFM8nW8dL2S2OFaqIcubecXnreWTCmd2iQjuAA7Z4nw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.10.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.10.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.10.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2024-04-17\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"3d04842803b22bc4e151ae6b5412e6d3473f7e5d74df2484c91f57c351c80d2d\",\"sig\":\"jIX6WvgvyTG3gbp+P9OXnLjergRQO09e+D191nqxMcR3gbLLrmyEOgYFiPgWmUbxYbtAv4\\/rhsE\\/CrzMv\\/efJhxQiSn6Di56FGw5G2V4L\\/doSilTtWgWvwNkPFWxulD9ykYxS\\/GhWp3HR\\/nMLcUeony38YhbmoCtVR3uqHVasoRTsHS+3WMCFdz2EJdPip5mXU0r692n\\/B5OvwwawzBkFa28ftkafWi6JMwpqvghaz1QVSmV4I8otNqY114Hla+fUe2Rs5UIMyh+H2vfVVpDRHslY2Yp6oGgfH8QsaRRVqXk1DqFLoDcTHken3zfQFs0ZvIU60Rxhr1YadP3vDdheA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.10.0\",\"fileSize\":\"120427642\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"ONgYFM6a6ecFtfykVtAfp1B7DlzpOe8ieVqIEAWpS9LzRjQKarV6WtNH3RjN1vYnVVSeHq3zI2psh9TfQw5J9Dg2WByRh97uK4tOm2039TqIIhIgGF88MkEh7vfTY+ztz9QADuAvayDhHFnoMXQmuUAAXKtxvjXtef3cr+bLTre1M\\/6pBNTQTonoD9p4hmiQeoln7wrdIFzyjTZVgrxr3ogBFrEVkPwozTURVYZXYe8QKGkEkPrjEQCJPplv5UX09Wfw++tgHsImwuHMonqZ4F4m0bzSmNgqLC0x2JN11TaZXyXrcYSa5YKp1c6JPV+JZervyqEosZZ2xI9S3UQMRw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.10.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.10.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.10.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2024-04-02\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"d1a157b4d1abf756fe44f57997ebe9cf3a0b7b103c2d1619c66ae302aa248ae1\",\"sig\":\"SF4tJ9PY0HTw\\/9gl6eAi0Hf2XQ1xUYcvvKVwZoQWFhCo3hnEkAYhYDu1H8F6OrJqfkvSho5zHEyDnmzjBFR9tk6D\\/eiQPZhV75waaq0JolzfF2JE8BOXzDidLrwa8U5onVsLT2Ejnoak+0loGDfTaJgQSHqcBslj+EoEf9CyiyFemU1lFRLnPL9CzHVDTAqFx6WZ1TNXo5kvdIJIy81TsA4kUi8RfZSqNrRzpCH9H5t9Le9dK0ioOfB3nnMHHnjYzHb+Thsv09PF\\/CghR9flNJ6OYpLZsXnUjxVvtlc6zzaHSJC7ZrZov1LIK\\/OD7ylAFVOJ\\/mQ0zG3A3ZOu5NSxiw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.10.0\",\"fileSize\":\"120298341\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"noD40PAx4YUCZrnecQZYkrS75Z\\/wlJKrb2Il3VsXYqyazErETxVqjM0URBJVGvSPMC7K+CJDCYIz5u92\\/QRzdr7xDwM1CYHNGjtLyoy86glshwwCVKPJQ8uItL6kyESqlKBE8DYF\\/piNTSAsJ3W9BP\\/VVLU4IrNxZdmeYotZmXBxdHxKsjmrrtWoXYyYfc3dEVxmwaaDgKqixEtdfIH+aMcVFgKp8ljDeGZqxrbd98UK92ZP7fShhXEyOsOIOg0Rv\\/JVHuYxnXlKTR8neuQyCxypYQWhJrLJj2xqgvejbR3\\/pfnWWRjzUr4y9EjimPPlgNW3Flf1e1IWscoR2HmCdw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.10.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.10.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0 || ~8.1.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.10.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2024-03-15\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bacon\\/bacon-qr-code\":\"2.0.8\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"cebe\\/php-openapi\":\"1.5.2\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"dev-v1.10.6-php72-php81-compat\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"dasprid\\/enum\":\"1.0.5\",\"doctrine\\/annotations\":\"1.10.4\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.4.1\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_universal_php\":\"1.0.0\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.14.3\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"dev-v7.12.0-php72-php81-compat\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"dev-v1.14.1-php72-php81-compat\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.14.0-p1\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/openapi-psr7-validator\":\"0.16.4\",\"league\\/plates\":\"3.3.0\",\"league\\/uri\":\"6.7.1\",\"league\\/uri-interfaces\":\"2.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.63.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.2.0\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.12\",\"phpseclib\\/phpseclib\":\"2.0.39\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/http-server-middleware\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"respect\\/stringifier\":\"0.2.0\",\"respect\\/validation\":\"2.2.3\",\"riverline\\/multipart-parser\":\"2.0.9\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"dev-v3.1.48-php72-php81-compat\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v13.7.0\",\"symfony\\/cache\":\"v5.1.11\",\"symfony\\/cache-contracts\":\"v2.5.2\",\"symfony\\/config\":\"v5.4.9\",\"symfony\\/console\":\"v5.4.12\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.3.7\",\"symfony\\/http-foundation\":\"v5.3.7\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-grapheme\":\"v1.26.0\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/polyfill-php81\":\"v1.26.0\",\"symfony\\/process\":\"v5.3.7\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/string\":\"v5.4.10\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/var-exporter\":\"v5.4.10\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"webmozart\\/assert\":\"1.11.0\",\"zbateson\\/mail-mime-parser\":\"1.3.1\",\"zbateson\\/mb-wrapper\":\"1.0.1\",\"zbateson\\/stream-decorators\":\"1.0.4\"},\"extra\":{\"sha\":\"960519f175d71820ded50a5d50ab1138a7ce77f877ff9684c5b59364fb8149d6\",\"sig\":\"eSW3f4OutE7Dl4m4GOjtd4nCrwmN51yXtx93yAVIbilnQ8pSOFFy1gARLdq8qhFLP8IrIXcXnAyEcZTGn89HBiT3DpVe5dQTGkdbshfMokXmYnjzBjoQOxgvP4DMedLzAhird3\\/yg4oGRwrIIvkvOOF4+S\\/rXyl58NcfQwtS\\/JgOGMRO4vVh\\/d7Y+p6EG1RWIyNq1lhFLyMaECnCi3QmvrcwgDx\\/h8FXc5\\/t4xOXj4nfFdHeSeWkvVHhoo\\/ze9VTcIV846mcYIsNViUAWp0rOpKbyeKMQ6jsoxmXVB9xtGRHjDGhbWuuoKHwS6DeP3VWXpxO4WLyblSKLDYT\\/1hTPg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.10.0\",\"fileSize\":\"120259313\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"EptGNvafYd8MSn69FOE0vVCr\\/OaWKJVaK\\/e48w0ppSzY5ZHxLmo7CGJpr5cge6\\/Ks6aBEtVxWJJImNwYqPb\\/3H6hUHd3eraux3NEtBXjMRWcZD1Nvrs++\\/U3vTpvuiwnKmHagZiwFfaYmpj3GVzgRrJq\\/vGrX3nwh0eB37vjSXfEA9uHMbRmvKlLqwPtbQ8rVt364sg\\/5SLF0OEGB5\\/GaDHCctB8ApRQVt\\/J5TMFCHzGHaJ8dFMnEl0kFSCcpOuPop+dFn6wPdnVpKm2RLUs1qEMOSVvGfc+IUZhfTkmwX31oQOz7U0Z7jcknYanV1sZ7NcYeL0txeSI7o95Wzv3lg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.1.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.1.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.1.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.2.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"17850e077a82a433778e15c89fe6e4a58edcf644b864a1da508f56f974af3cda\",\"sig\":\"e45qCcUinsETHVAsl+W+\\/2\\/ekRRqHwvcGO5rwKlZBT9JmdBSjva74k6VF9NSPUWEliv5PZ75pv4bzPoltux8Ga0ntFbAwnwQAQvoak4bqPpJwBWKqL1gM\\/kvn2EI\\/m4tQ9\\/7mPIztAUnuH1iiNgyS1YzFyynu0ydmSEn1nHCN9e7e5KJLBdBZCwbxJH2IX\\/\\/SitSvNvZIku7H15amGFOotRltl0bw65t5jwwhg9GRFdyBCmlzKd5IveDovQUPw6wZXs56wxaJ\\/y2fc2g7T\\/SZ+SyEW4YMlQxW+kqQiW\\/FsLVsZT+LrZXHYj44eR0ho8KxHRRyRKL3qNkljRsmByX5Q==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.1.3_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.1.3\",\"fileSize\":\"70398151\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"naI3xjBqtmjpTfcwPvzQSq8XYflEQ5zUAF15WX37W2y4vUdfJriLvw2vxSRINZb\\/cVQtaFZK3YOmQ4KWo6asuXsiEiFiLwehLP7Mn\\/+Q6oi8xT1S6W\\/H\\/NIqL+M32sn5dUHObWoeAxjkdifiwi+mbo5jNQlalF+BoKIFm4sMuP97bV+SSgpf1UXuOfOfBIHGz09I1tysaFbl8Sh4ShSSZcTy33gD6l8G+mLOoZj0G\\/zVDP71usuR3Tdc3zugEsvRIibaRw28gDeikwz41j49kvKmxHs1giKnG2P2vz8Nuv3vjxO52N1HZdytOrFfOyaZ04dSWUYOkPodv+AKLKGG2A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.1.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.1.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.1.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.2.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"55d5881755eedc6d5b287ead2221b56c9cf44073590120088db3db245dc452fe\",\"sig\":\"EN6h6RGcp4nMwwwLZpVbo5a1yyn2r994WDVOpEo2MpCGfMbuVYH\\/L2LJZNuvxgla85W7WzAeFkGKFDbnNBj4FXdsw+lipIkI7br4xt4qYheRab5zijUqq4P0z\\/HiC\\/zouI793ZkoFG4E729IHm9+J1wvhBSiruA0IWZhyymUXlRQhLJ1\\/mXU8s9dRIvhOmRDq1iT1mbtute3T6RD0wAMz5KNy25jkYuFrPYZc4qQ+bJY4JoI8s8JtTikGWcVsRb5+DNNshzrsoQ5ZZwqE0QdVuciNXlMVu35a8ZXU+AGPkfBXTslEMTRnGtntQWDHAGd4S0R\\/eCy5uxrEdcKqltPWA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.1.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.1.2\",\"fileSize\":\"70395339\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"lbr7vBsQ4bQHBa\\/cJH+U+XNScf24QsAGAOL8Vr+X1wTBuLR2lyGCvgHSBD8+mty16nWfUhU36Gr6Ky4Az98PkYXR0QNzKtjiymknfDMlZSzr18xMcFyqylcu3zNqEvt76CKhnc0dyfhXBufHrC2Btm\\/ABMr\\/DucD6DD8lYOY+0W+nGig8xcAP+vK8k0nnY6jT\\/NerstEwg\\/UKttc6OF3+G8aU9zVNU4KcIdN2\\/zU05nEWbKdlT7foH1fyIvFeN4NrndU0TggFnz3Mx3yROmWOZGGKZ6SDoN71DNgVe2Wjw6GTY9J6DLKgdl20Q4hklJ7drLb+RDoSItc+IA6Bmss1Q==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.1.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.1.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.1.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.2.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"ac85e794b1a2b76571d2badb47e3e0b541e252de7254bda4e2a079d8e0f324a2\",\"sig\":\"VN6Mj1xE95RPuTqDazK5c7Lk9qqUNCYpQjZ+QADTBq2ubtauIgh5EA+\\/Byl4QBwAOVAex0cb04LPjARDYQmKW+3XvzrMLa+gDYlejqYQRNMzEQe3XUv09z58C107vf0TZi2Em7\\/LsX0FamPE8hzAn5ndcu1Uxfrp6qjraRGO1LhgLtEVC2GcQWZPBc1TGAUVxCqnl6lNhUH3CsFZVgIFgV3RLUsQT225zouagmmS8ndZo4JlPOkiEfolvcjWKXwHVsDuOusQ3CDDWCTT91HnPWC5uDzjX0N+yvnI+wTNdKdU+L8C8lVuoDubAlR2cmsmMDtko2wxP4QdHFViiOVWpQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.1.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.1.1\",\"fileSize\":\"70402748\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"cEQPk61ib4cQOo7PiL6rf6u5IcgSIX5FGmMFCSBJ8TdTWvLxbdeCi8Kh+BqZ13aTzeaiwdReIk+JWNDIB4jpo1d3a20nducCxSlNjqe9dtz\\/04Su6zUNSRUyytjBHmDgXr\\/5ECHAQJG63xMgZppnNRC0zf4EjiRmqdj011BKyG8jzzgYPgV75DGh5xuUc7PMiLZhlnWonCH7zfbJnydCuLPBQdTBluNfhC6Rf1ouI39+VQlM7yfhw4joC+vNYIAp6FKbr59XuFaY41OZ5TUeo4iRwqEAnMFv51NCKYThQagIZf25wUqYB1eeVHCs79oZP87bldtN4NXXUa3+SQAipw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.1.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.1.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.1.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.2.1\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"25b97f4cb7c84ac99bd05429e9b86d7973be5f2d1f47d697ba6dcd4f929555fc\",\"sig\":\"bJELPlgzm8\\/HGKQZ41pac65CEeNUi15vYWB+pXjgSTFZPHfIIE9DL5v3sXyYfHEgW6VrDNzJn+jamgSNMHus55WWXF00wZ0urjIxwPKmI78xa2MvkAS25F\\/oodVDXXhvfJHpCOS+mz+GD+\\/4mKvwVO6z8Pf+3aKPCU4iWEdmPD8Zvy7vFcMqtN0S2\\/WkCGlaZwgQ+sAPdCWuu2Hbo17p+HrGcEegehv6vnV\\/ItycCUJDvQ\\/jNYxW0rO2ElesunoUJ1QVd9TmIF+h\\/SGDH++\\/Os3ZnSTAEvqyV41FTBHSgJGE8L\\/DwfJBfxYabWtnPDetemuuBgyDKKAwH8LFOAlM6Q==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.1.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.1.0_GA\",\"fileSize\":\"70343780\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"iPK5dclqpcl82XzQobQYGDKTFNJs19aNd7FfUXRQnDg+wQFzodergXL\\/qB1lu7iOQtuZBWRTX64yq2eACcG2l6OX5m1OuMwvEfSSSRXecAnal5OHbPRN1mki8p+UShMovmxydJhtroW+XhccYuY2iFiIRJ2xGEMAopTHrRQ8usW0pB4CP6yCDMtNXG5YOHMUt+HV3qHV3xiw8oyQda7+JXPvKXwrU7FOXSmXY21nWcHTn4b8bmW7Qw4F+hVoKZCHPHhLNU1X56YDziF27HbS+7ubYVL0Z8McTL+tCSXbHuyDjAb9uDNutPkR39OIpZ5JcZKunO3Z86E8kK1Z+GaAqQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.1.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.1.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.1.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.2.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"6d04ccd833a1c0d6dfb88565a2bf15a11c37defb24c59c7e0c19b322d04a10ba\",\"sig\":\"RxocH3gqsoqBB1WjCXuLF6UdGGUxSzS8+oK8cNqEwUgpcduzrzgw4jSFYrN2g4dUEyBLzaGFW4Kxf33AfhXLKBzDxQhjap5ebR5ybeE1WsVBs4GSQUeRT8UH9thyiDn15Ab1OTRxSFroxPCck4UkQTxPQ0tm8RLRUp3Ed0q6XekomIu5I8EQs2Ghc1JrN5uLJGm4xsNg94d2wrqXb7EYGfQw1cMAWaHaGF8EWiF0H+CDi40kFIU1YL6BQ\\/j\\/vpUm52qhK6jjL6mTKoERlTVkSpb5Rlro+pnpoqM\\/vE1x\\/4bAsgLhjBfQkXlQvYouyrbwIEzYlC58omdvpbY9rasnjQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.1.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.1.0_RC_1\",\"fileSize\":\"60672653\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"aEy59hCpDv19mIes3o0UsTKrNwrUkDT8GZ2y0Kg2GgafPnGMslVjKpMMleMVmlBJsB2Z7ScGKx4fjXsREEb0ouiib0hG4hX3lkvyXxegff5PdrU1f0HjoTozp6fduo3omEv1Vgt48AdR7A56aNT4lWqFRstpsnrGnQ5nrMK1X5JNEAqt9lizfvEAN+8Opx8e35O\\/oJS1ebRfhaPGV3CJVhEMFcXQa6RNkwPW6lT6XtE7AJY2Qs9knl46FjQQkE0UhShFnVkANvRKg+tqKXds6qc\\/eGzkg5IkLmJP2mh47\\/pebPAXxsh9sggLum2r1\\/+ZYFQRwtzUkCbCIepDtUAV5w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.1.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.1.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.1.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.1.8\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"14468525b753b1c0088b0270a05638b929fd83893b93cb1e309fe4c79811ecb6\",\"sig\":\"nf1NF9BlGPVmIUkI6XhacINYJvfuvDkkEMepj6\\/I1lWdWZ6RPFku4aJBLJW3fJ\\/S1EeSEfA\\/TDUydVzEb2hlDmRzj8F\\/DhnxpvFqY6P3aHQJmjrYAPCOup\\/lsnX+hPIj931ACsMHXyqgfvvPF0zCtNlUxzfMuNhDLzyKkWWtpHleAHy7h0duWScPG1JxEEIWVNqQktj5H2907xADY1btsQ7r+wyoYTO+4tL5eeukpN2VKrVID51uHffh+bsrbaKR4Iv2JqcbV9dqcBSwwZ\\/lpHPIAoCC3om8qND1Qj2h9RRFBQaIHR0xJPPbe6eGlfOcFXYCDfXj1CfCmRIITwyiEA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.1.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.1.0_Beta_1\",\"fileSize\":\"60681892\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"SLQdeSyJqioPksVhhv7WRYuzCCxLZv6ZINMZ8hST\\/sjs8Y\\/IFWn2KBDR3SkLknkMD+S7Rr+5if+ho1XJ5Fec6w+KAgjrNMF4OYX32PrEjbttx6vDg2I3OHgh8\\/TjgkVGD16Cgs1TTUxRrrPoW+EJTfbzJHuNQ9x0s7bkXfk+r47d7GVLGNFbRoACeBygBzmKemP53u8s30LANOkM6XMIdwXX\\/qJN2RjCcKqPo7l9\\/o8XOXV4qlPtOKs7M0dJe9CITRj1oxpaFQz\\/QM8M1MckYxNrT18onYqR8XgK6x0gLwAxG1wjPx5d0MZvh3s5S08DZsqxMDYTOozU5J7bQ\\/+GrA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.5-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.5\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.5-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.2.3\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"c7b45d4a8f45aa89d12b8d4a45c55264692334d371496c30666aacac90e753d9\",\"sig\":\"ns5Rx1xRQBS9vF\\/8\\/G6jUTAaZOSuni3ttLyzSvymE+mYLDArvtariAImcwr0VyklMUhvaG3LXabGVzzYuwezDhGx\\/nr1\\/5jqFVShWGrPxrxbM\\/akMffMamhwE+bW9ftSfB072XSiujOPARzxEbEJq4e0+NrPJgu4JR\\/FzcQ1DqlErsQ50ilNZO4LapsgWnktF00dcmvCNk1Epxtg3uerBfpUbKcoCo1I0ZE1lMLzogJ8PablkVDBXXniO0WLUol9OWQEKFN0U0nIQ0Tm3aIz5JvU2J9hP222RHwRaNsNlSqlUx+rocd3POkQjJfrrK\\/PVyVDW5X2YYeYxTQ\\/Bzn1ZQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.5_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.5\",\"fileSize\":\"68699310\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"SQQYmsucYPFj83tk9PKvYaMCCcg9xWVs0scDWM3VH18G\\/yk21x6nv1pSsuZ\\/QsqTrNLW5NO7HrVmbT6YAckdZvx9su8o7R4oqIO2dkQ\\/\\/fFsTOnZ2Xl35yyENyQzmb4kZSbS3FLnD5gbZqgd5buYa29NtIrHtkct\\/mhrzoGzJDEZ60fwo+bZ+IN4AWZaLRgf3Jnj45wOrsoeYki5t8v1nIooRymOooMBXH9mUu\\/6Wj62W7mIrCTQcsNOKgLj\\/aKdxghlmrGrCVOxvIPeujM2k\\/opSGLYMS6GSid50pb+QmMB+AszFXr22bznqrIDQsppZ1PFZKmd265RE\\/dCer9ybw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.4-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.4\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.4-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.1.7\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.20.0\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"32ec21439601fdff326735ecd599efe522a00416344528dbf997dd3c2cf7e663\",\"sig\":\"lxE5T0xanLflGYkV+67GV4gH28X2yNDOYdHTtQL2\\/uf7kVH4boLF1LUggiEPF\\/LG87xKZzGz7TwuYK8S2iSew7IEd2KXS7GpF\\/hq4yrXv3umqSfKjMXXF1NPSERKzHso5mde4eefNHbCAYIYJj8C4pfkbIkKvMQbMo3zt16hJGQVKKJIzeMRMkgdK90maD+2+10lTppNewuY5C6n8EEcfzlTHSNnwfphfeYDBAR4nIJ67swpTb541af2wnTTiONex\\/\\/PrRwvvE1\\/asKr4jOm6SVFEorC+T+QXPkPnYBxLfp47VsLaKRladvwPSwMkJf3IIHSbX4O37yTzJNODWgoyg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.4\",\"fileSize\":\"59131677\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"hBm4Q1wCnqrRQ12bUfJYYJI2kHNUGHoVDnxThCRoxEJwJrgWljCOY9SEdt9KZLqp4s89l4h\\/I6e9cwA1hU8fkqEZ9mWMjI+W3ntQNwEspMfW5p0Qh8nyGnEGjRFn4DCvug1f3HXUWOFCbS6tpU8nwlbCCz8G8v3nedXFj\\/\\/sevu7H1EO\\/PdRum0HdrwQocuybcdZkSSMcjAR0cF2zghDi2kkpMdsc8RG58Bq+WgpLgdlLJEa0L9VbbkLq4oZS8BUK5qE5REG9G351ibbl7PH8hdljqiWeP6\\/pyhdaKaGxAZkN1uVm17F5gqv1la+Zn4TzuZyh2bdysy5+Ss43POToA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.100\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.1.7\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"65d3a7b6255ba69ae714eaea396d95d5313bf6d09872ce5b694e6a1ed45e9ef7\",\"sig\":\"UTvv0dLgRS7kUhOwMfeT6nVzXPqYCak9c95lXpQWG\\/QVDGSnnmC\\/4XcW0s6fF5X0Vsodg\\/lzrvxYlSj60EhRWo0yVysR7+CwThzFL48Nm7bnXJF9\\/kL28saGhq\\/XO3E0IIjnb8sqxoL0DR7OIB9Bo3Izn3Ly2CZAb46vQ8bOjcUcN\\/0yqDDRtdERTrq468pkwnBR3AECjVQ7sTeGGno7eVfWdM3gIQ0kxyEcR0rNZe0iWfiIlTI9r1ADbM0O2dbcO0yVYtcJAlvQE0cJlTjS0XQZC9dYS+XFfF9fc0y9o7x0TQfI1uMnqzYNa3mjZIo8qLZbf5b2i8wRwk81tusGMA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.3\",\"fileSize\":\"59135820\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"C6CFDHt0FEao2SkH71FW8kkkujNSVLXeqFOJmCUDxBKB184Y9eqDw0Ev66YNKV2+q1tuZ0zgNnp5Ej+DFnbQiw59W43hQ6gSbv24bK\\/C4dOQeJ3z+mBfz+U9q1JTSujdTocT8JYG9BJ3m2x\\/e98alvFifz+40ktegKnbhAgYfMr8S7KFANphXZMAOhXzuwu81ixrS+4hsOLmfCa0MVp0hvJ3lsRCCjGfAeStT1z99fRM+Y\\/5MFYMbKiRFasStcoExhaLZObKMCchBFyq8t1ZB\\/1cCoDjr5zCBsTOUIpFWHyqMrIFd3WvN97JZJWRZlcAVPk7NeBQ1ZMiKVdZmFnA9w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.1.7\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.7\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.7\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.3.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"1f4851e2b646ab2fc9e52b29fef13d34230b2b5eb0e9e28f2701c12becb5a2d6\",\"sig\":\"Bnd86tAPv\\/ZjyBzWe33lvohIZn+rzusO73yMuLOBAbiviOzddcJBwt8exHMKtFUUIy9QQtd7rsNBDxoaq4TSnY6Mh+\\/\\/zCWjbOvmpfV2+sGOvKxTZ4xKJsfKRNl0bId8bWkmR+BDv8l4GZjbEgEJZxT47vjaazOK76ZYeU7mXAqw+2Fs58Ycak37qK0835twc4i6nvqbba7vl\\/89cKi7WZjqVR90kRr50nfM1OiysR02p2\\/iULkls2T4dokFtY5bN6v7Iip5sMlY\\/\\/RRpsINsOp9LZBAeEHG1FhnSXiMX4qXngSFYJcnNxBHed21p6GJ\\/zE7w7tciWccBN9oJHdXsw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.2\",\"fileSize\":\"59123234\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"bvjwZwzagqQ0JOmKGxpwX2iSazn0Nl9lF4D4mWnWiuNRGld+\\/Tsy0SM1G6wxCZUHwPIcteqmMgWMt+v0HSMBVJ\\/rKITtzDl5h9rw+XeSAAeVJtQjPvoKikQN9V6e2yuGECxpv7MCOTEUpAbf7kxJ\\/WWMLVrn9zrfGkv2MXMBFfGPQZOg+aZvYVcqJAe3w7RRGmt+vz2MAtlO4jN7x\\/ioiMDIOif5xt3HG9e+E6e9ugfsIU44pvTvexxGK378EbdfXz7CE62yXubcO1ZwSP8dFJFnIe8haM\\/TAjnLQl\\/m76bmXxpxvVkATMbMFg1fdzTHVRZZXKTa46rqb5ORf1z7BA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/php-client\":\"v3.0.0-p2\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.3\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.3\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.12.3-p2\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/config\":\"v5.1.6\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/dependency-injection\":\"v5.1.6\",\"symfony\\/deprecation-contracts\":\"v2.2.0\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.6\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.2.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"69e39362da99862d0fd38ce9e3200c36d572fa7dc09e7b880b9fb2764f4fca8b\",\"sig\":\"jFnVkyqyOhjA3tieCydClUiK0HvePOGg1rC1JUfFSu9anY5H\\/XAyYfFVPMX+WcmSTUr4HGrAscd9SonaMHoeewoAFOkPjubsET1qhz4II70vtIcW+JgDIqfPTsvX8nvF+pQGMrGHuTEZKmg+qwY6zRdRee1\\/WtUC8fIt91Phk9adZ9HuOrJfFQ6TUGySlufDgbO1dOuGZfv0BN6ULKhkwP5HK6avl0BzUAgQPBhi8oRvHk8KpuqCMI7fuF7d1jtYqnm+QPwID9QmyP5JRbt5gXGMK\\/KlQOQXrHJ+5ev9e+fiqPbkHPzjeiH3Drk47OQ+GdyOddGFzmWQ761ChgjlNg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.1\",\"fileSize\":\"59135104\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"F9VpKuJfWQBzUsKWiXk+vX\\/zdIvj1CX1QVPgjDsgFh7RtBQXGnHcnbIUfQzg9mUYePDDVqjJGW6gM8VDXqNuaQ\\/n8XHZKC9+zlY+riR4DPrh6qIeGQcnXN6GpQ6A2eSRw6N+ZzNhRRWJtKtcrFnT5BV\\/BqH\\/Yr+2vGPNYjCDsB+2JBoqNQXKLiRZZCNgR6JZcaKcBZlK+SyO53w0AwdfdDMDozpUCjWiZ2EtwptiUa1JxYbPA4b\\/5lJ4O0bZVASaAviIGT5gV1iGjXs3qvqvR\\/L+XggEK4gYFHuqPfHzAAaf1tWfyhdywJBp6XMXc7kgb2TJZlgkOJ0fBeicOO6CsQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/sdk-light\":\"v2.0.2007\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.22\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.3\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.3\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.11.0\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.6\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.2.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"88a0a62254bb9ac84dfe72c4e0bda39871778461e28b5af2b9df01b520ae6636\",\"sig\":\"cNz8pSNMsPAds0bcC11shJii+33t7UV2OaGUIUrjQY2TuPoouyDsQNU6F7BI6xd6QsAZiFd1tBnzs36KGWV7dNUmLmlWzytAr1sL5QS1aAakEvPiiF0xeqYyls5AijcVpdJt44mgq5gKFVitF\\/Mj+8QIjS0TrPvWY7Evf0bBZjKrrGmam1KAaNJLpcgC6KlzWQruV31WXTuoO6zwFYYCI6aEDViyxUdOxsKIcfTtsUSucIhS50cRfLgDMVo0jZHn4U5fap9v6YDWRptN8Ieib4HYdK+ZDlRhGAQ6+FCzouZMPwqRhq1mhrwrsaYvGT+X+DeipNSFiGJpZMSX30le7g==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.0_GA\",\"fileSize\":\"58631447\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Cx+2kvfHrJjn+sgyJxo8PFYGJ0dFEX7sYJfel6FtEJAuLSV4Oi1x4cgxNhEpSwqBg2cvor1anrSxf4u\\/rHBmYjXEhw42JLPfc7hi6wE9PtM4\\/0N1vP0wdNYZczKNR2HLDXljXW49hKnU\\/YGJYFPIArKGPb\\/LrPE0L7dBceZzj3bWVmGhHCPYuMnprS37THEXBrR71xB2J\\/QWucN3kfa4wqEUM+12gqfnJYhMcb04ke9hgxSms9FCIB1RWXjaci2B9RE6QoCMnKfDF8a8gMZDZGVhaTz+sel\\/MGdrxFViYatTa1QFaFTg94q4Cymt4MrJehLH2T8Mp\\/v6Hv+Ez5U5xg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.0-rc.3\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.0-RC.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.0-rc.3.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/sdk-light\":\"v2.0.2007\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.20\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.28.3\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.28.3\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.11.0\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.1\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.5\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.2.0\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.2.0\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"f8aaf6365a812d87f7988baeda1b34bb44d4b4ce6ebdab0ed781d96e017b3ed7\",\"sig\":\"Xx0gYueKfsHDkmM8a7AYJabPmJMYivq2Jdr1q7wgpdFC9W0ulqAQN7x1AJZA59JgRNxeNM7pn6OqsACfWdrFTkGBMDnsB5\\/NoVFgQxtIQqKnpaIOuf5KgXi5Zjf\\/vO5r974maJi114a7QAtR9JoCw6xUdB6QpirmH3URw4IQOZZ7LgfCLP27pj4hUtdA8r2QmjFT1V8e5gjz9A2Fr2XukzZ63MzSZRiDeeXu6Obnybsnpatjw9uBO2SnSPniD34Ip3+XCF9YiGDat8mL9OVrMrdMOd5AApe1YeG1OOa1nP92jVjJU8H88x3wHl+G04WpMUcyTKu5gAmMuxLUrwpbZw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.0_RC_3\",\"fileSize\":\"58584615\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"SoTZtpcVkkkQwyaGqorpbwwqjzflhvId0r7UQ8YwXaKjZl8I3DPAFeUp8LT+nbcA8SIwKaYulrfrISnv4HX0roIpy\\/MzUt9l1m71J3EQ7Tvd3nNO5JwfBhy55Mh0au7dDfj6z9CIipkDKZiDFXrVl\\/FrRK9kgz5YgMI9sjR9OX1qGYqsmgp9DZktGMD+kl+01+k0xYo\\/1dEkqn5uHLGxRJ1eYC2\\/QK\\/8VIwIrXX0Gi8qbmZs4RbsjVUINrL43APr8+3Q3l2qxATNVL+Hpy2r2Xux9eXisKVjZ+6bpADdMPGiP896ElKGYnFkmFPwQ4DLFXATa8tHqtPYkZVnM9dEDQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.0-rc.2\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.0-RC.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.0-rc.2.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/sdk-light\":\"v2.0.2007\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.19\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.27.0\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.27.0\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.11.0\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.0\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.5\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.1.3\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.1.3\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"20554c18638c4c1fd29e7cbc434298d6cc17ddf4de0396d7f838b516a6bed067\",\"sig\":\"WThG9xlIdYecLAA5d3niLrZ6pq7osYiv3FZ\\/RIh9RavWPuftJX+PKCL0WG0qRcyzz3SzQSV7W+aEMzJoE8\\/RaEUJ+UBQR4qE2EMDY2wN8ZIz2Gnd7mtTZTqq7HVVl8YO9Ms0rg2m\\/XPa68jkywVbj2w9+AmtFiRcPBvkQmFIZe4w1\\/wDDo515ECKZNjVq36T2ut\\/43wVDFEx0cWWU+eprWiE9Bjpmg1mmqfpJtwHUWq9L6PBguGcf\\/RJpxZIYMdnfOgwPrnu6jefb0u7BuZ4hWteNORNeAolKfK4Qs6c6urJsQjug1d\\/kGzQNkNKAdAkuUy7ZIV5iDtJniNA6r7sDQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.0_RC_2\",\"fileSize\":\"58581048\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"QX3XiW9c6dLtbIZMgJ2NoovdMCIM3yRjDcoAPl4Pyd8O5rdWtdgKYKetukOCaZ4ZlUYFAqBCUJYTWc1fmcpCoQuCQi0OoCapCz+IFB0KpuC3PfsYrcTcpCR8S6PGYXgyvpC12Y7ZqHgkSYVDWUzH+RRHlEKGxHKg2BC0dQiWolZwi5OCJWoVHP+o7vg5DKjKxXtL+4Z\\/9ZjUxPk0zdLVMZeejITAz60uq954dGa0wrnx9mQy\\/nH61Kd9\\/b8+X0jaqKOuYLFiXU9ev9kMthSYM2\\/xBAG+xoVnYZBd3CvhLcqyveZSgW1QoEEvFZPVMSN9mEk\\/KIj0hgjuCLaJs2XyVw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/sdk-light\":\"v2.0.2007\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.8\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.3\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.19\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.26.0\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.26.0\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.11.0\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.3.0\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.1.0\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.3\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.1.3\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.1.3\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"d3f802a4e3c5abeb4bea4de10d1b1c81e0541e33bc44003a659c450f62e61d38\",\"sig\":\"mGb4\\/6e9gOYW8gRqF1JMZ5R28HqSbA9B5nam7wnNwbK3YBzSA02M+8tPZNCA+r95CKXZhQU8jZszzJ9OUklSkCW7fhoaKNzQ0Xk+3Roe2mkusvSVV6hulNH2gI22hNiu7CqhMgm0e\\/UfjRs1AnQv23VfarSWyWBkQjgaFC0YpotdBTgENLDJLnY\\/xLfoTNev\\/BlH9jheK3OWkyh0LLXrzvQSBkct+2\\/\\/+hDLYrLd6gOvKomvkNV\\/POeclsmUUGg84OdMEU6\\/xmNiVEaojMpZuiNsWTfECE4+Mba7sxpMJb70tkZ6BzrYuj3JWjf\\/zbUUTytoX0A68CGmTxRsN9huxg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.0_RC_1\",\"fileSize\":\"58046148\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Pw0LACnqUUZdERxRgHsjLwUY3Huj8k5kxjcvti+LXYbHcFWxZ+AZNi2LV0DO\\/yjQsH0uBQol\\/g9ribxW6xKWlJdz8wlk5hkxiiZVv2ybDDCaRO5enNUD58SPBUj5Dgn10N01F2+5iDNsIpPPZ0s1\\/Nv1G+vz2cJQ7zbDIXNVf64NyI\\/AaW7XEqHLKRn6rVv8R+ZR1yJY1mQOwJ+wPbIkVqS2C0kyv0Lgtt3vnx3wh3ZP1ajkG9HNtVlYQ2N7tShjCyr\\/GX0GBqc7oiDnY5gj5usjIbmHJg8jllyWE8viuZw4t9mx0nL6g9tz\\/IHasJzwNoYzsD+hBktk41fPA3hc9w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.0-beta.3\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.0-beta.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.0-beta.3.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/sdk-light\":\"v2.0.2007\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.7\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.2\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.19\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.24.0\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.24.0\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.11.0\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.2.1\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.0.4\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.3\",\"symfony\\/polyfill-ctype\":\"v1.18.1\",\"symfony\\/polyfill-iconv\":\"v1.18.1\",\"symfony\\/polyfill-intl-idn\":\"v1.18.1\",\"symfony\\/polyfill-intl-normalizer\":\"v1.18.1\",\"symfony\\/polyfill-mbstring\":\"v1.18.1\",\"symfony\\/polyfill-php70\":\"v1.18.1\",\"symfony\\/polyfill-php72\":\"v1.18.1\",\"symfony\\/polyfill-php73\":\"v1.18.1\",\"symfony\\/polyfill-php80\":\"v1.18.1\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.1.3\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.1.3\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"40a3947dcb5f2d91b1b7396ebf213470ab1fae0e1074262c7a2915b678ac10b3\",\"sig\":\"CDMGPDk8CgQ79Ewryc0AC0kfb1CiGxzT7M50FUiR88Gq1cZnmcgIyUqtXK6Sy7qeNWJRL43RDeiZ4aGWnQskwcK60EZ1ykTMyVpG3yrGMjkEo3z7XmZT1F1ofEo9AHGua40uXSuphWaTHCWlPuXqu9csfwCzn3Y0YRLc3jYB5\\/GygWnvGWozDs47AkNGNk\\/bFh\\/F8nbWqeroH\\/wDzjvLWFw8zi5o0g\\/gx5ZdfYYPi3EORsiO07GEvVfodJV1RQK36Kg7KinZQcgvMbqIyH0E3NzbexYMZfBkkAJJN9IhDqb2jnCQEPQyVh7X5E19AazIEUJTWeNh9sxNkZ5uXnXWkg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.0_Beta_3\",\"fileSize\":\"57941357\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Bwcox2gKFT1u59+9f5P3kCUFry1F8MODzcib9Ka6qYDw8AL03KK\\/U+Yw1FfgBpXBcncCVlNopYQTkO\\/zUfsCeLjb1GpA9PWaqGiNV1F9YIXwLTu5hQv6FtlnxkJsWBPRfyP4EPl4X79dOlLLvyRuWq2LalSSwlEWE+drHA6oXM\\/EVCAIwmnmFVsBXw0mcosEhwlcWIqMWY7qHpFlVK7NFDA51AlpFizot0s1dkbON7xasmWgomQdFpULeEQ9xifAgRuzqhQIwyX8ssB86GJkcF\\/fSqiTo3ZxWYfqovCKfqiXWto4RK993+LT+exVuqEiRgZK2UB5lpOJm1zgzYRz7Q==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"8.0.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"8.0.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^7.2.0 || ^7.3.0 || ^7.4.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-8.0.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"1.1.0\",\"authorizenet\\/authorizenet\":\"1.9.9\",\"aws\\/aws-sdk-php\":\"3.138.0\",\"bitpay\\/sdk-light\":\"v2.0.2007\",\"brick\\/math\":\"0.8.15\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"v1.4-p1\",\"bshaffer\\/oauth2-server-php\":\"v1.11.1-p1\",\"composer\\/ca-bundle\":\"1.2.7\",\"composer\\/composer\":\"1.10.6\",\"composer\\/semver\":\"1.5.1\",\"composer\\/spdx-licenses\":\"1.5.3\",\"composer\\/xdebug-handler\":\"1.4.2\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"1.10.2\",\"doctrine\\/inflector\":\"1.4.1\",\"doctrine\\/instantiator\":\"1.3.0\",\"doctrine\\/lexer\":\"1.2.0\",\"duosecurity\\/duo_php\":\"1.0.1\",\"egulias\\/email-validator\":\"2.1.18\",\"ezyang\\/htmlpurifier\":\"v4.12.0\",\"facebook\\/graph-sdk\":\"5.7.0\",\"filp\\/whoops\":\"2.7.2\",\"firebase\\/php-jwt\":\"v5.2.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.12\",\"google\\/apiclient\":\"2.7.0-p1\",\"google\\/auth\":\"v1.11.1\",\"google\\/recaptcha\":\"1.2.4\",\"guzzlehttp\\/guzzle\":\"7.0.1\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.6.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v7.12.0\",\"illuminate\\/container\":\"v7.12.0\",\"illuminate\\/contracts\":\"v7.12.0\",\"illuminate\\/database\":\"v7.12.0\",\"illuminate\\/events\":\"v7.12.0\",\"illuminate\\/filesystem\":\"v7.22.4\",\"illuminate\\/support\":\"v7.12.0\",\"illuminate\\/translation\":\"v7.22.4\",\"illuminate\\/validation\":\"v7.12.0\",\"jms\\/metadata\":\"1.7.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.14.1\",\"justinrainbow\\/json-schema\":\"5.2.9\",\"knplabs\\/knp-menu\":\"v3.1.1\",\"laminas\\/laminas-diactoros\":\"2.3.1\",\"laminas\\/laminas-httphandlerrunner\":\"1.2.0\",\"laminas\\/laminas-loader\":\"2.6.1\",\"laminas\\/laminas-mail\":\"2.11.0\",\"laminas\\/laminas-mime\":\"2.7.4\",\"laminas\\/laminas-stdlib\":\"3.2.1\",\"laminas\\/laminas-validator\":\"2.13.4\",\"laminas\\/laminas-zendframework-bridge\":\"1.0.4\",\"league\\/climate\":\"3.5.2\",\"league\\/flysystem\":\"1.0.67\",\"league\\/flysystem-aws-s3-v3\":\"1.0.24\",\"league\\/oauth2-client\":\"2.5.0\",\"league\\/oauth2-google\":\"3.0.3\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"2.0.2\",\"mtdowling\\/jmespath.php\":\"2.6.0\",\"nesbot\\/carbon\":\"2.33.0\",\"nikic\\/fast-route\":\"v1.3.0\",\"paragonie\\/random_compat\":\"v9.99.99\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.1.5\",\"phpmyadmin\\/sql-parser\":\"5.3.1\",\"phpoption\\/phpoption\":\"1.7.3\",\"phpseclib\\/mcrypt_compat\":\"1.0.11\",\"phpseclib\\/phpseclib\":\"2.0.27\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-client\":\"1.0.1\",\"psr\\/http-factory\":\"1.0.1\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/http-server-handler\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"psr\\/simple-cache\":\"1.0.1\",\"punic\\/punic\":\"3.5.1\",\"ralouphie\\/getallheaders\":\"3.0.3\",\"ramsey\\/collection\":\"1.0.1\",\"ramsey\\/uuid\":\"4.0.1\",\"react\\/promise\":\"v2.8.0\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.8.0\",\"seld\\/phar-utils\":\"1.1.0\",\"smarty\\/smarty\":\"v3.1.36\",\"sonata-project\\/google-authenticator\":\"2.2.0\",\"stevenmaguire\\/oauth2-microsoft\":\"2.2.0\",\"stripe\\/stripe-php\":\"v7.34.0\",\"symfony\\/console\":\"v5.0.8\",\"symfony\\/filesystem\":\"v5.0.8\",\"symfony\\/finder\":\"v5.0.8\",\"symfony\\/http-foundation\":\"v5.0.8\",\"symfony\\/mime\":\"v5.1.3\",\"symfony\\/polyfill-ctype\":\"v1.17.0\",\"symfony\\/polyfill-iconv\":\"v1.17.0\",\"symfony\\/polyfill-intl-idn\":\"v1.17.0\",\"symfony\\/polyfill-mbstring\":\"v1.17.0\",\"symfony\\/polyfill-php72\":\"v1.17.0\",\"symfony\\/polyfill-php73\":\"v1.17.0\",\"symfony\\/polyfill-php80\":\"v1.18.0\",\"symfony\\/process\":\"v5.0.8\",\"symfony\\/service-contracts\":\"v2.1.3\",\"symfony\\/translation\":\"v5.0.8\",\"symfony\\/translation-contracts\":\"v2.1.3\",\"symfony\\/yaml\":\"v5.0.8\",\"tecnickcom\\/tcpdf\":\"6.3.5-p1\",\"true\\/punycode\":\"v2.1.1\",\"voku\\/portable-ascii\":\"1.5.3\",\"zbateson\\/mail-mime-parser\":\"1.2.1\",\"zbateson\\/mb-wrapper\":\"1.0.0\",\"zbateson\\/stream-decorators\":\"1.0.3\"},\"extra\":{\"sha\":\"9c19dccd64023d608cc60befbf6d00c36ac3b3513bce350be0a6bb8891c2556a\",\"sig\":\"alTrYYLUFrNZgM0WK9Xaa912CJh1p5LSNFeIKQBUvkLhIMjDakgXzRHJ8vdSlo7z\\/5QJfzC8LBhIhy5Ic6RJGLuN4dm3\\/C3KoYbkiUC4PYhyTt3ywCCbctV0ZvIH4z6AyzH2wgWDjuiGiQYNP8xfMmIVLCa48GZlsMfDbfEDuWKBsVyAbBV2\\/Q+FlmFnmln6RMQjFocNYlJwAan3TBY9ogXSUr1rLOpjoKBU195al6sd3tBXhEVs+babqK1ijedXaAmCq02qdnF+uETsO24e\\/\\/4tjwqClwCmnEE+oGhFHwZfxRCaxj4GxtwCsQ8B3tIRzYSiYGWakPTEcajHJI3U6g==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_8.0.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V8.0.0_Beta_1\",\"fileSize\":\"57835358\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"JnI\\/ZHRQ0rdSwmZjH89KFTuYcwSqHcL7qcKCGXrY4xiSdJx1JVG4lO61Qy1Xlu4RwflDdc24Lu1kMOpF+vHyJG3sKl7dK7z6fxoFuMObgkzrB7K4dSrLg\\/9OeLcVsxhnMP59UKjODEt3AcD3AbprRv52TYdIukEyi\\/aJPQ4gz8awwXdm5nYYi6iM4EqSpN8lydReXcsfzef4YaV79i6MXUsLKgm\\/ysjuJOZQ9oj3FcfAo8aXI2FRb20J0nw+6QSftZv6iMnYJL+wPe67OhuciYcCHYFJUVkVnvGzmCx0V38JaiSN\\/5UWZBnY8LDsFvAeyP9QrAsTsc3EXaY4x5Pr1w==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.9.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.9.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.9.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2020-02-18\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"f82c95a78251d4ece9065700f6a66bcc88984b59649e5713bfac07af7cac2707\",\"sig\":\"J58YQmZqpy68ZQa4eoBsqY8zhxgusU22lvIfsVMHNaqaLH6CHIpWNIQQHnQ3crUfAtu+5ow6y92g1GFtrj6ImbcRYbLPkcyA8VyqgSXRzBEUeln24s4aZOGVhDbwUf5h3c7x68ufNXQZFx3HTOyVh\\/nWIttAyjJvCamsfnVbuoNdfNLJ+7PPtypI4\\/AbhoZ8mY7GOAMu3E76iRM6mOsfRSLS5n\\/0Xls8JNUjl2K8IR\\/SijJMgK3YohUP8Hl1\\/WsMCZ6tBIPJQZ++bTwwDgETHYFMckztFCnhZ24YNRXSOvLGBVKNb0xmONV7K3qbmcDvMNHncTubEgF\\/5xmvS29jaA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.9.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.9.2\",\"fileSize\":\"71873879\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"deJPeCbBmj0OJAtoqNWAAyd5wYysgyWrVOVRIc4YiNjL+nTIuHAArb1esrpQZ+Hvw4B1WJYtgaDtaSuN\\/LkwVEI\\/z3Qrs93+QyPvsRoLmZtNBKPsxGVsdk1MSNxipXZS6Czeg\\/EgGP9G0yj55xW3WLPmCQOu1eKkND+SmvNpTegaookCjWlWqU4bMbUWztrpd8VNckLKlKxSjO2MI3n1p8yOtt9YshDx\\/j78sHVpj+s76AciWpAY62TM+\\/L1x3rUtfXJfU+BgBpMpD1CFSMzEA9X33riY+6W5N35UwxiziN4oXgvRuseke8f4wZuPXQnZX9wiy48J4XVnkqj0p96Og==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.9.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.9.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.9.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2020-01-13\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"482693bf66163f1e7f3ae1bd4b0eb74ea44e124ee80131fcbfc1a12e31c7847b\",\"sig\":\"p8oa0cy5ngwx0syx8a709pTERGcUo\\/CUT8O6qM\\/cD476sM\\/cwwBopffEzN8Xd35R4GVcd05o9\\/KdrnvVmMPBQu+5n4e7BIRBnWGA4T7zaxJiMR16G+I2IFLLTlgqjo43xDEYNeGz9SrFQVujUmf1JnZMbGasmrWa4zqlXx6yaMpWiksMZIJz6oceT5xo1+taTqqb7j5GA89PB2EZnE\\/mKEQX5QAuD4D6IWU524qZGTkY8JMb1GBgsqGmDSW4ZKWJP\\/C+C\\/NPB8aPenGx2N6FTMlzrIhxjMgPLKIldPofKvxT2MOKnW1OHNsCdXRzPCPICgiNj9\\/DO9AaArK2\\/5QPAw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.9.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.9.1\",\"fileSize\":\"71812833\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Q\\/UdkWvrnx80T13+4KFJIAUrs8Vg8OjJKUM6QYk1sr+MYIL5y8vjsuUt8szBo25QUYHMkRSHty+Ocygayvjl68Bbb4cFJlZBli2OWKx2fvDob5gX9XrXMvQA\\/Y+E+7wYEX+8TzqCw1vrDChKr579+rRQfbfzr7XVkBMCUxmhrcMjTpyZv8RckHsIGXUx19avsCdtW1Hj5MDOfZydCFNKMEA7ufiRsg5eOIxZU1aZmCXH80scGfY7r9PmUWNHZOoWpL+qhHXgJrZTdOYMyGvsPAZCK6xTWgZkZO93Ni+g6AkGS5lM5PcxWmiXMtYIFfbwwz9PIaAlZWjddoYMiKG3ew==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.9.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.9.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.9.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2020-01-07\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"4896b9336948adf72a76127e875c68819312f80cd3b20b6c84264481ba324cf9\",\"sig\":\"b+8N1+3ZptpfDxQ9G6TILrk8vTNdU4t1UH15jWwDggKDB\\/3S149\\/dQpbPj7XMbW0QtiiGvCMS+nnX1\\/kwELWvu6S\\/L6kHRxaKLnkoSftBsXbjoEvA+gt95RxDvte7nRG9oBW4QA+IibJf+GkV6cXjDBfpGHK0EVL\\/9lo2V\\/x4d4+FBXu37khk1zft8L692isTWgbNjRKuNqlyl32Y4KsE1fb0Zwi4j6g\\/v7XzMJIbhjUs0W3uoC3+\\/no61Enf923y09aLjiPGqopfx1ivSNqursUJJWjnHdDr3NiIJVxO0PfgQqH80PixLr4rYxt\\/E4HdEC8WmTYjeYfVvM5zoT37g==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.9.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.9.0_GA\",\"fileSize\":\"71797107\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"hyCkcI+ZfPIW2nBrJFXpDl4qCQTRBPKQ7ZMEk1CZfyR2PQJyABA1KM6xjk5JRsBnz3VZ8wmgqW4f4AjQmLLbb6EC3NzucsD5F7Y1ArxoljllC02qm0ZpcshGEaOLAGmiH6pBlPfJLkciqYdbdYkVcP1pllC0PDwqrYuVeZbcfM4xpz3zOaxKgTjzgF+09xep4HfzTh7KNrRNhGAhBO4iZWJId\\/ZVQqcWikM+HB\\/k6kK9+7zGVuNWWTFXG7rqshKHr327v6YjPXx33lK7jAU\\/gpbGHqsoWnxBOdwQQoxiYEtYMDNiOaFBZhNGWiVQlplHoqew6mpJ9phgl8Q504Oj\\/A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.9.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.9.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.9.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2019-12-12\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"9f068b613e20ecbad618da910fe3ce7143d58c23deac4b943cdb8758fd3b2de7\",\"sig\":\"ceGqyITX+44mpYWPOrDumbkCo0ZPeAvaCzZXsEVqJJSOw81X7KiDvQMXEl+1YlLYAfFu\\/3HPOiSgbr1rsBnUgj6aBeJ1e3AS8EtWCRGEj\\/8IfXEw81aAYkNp+EdYUGonQ4iBOD\\/4dBhoZCG2DBqGfpjgEHEf1HVQpZzgiQI72wTHI+nNmGIRVIU2UBJzRCSpo\\/7Vx23WNmivghQDEr3reUJkM8QTRvYp6AmoyNyAXkJp5GkyeEFK5yWjVSrHAy9ahzOS8C+GyvS6dTTYUPe5Pn\\/Ucru9xLxBzuOSszBNGgrBFcyvJWVgFW26ZVx5o7ZNyBTwmL9t\\/+CsGqHHasGJtA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.9.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.9.0_RC_1\",\"fileSize\":\"71623374\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"TuT7yvaaJpAFu2Z5CpWk+zeZOB7lR0hPIiL6DJ6SdHZZyd\\/5K+7XFxqsO1mq\\/yhsyi2LzBBD1gI29ZzkDAD9KZi\\/gG3BAbCAi7G1yMbAOfwOVgKFIQFa5cRwrg\\/cpz8kcNTWuGeRpwcROM8LbEuMgYfUfqTU6j8PfQPKV5+LfhbqfvH+UxuOr3DAxscs3zE0iNgjbds\\/tp1KlxqN\\/y39mCXLBYew9Qgy4D8Uh3jZw2HfWcgffHNESAC7T\\/vNrpuAOiSYLhASurYHhYnDEDfoxonkVl\\/Sn1KiGaLw4aJ2refrPKnhwyJoSbp0riEwrdfynQTzUkFGiVGvu5Hs8Icikg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.9.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.9.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.9.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2019-11-15\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"1e8ca0d57f8d503aef8be5c48739ec9256035f602cec33a47d686f661fe62ff9\",\"sig\":\"XWPxFb5p0XxpSaUkP0eT3l775htU9g8rKPv36NYXqFiDZbgLOlHT8ObFTOGNoV+eKBv4J3zq06No1VIQ5nUI+C\\/DOOEptercno4CqjnstpASOKLU4yQsgUKefGutO3G7b7zDeFYIO5qtAUV2Vs1MDT\\/pGK5kLsAoyevUMmGFg5wkAFjIZZPzBYV3ofDZ8On7Vm\\/avlNBg7gchaOizsdd506TWWl\\/fT6pLOjf7RQwZ66fC9BEwvn\\/ZdV1LTIPfT0di3qT91y\\/58\\/Ru2yIOv7n9ovyO1C3lArpZ6wRNSY1aU\\/+Q0GsYnHdfdRaq+GS4nsxLRv\\/ijbieCj5AR9bnJgGwg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.9.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelogs:WHMCS_V7.9.0\",\"fileSize\":\"71424303\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"enX05n7s3ugs6BoaO6nBnQfPflb8GaASlDaopGUslD2iRnYDrQP91BPJc6f9aQkpDhqjaMv4YG\\/q98Rb6Eig6r0hNtmE5T2Yx+TK2HuW1L4hMGhc8hI8x4AaniwrepzkR4JxprISYfq74bPu1+c\\/Vu3XULO7qIYY47a0FKrax+PGzUxQY4ujfBEXU1ONynFP7nKCfq2zJgK3JmGWued\\/mW+4cYTQBANBX\\/GD127SmI32ztkQXPCcW2mHJVAIeOV9vtqO1Ep7KN8H1oUuvHs\\/dTbwJB0R3dJQ\\/B\\/5MumoIW1g73RxsbryFNXHOSAXq1cHpuika5dWEnCCWq3QfoN6aA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.8.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.8.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.8.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"2019-09-23\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.40.0\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"e7d783baf87d0ab786a2bdc7cf9579867fe8db982a8b45228c2df49d2083c15c\",\"sig\":\"RfzZCeF+JHs\\/jKoC3N4vUkQmLBzsS890kjevzRhfRIPrAabkNsGRxwRBalxXGYSxsXhf2dV9MHbF0c2OKoAX5A\\/MFX\\/upP1dTZn8BpqTtcUm8626Qu5vkqcxaTHz9\\/fSH8lKno5S37zUyx\\/5I5oot6uxfO0a0SeYXEL8XNWQJv\\/9M6c8FuyGMd00jCPyB6w5lz4thG+tPSQTJLoBxhXeuxteP0PdsBAqs4F4STEtdYJJmyqP1Mmk7VjkYJcsdqFZji\\/WwD\\/fiuy6zsPd6DMVQh2cHnkdq4hnyRy0JFITgV1qnlRccAvbwn9yP4fCgd89f5bpeJ7xrl19E4r1pHTqIg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.8.3_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.8.3\",\"fileSize\":\"69865786\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Y1f+3WkGNK16H\\/xGy9VwJKvjsDBkLDFaWtXyRmPWN7NEsVu3Ko\\/pxr0ahEF1Owdg7\\/jWoFaklOJnSUxAGQNUQSvwCxBt9FuS3oVjp61Koco1jTaCeEruhmlqdPGTJb+UhUjSKBtD0tBNo4e\\/xL3YNgCCqYV41IT7uHY1v8+4dO1tBp2dinpzjh9uVBVJ4xLletbpYOvE2eJ9I3OpUwd0FYWFQpn77a64+BSTjB15ZVEbFPQv3gkOxZJGUTguZda8t3\\/TMx5\\/vQS04fFehgzEzwtisdLEE\\/8+efkP7Scw0dzf4NeBX3hNfdKxHUIZZcYioZesBg7SKOpFKOyKbiDUCA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.8.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.8.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.8.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2019-09-05\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.40.0\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"f47b8a0f617064af97f2fc8d326003b3875a5d88c19a95415e912678c28c1682\",\"sig\":\"Z8rIuazUPIT2TjAdNc9alp6BBkG54enSTmARHVxpAM29b8cTxpS3vTfxQGQstuKqSQOSnAhKm+vjPGvV\\/M\\/yPxKnKXpZsLwFd4HVQf9NDD3G04S98mlUSOXfRqWSko26yJxSw34rmJTrEbnKj2vBdeJiY9ehDyMNOFI4GLOvnWIuhm6QsiXCjEdMQvDtONy3OfdKRMWTw4Cmb+rea1YtZZ+8fGTCKEthQO+R7JN13ZWg7zwctUhz5LxDxAdmm5vBYrMkC\\/4vxTr1XxuLexWvsVXwCOmmO0QIzyW1TWrBbQFbxa4rNhLA71UygI\\/TCeHeBUzTS4bbSSzUW+4kXHPLSA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.8.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.8.2\",\"fileSize\":\"69781117\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Ysad4sRfIP2\\/HKie7ESpOQ04iVQ\\/neDU\\/X8K\\/ILu2PDWZsVzZURORDp6uPbXT1WP5MiMbaGevQuJn3r1UT6bYgJwPnns57ZX529k91FpSmbXsoMWDljGHGNsi0IUAIiFczktZeppLGeSWh6YWYLy5uxSZNgEE0MyAw6imSlQ734GYRIb9NHIuzHyAa8rD61oZ7nQKhVmX9qZlpxCcLR6B62jI5egdgL9DSd\\/mL2UbaPlNX7NFqy\\/PBIBzhkvn1Lq3XSaD57hwPwh2daK36vy5KaDuPDX8ELFla1TeA+j1zcJ4qnx7wZWDuTV5DitnOxyJYkbTWvRVGK5PXP2b1Rojw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.8.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.8.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.8.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2019-08-30\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.40.0\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"8ef74c248a3db02c4c041dacfcc577724bf958904f4c67131f07506bb4b26a72\",\"sig\":\"krvBqHDqcESwosgfAyZ3jNUt3+9i5XB2lQALpUbPWKYbIE8tXODiQCX\\/cK6xI52wBzwUamhcvdaqSwYZDvqLeo8awMOPp860poUR\\/uSeulWR4NFiLDIG7MedH9SFr7KvXodQSqq+vKI9WFhuBRXo7Q2e8LOTiMRu4DGUB3Zqf9c8dYvpX9wZVqUHRHfZPoaeghfl\\/rlJDAWwvuLZtE3wP4hCQLQ6Ap2ZNVv6SLAKVF+g935DY5MDLh7pzJq\\/50WB48pIGFi9B+qMCphBFJdciyinQepHlMo+cuTVIUCQZUv19MBrxJcm\\/oNI7DEWV8kddyYDkP98+gVSEFK5yBGRIg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.8.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.8.1\",\"fileSize\":\"69745452\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"dYZ0xQcUDYlbhGFQJTAESOS0d51iC7qxd3vSgcU6\\/W3408H7UQ78UZjzCnyWUrseE9eBTXGrW1aUj\\/GdwRdrNLXjWcVjRP9wl5uKXhL5ppju3xRN+\\/FHCjlESMJZOJAfrI\\/H\\/UHNRuEJErdEfQx0jgpz73LMEVw0QW8O+jdX8RaODdA7bTEDTGUhThzuNFUo8RdxZLn\\/84Da9JHdELUL4ROkxhcWGa8Vwznrme6kHXLi7lQX95HBgHpqbvxMYMeWWzczSRSKpDipL+xxdNCW9O+oSoeD8lM62UiUmBeTHuj+lEH57p8hdizUmoMDWfMMbMPHosTi9AOqsAenVfS6eg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.8.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.8.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.8.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2019-08-28\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.40.0\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"22c3a9d442fd9d014da68b817e347a0d09ca9266374e17327889d2e92e1791c9\",\"sig\":\"BaJK8Is7X1cGgIJXCm2PhKQHbWDW6hLmX28F6eGw6A0\\/htc\\/1k1nAjhD01K1t1UV2981W6LsFnP5O21kBh\\/+qJSdnmw6dMGdn8AN3bS6BAO4CUltJRRbfEU\\/8OxRRz6wI+fNfZ6XCLy\\/aDgB0nR0m9\\/P1C5j7thJk\\/AyY4kgwvcEDiPHBs+J7ZBf9sj8LD0bGTCn4g4eC8W2tpTrJBRwK4eawJ0GKpPyN67WDmZM3vqMPoT5+dSmhWrTZ7qb6ZwhHlE23B\\/VC9MzgkKuirpaGHesfndiVnqDVKneA5LNsAf\\/YtqICt2TByIxbMTFrIfpMQP9OYNBamLuzMwX7ib20Q==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.8.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.8.0_GA\",\"fileSize\":\"69754886\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"V9UkwaDLd18uMaRmC+Y0zOhFv6Pg3A47lIikDIC8e6MeQgvR8YEf8coUx51gnnE8bLAlnYtEJ2x+I+eNh9ok\\/4AtlMSYNMphDsTyxWHKCpj+35r6LV8sHdThejKp4PoQKK610iqvB6hwcl8KzjsrPwrI82KTP4hyKpfMT1grVaDpNPf+\\/o+LYa2TsrR9+hbwqXqZpBk1DmjqybHMznqjmydO5wDA2PBM0lg1o9SQhYDPZOdxMImHWcIQvUnxJXq4d31XwojBh5dRWoSQT9hxF\\/MmXH1zMc5bwVbO8WE9O4s90YFQ+FbGxkcA67K2U+zXNbzP9Lghw+Kgt55AUZlkMQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.8.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.8.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.8.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2019-08-07\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.40.0\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"72db1073b5a271d75e8b992b3be372550ccda6efe13e7072b87c0f4fb0efbd1d\",\"sig\":\"WEPKUeZ2lT2TUTzJhx9OXGtRjA87WvJwtd8jSJylyB6cjRhAYwJxyF94Pl\\/HaSCAMpw+mZ7m2nL2Hc1qlR7zfnnKltt1+f1WLwv5b4v7FqFoum1Zhkzgt7biqcc6ct8406LIRQczqE20Qz+KB1KdBLrnRS6MfQQbXddjej4lMxw\\/i03N7qdb2L0iF4yOq7tU5VHK311k51hOyImKT3QcQBqCm9wuf9eatXlADbQ+BRTc9ZAB9G0yFNQKk5z5c19mFgJgC3DWQxO1u8FffqED6PHA\\/MU3ezzDHEiiDBmwyg9+M73U8xxERXQUWzy5JvfOUvmb4Q4Yn6CsNMeckqEOzQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.8.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.8.0_RC_2\",\"fileSize\":\"66758828\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"QPY\\/gfH0vk2tcjVhUXbH4baTm7jpb10bg+XLxeY3bb0v42f6Lyh\\/+NIpKB6SiX1eAxoj+GUGmdtJ2UNsLDD8nuig8R8SQXdC3OCKzLMvhHX9Ux2ov07R0XO+\\/1XDl4IzPWOzIgCDITaiolhzlItg3pLGxm3qSGadLdoZyeLolM4Mw+CXJePwKtGz3c9UiJHXdHbWM\\/KLjnPW+V+VB3wikAJ1NkAjkQSU8Lg6EfB4ZOoxeOD1FZi\\/NJe0K2UW6MnDCRqkuKlokDMApxHaCojD0wprXCktOb3UsVlocKS65nSISkqFfbZ2Qu40XYS6fTPQ\\/w0Gm9f0H8CZ47UTUASxsg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.8.0-beta.2\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.8.0-beta.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.8.0-beta.2.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.40.0\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"62bb95a38d2fdde7cd9563e3c2e0cc12b6fd28f69487ca974ce803714d6d7000\",\"sig\":\"mac99sMIAJEGkDQ6sCmZzbVgwgv6+ytJFXg0xPJYz4aLYgpzVh4HmCZGkUtnbggWZTfdd8u6mar4IU+QEn5eFD11qVMj8j6KO+9yhsFxmEhCq7kVgJ9Sdrf4HlW3DTojMtzYDaASpEBZy6mUa6j6S7qCqsSTcM8cNFpu9zv\\/zJ3e\\/yHZxVqw5WcryESYcooE+GE+qzHrARRWsZfRyByIDBQK9sr+yKcT+jR9yYJ2Blw22m+n+NbwFFIyoNxgLvNonryf9Nx50mubt0PwrDg+t9uRJ8jdhkr9M1M7FuS+cbcKJyDtZcTvGT1y4+UMiD7D8NpHMzyeEzoY4MIGAC5LkQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.8.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.8.0_Beta_2\",\"fileSize\":\"66633521\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"f5WPf8odRAvEoGjM\\/iRhgvAZGaLwzU6RhRCt1KJEtm\\/F83xiibeQs+oG6XwgeRvG9IqUQezQRiKIENxnRqjvrXPPT+Vyt\\/Th3P4IXTa\\/La91gTgQscoWLTqn92PSPo8GDPVjCARUOvzBxUL6Fr3GVsHO5bj7UROX8jfct9WKa+VeqwLB7yehlGaZWvvpwhYzRUcdS7dNCcxBmyPUxOhuIsk4R539mxXMORDQthQlF0K9zY+qAvyu++gPg+xsi4a\\/mYqOre\\/AJUT\\/zRwnh1yKPSYJuxLEgIwzB6rGG71F03eTKu3KAtFywnYlU67DVDmIITwjHU15kdagj18jYstx1A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.8.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.8.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.8.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2019-07-23\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.40.0\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"191a30eea0ef0a968a8d723d951072dca23bb903615626a8d509efc85b221adc\",\"sig\":\"MBt5ERuXpqYSY1RDW60pujGobxoAXs09uvGRI1BL9V0Xg3uap\\/CrYKNZaTNgjSunKYF6taHiF8IY2lbW6d\\/XcgzXmM1ZJr0zoa2WRw4QptYIBkxCuzKKwZYYrfv2L7kjzWXA6edTtjQ5IbdeG+\\/E2u1bbEMY4rDttbEQiPggVRBjT\\/1ACg4N0rPYfIbTf8kd5QW80\\/1XV1hSlENRzDJeBmYmyIWTkUC0TBo8xxf2aT01MAMRbHq\\/7Y5G1ALSjFs0sK0FyQ5uM5ejFWBwbUh2noCHe8w6kO8HFUzIH8vzq7ePhHGAEePHTUs+ifL\\/jXIcpmpBfV+vUOqwcO8EmTBygQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.8.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelogs:WHMCS_V7.8.0\",\"fileSize\":\"66636807\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"IdkzR\\/oOifjl3UrylM9AHLbTzPPBPyS5Tir0tHiIldlri3raxZNdKwEqSu9Tj0K3SUTOAhMIdnPVKhme0fwzrE7kuU2xLhU2OoICh1NYOkBA520smcPavRQjaJ6p1qKx1JtvzwDx1DDOHTb+wk33326+XyAHNezXSX36EAbaJIg9FE2BJn+FHBjwtqb\\/JHrdupY5QuXoy4WSwLvWhuuin4TNq1tSkj37XBRRZwJnpjPPHAzM4ba8k0U0PaqHsDACQIqHUXfTsVyVZ1iAnwRAPTfg0k1jjyUy4J9nhUJERXRkA51ln9EVqMRvA+PzW8oMkru7vJSIPQD3ix0AUlpwSg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.7.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.7.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.7.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"psr\\/container\":\"1.0.0\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/config\":\"v3.2.14\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/console\":\"v2.8.7\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3-p1\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"3712163779ab0d3899197e4cf35500bbce630ce3e54a7cb764e437647edaf91c\",\"sig\":\"MUh2eeP9bNumrUzq2ruPlKxZLCKuDRsfRLyT9boz8ZFzilKfDrKquOAKXb75XD5AFp7vw33pHn2w6PrrFr2hTmCXCjP0fVc\\/VYyix3QNd4KdhooGxxXXU1Ln8DPyJs+aqdvjU\\/+F7jcsJymFj3nWfpCvavXOKGMTgvnuiuqSJvxY4T\\/uMD\\/8r0kWhJcnNPG7+FQYcod\\/SniVMuSCtJOVG\\/OVGFWnfKHvEluESkAZKGDiO+vy0qL\\/qxUeaxCnAO20vJwBX4nOvRX2lFlluL70GBT0kmtFT+Mrg19YrK9e08m6SLUOjoBhfqG9Ed9feIFXgF\\/vm43D\\/hUUJbBLYjNCAw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.7.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.7.1\",\"fileSize\":\"65624890\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"nEYBJJixZUs8eKEUGGk9eZeoOHqiMmcw4ajo27N\\/qfOmoSd8d5vc6EME3maRM+EfVfw9VL\\/eRiVJp\\/piLAssnQ1wyC8ItR0k5p5mRlK8GBZbda+REYaeZ16tv6L8UxXqkv2edXOiO1E9ew7gAc5RnfTymORCOgdAXVcyaf69lXNLV+2cK51Wn+7sbjDXF7F3hMZ9UGEt+Tc2Mjgjc44CLXIaEjUiIcxfvkSxrEy\\/zN7UhNMsj9EI6hxweTIMVtxV0pnBRwBtIWj3+iZOU73nS0So7cB\\/bipplA7nQLQh3VPzQF1K5Uy5eeRCWDw9hRdyZWphifZV6SGIAI1PgvCCww==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.7.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.7.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.7.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"psr\\/container\":\"1.0.0\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/config\":\"v3.2.14\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"symfony\\/yaml\":\"v2.8.7\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/console\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"symfony\\/process\":\"v3.3.8\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.26\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"516704d0673ab5c156dcff1548082f4f09a8bb88a849302512c0170cd48e1ad2\",\"sig\":\"MQVpRKf674+jDM2cOY0cRSVfGqo3mTeHVpl9lUPy5qUYu61NwgudITilA+EsGJbPE9A1cX8GQF2FKthns56tz944EVWAivlNGdK2D+VX3Mr\\/7k0SWk9TpXEP29f+YEARos0Dp++scHfjgxzhZwUFFvdycGdWkDMKs6NZwz\\/nfV8KdwFAJkQrcSIZmp+Syy42Q0zZxB7iKtkoYHAMEqt6uXL1T9VVlf3UsWhTzVecbomDfZMwkgmVyO0004Sc1PrGa6ohEhzY6sVj2YXxSR8hnH1FbQsQ2MLJpQ888wa+dhezldX+tBl+GnWzm4hZT0Y\\/GH14f8jViZgRwCRwde6hTQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.7.0\",\"fileSize\":\"65602654\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"ZvJi\\/EwMeS4r0y3Sa\\/zWNNmOdLYT4+x7VB4M18d1e7NiOb4jzMDCf1xJ7W35QYW\\/H+xT580Fy7yVeyWDNOdLXkzbl0g3O4Cka84yQHNOFyUPNSx48kxocHjakCVpBWF1RATdGlMpkom8bRP7\\/eiI5IuYLt0ok6Qo5ZVn7GN7fBjL4p7NOaDOKM7xETE9krD3Jro1OqphL9VrMTk1TnOZYsgVT\\/MNIhpwByt5NammeKMSZ3w5UCt0RHIuKhQAFTPrgVTd8rsaeDXZ3DbmnTEao9DA5KD+tN3kDsNabRBhsuJrDXOQoIKfuFVhAT\\/q3Q77vXxWIa4bCEnPcDZFRJyl7Q==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.7.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.7.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.7.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"psr\\/container\":\"1.0.0\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/config\":\"v3.2.14\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"symfony\\/yaml\":\"v2.8.7\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/console\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"symfony\\/process\":\"v3.3.8\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.26\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"0ac5dd177494fada38547f2c56f64000090574a704b9fde9dac7ee5b48b4bd49\",\"sig\":\"bx7ETEDhznGGOgOg1Mc3dG9FBshOdbLuOCgBe1jbZdIjnMYKzwkIJEyLRib97w+hJM4sZhR\\/iV4IGljQOVbJ\\/3Qfwr4Q4qrJdOjIbnqs770k7K04o9uhrjOKXpE8gw9uEe1aogeJNcLT81cxMO5xk6RFhb3jfsxtV0c9cJMVgNLR+oNUbvYoQxossoTSfacmMAtRHhE2T19E1y6zgn8V5zsqmTKPe\\/2U2SncTMS1RqkkpbVkmI59euSrw73Rz+tivWcOZe+xpbqVIXUu2P6UhK6\\/Lt+b77L+piMhs10znfJEXxn0R4H2mmUset1aJHJle3HXZLg4uAY3LUvfYGe54g==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.7.0_RC_1\",\"fileSize\":\"65447303\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"F0yw5pOHXJFnWYTtqQlfFXeFuzDmcxqwsaARXA9tgWP2I\\/XIEoItYROjcriZPqllje4OtabmDa0uLLwLOi8sc9Ut6vZzbOw1nXHcXGCD4+WgYXhVT7ug1aojiFnzPAigJX8dCaIAjquYvKgJxuVJzqFeBJVtsY2dm05Q1zhU67ZBHBROm7nEpgZx5bSfCKE5sBZk7PkukbpyZFVEdj0NDQw+9PP6GxYg3EljU8a1IJ\\/mf8BZdI5rxWPUSQuBHDR+WOhzoIxF4nedoeYTLZFba5StM3xdxfEMyBbNb5MYsp5ZgUBhJ6p89UCYYrTOw88ttfLDRXJ98pmRAT2XaIjVwA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.7.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.7.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.7.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"psr\\/container\":\"1.0.0\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/config\":\"v3.2.14\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"symfony\\/yaml\":\"v2.8.7\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/console\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"symfony\\/process\":\"v3.3.8\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.26\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"69d29fca84a80df47fa98046ac7aff4ea2e6ab5c5358c8f80f26492f48fad8cf\",\"sig\":\"EwyexZdDKw1Mil3fZTcuTLESciCvNj9y\\/cgwCokynj18KwM4dMACx9VV05r5pPD1coCrKidtWgjGRMC4FVvM+n4R7j2vhuqb9+NmV7uQ8hHVFBULuLloffsLNuzcRHw4i4w157M1JD\\/hOeno0L9Em1lOx43sKfxaNY0zz51Z+hb6obOFCJfIaBK7FMpxZVsxTR2iApEYC2I3obwz42ruc5te\\/Qw9LVyo4TfwRqJYZ3Ho8JgtMM\\/XkxR5RtIVPJ2h\\/mgvXwRg0++kzwDefsRfbZpjLZHI54zAozPnX1f+vC6D+hiKld72tWrX5YSOzGiNAiqYvuqzqjPPtVlH9HwjOw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.7.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.7.0_Beta_1\",\"fileSize\":\"85995514\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Igm3DOL836BCi5f1egIv1DCQ5CD2XIXeTyQwTeVrv8oxFuwZNF4WEIQANz1Q9\\/YIx3cmjYsHQlA49Ku6vvcLuQQCa9Fhj+ZA6ZOf1HdBYG7YfDP+UckfoWohsklpYt6iwpdfabclVFSDCQrm7NvYZTgESeIcohlsD9u8KAlAVUxYouSX+Hxok13qQRRarqkLcGzzTu3h\\/PecMYHmCer6au0TPOhR4SxFv5R\\/B\\/UxycNyNpHLtLnmllWPGptWC49kWKYsLq8EXkh3betoRMafZTcARbuiiobAU+9wvwtQLJuWyFyX9TWmi+iLhundgjoiYDmFScPcHsLXYscjdUeqbQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.6.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.6.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.6.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2019-01-15\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"symfony\\/yaml\":\"v2.8.7\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/console\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"symfony\\/process\":\"v3.3.8\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.26\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"2b05e99ad558a198afdafe7229d131ac02b15e8c2a621a7d437bd0759d67b324\",\"sig\":\"c7TDz7jNRoRs479m+1HcaxAbg2mIo1hm0KyFb4uwJvRNfO3VB+hJ74K7IyGHWJbwxrbmtx2d7aUwt4\\/PBcqgWROFW26eUKWgLH6CrGaPXORL0W6jnTZN2fdqsOsxZe5c6b833UdHIB8id\\/+CKiIdyvI0GPutmSUB8QX66Lvvx5EuH10dyjXsG1vn8GejtBWqkq0ING0z5w9wQrQtCtqEBN9GX2TnpdcxD9LTngVsV0GAD0MRdm1q\\/Yj0W1QdSqN5e9ZSUbUg6wzYhtRwwmsyYfMs3SQpz5BDbZL9iqqZvH5rtp6JzemJrx4IzbhHZ072Rz3d43J1n3N2dQ5nDW2SLQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.6.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.6.2\",\"fileSize\":\"68893299\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"VA2w7B6Qm9K2bwc1hxYB2bwKmzUCHrjZiQQOEgu2tQaTgblS3ljNllXoegH\\/7XqSs0GNHxtLLRJqvv68T4tyAvRXGxkQ7pPSBoAg9Be0LUmXvQZgWz1oYW9nmxjvftNcTjEhIy\\/uKMSTGNIxLE5QiZI08OXLc\\/uqSoNcDMAJiel87DzbwGQWoCK0JxMfiyYm0DTSVuo+SdR2YOM\\/gqWVjzfky2v3D9osrKwkIFs6ED9Ga+dTDaWuO27uPj76zg\\/x69WXCTK9k\\/HauMJ\\/hLZb3ck\\/tQrR67Rcy2TyGoe0ej1y2tBuLEi+KgpaZDb\\/XvoNhTIK3\\/Wkb16BpYkq1gPBpw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.6.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.6.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.6.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2018-08-28\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"symfony\\/yaml\":\"v2.8.7\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/console\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"symfony\\/process\":\"v3.3.8\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.32\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.17\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"042457f0a0374364cf36d1cef07c949921b025bfc18fb1c066fa8792546bb749\",\"sig\":\"OxQkPMjJChhMAUzLUrrysUVz+5xKqJyMOcBruyewIH86sHMfwn489y\\/gAayku7cq1IAsowGMNyfro0\\/YkGTAJe+6n6mXaQ3gJo4W0ZGg+wiVqJv7W5gq6kbcn3tybXa\\/XyV5pl9dIU+VqQEOeAr3i1j8AO8dBvVi+o8gyluYg5lyWbcvBf7MTUk2EWF5AsTt7YjmY3PjsbqGYgr8TiTMAq4oNqnbfVfQ48DeyxIEf5uNsPsS+xerYbvgmtc2LpjSw\\/ouLKfsTz5WrlXRQ+Ohhq7q4gr2woC\\/d+nT\\/YWKM\\/U0d0TvlCuF5295VKhWiZdTmjS7miZE3yU9f9AWpfYn4w==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.6.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.6.1\",\"fileSize\":\"80445819\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"OF\\/FW1YLuZzTOQ663Wb3alM14L3hUuLDoexUs2I1+WxMFwewTJkvDWDuSFFjPBmMIGCSHSCouKM+6qVNmNjTRpKe441yolqyaDHU3JGjlEBuuAD6VnoaujElzb\\/oUYkUsUjxlW8rZvrcwbRawTPn\\/63Y9BvQH3JNkQKEpZDWRy9jaW7GP964n5RCyvltRz2hktZOtjpQy7vcPbAtkfJMY61pG1LDpaAk7rxmYZuhOCLtFJVjaWd4E1cqhemcfy8Ml3l6xFt4C3mr6A2Z1t8cMWh7tpgwtMdcS8M+QFxpZkRQtzGI1OX1EX33BLCRc6UHGh8if+nrmDwxuKobRR3Fsg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.6.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.6.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.6.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2018-07-31\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"symfony\\/yaml\":\"v2.8.7\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/console\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"symfony\\/process\":\"v3.3.8\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.32\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.17\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"811e342c57c8fdba9018eba5ba7117154ec1538267f34ecfc9791adb302e10c6\",\"sig\":\"f\\/5GIQPlIrEucpGtYI6Z6yuEvvxghXVM5Kq1xV2KKem9cdVxVS+3QSfAbZ5fGoPaW3\\/NN4ENx0Xj37Rl58\\/gkfR5inA8aNUiEjUcMgyzizljJUeCybbdxdLQDyXSoY9DQjd2mN\\/xcf80YbsDObaF\\/CF4NQ3zR6ma\\/XxFVcjWF+Vt2WE1gQbcVht7O5PK0c5d44HRoYQ9NCWRXtnZAg6hlPZ1mGbcxv2Wdr9mmRFeFj8ZPmu1IiZ\\/UbImHxIj6PT8IxZ4Hr\\/GQkL2WmAoq2PjkU6n59Y8hoY1xaeWfJo5mksFiFqVYZb\\/rC26fJTsinSq3VWeYtSYa7QZmxmDfUssUw==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.6.0\",\"fileSize\":\"80406837\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"nbMhdi0DktZaGAmLKsEzrF+ZHbbUOP3I0sJV0kr1H6TRYA7S8jASnqVjxj3WzqPmqjhbtnXVjiOcvlx1mWO6zHHVVwKGNld9ZKF0yf0ZIfLxxWmdLfrol2bKjq5u3SaCu6jQDRdSaoiLHsVjyNlyY4xcLeIhH\\/3QvHYWWy0rbV\\/Yu1XazWlIz0vBXPYbS5nKvFrdKnTwDHI3jH\\/oz\\/fz5QR0Q9t3AeotqRv+Rty7WHkWfBF4Ntsb8VybFoWVQlwC+7qVOM+BdM5WfTYhaHqwZh4T5oDhgexHYqzA925qio2J2kbWUTKWw+iO8+ktotFZhaC89OyKy7zqRKqoabHLxQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.6.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.6.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.6.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2018-07-17\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.32\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.17\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\"},\"extra\":{\"sha\":\"529c52b7199405c4529299b01456b4b2158d2065852b0a0fa403ee4b5861e8e4\",\"sig\":\"aShOtJLkzZ1mZnL20kz\\/ewiItB6vPVT3sxRE\\/5cNb4vJg2W1zFYSZMePLUwYAo74+WMNdC7d9xFMCl14b5hvqcs\\/1UNJNZ1+beA7jYz0xM9AXaWGzY4ONHKBXUvw\\/Z9ZJMDC+rnVmLkcKYJqoHUbrDKETLSaJkJ4xWEkfc0VgGoiWjCEXZRUBNKpWokOH50wgDR+UU5YVV7rtc7WN8bPybEUNbaiJQPE7wv9DXX8sP4BWKtSYFQ4UKNocbHlfWH3fLUznI1PriXBO\\/pYVHIvM6htiK3FtMw4IpFwczcErN6Mqo4yG+xmbkuxBWh5p8dVFQRc9op6Id8UVkjOeFgJPA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.6.0_RC_1\",\"fileSize\":\"77695220\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"enDj7xHvz+Qmv1rcnsyZ9LHYPqGDbmcR4P0CKGO1cVjnmWVekLCUwqXY0xfR5Y82eta+EvbwkKa2O2NNAoLrf2naFt+AD5buIhnQQ97LjiEdjP8EwYx4IsPPIjN+ZxVJ2Qdkv2NJiLUIAXaKwd8D6vNWcWjIEBjI56zPbtcHKRzu+ht3zMiC0rPmlMiDkYV0nnFlAw8eSWatpl1v\\/s18+XoUBYEHd1GJCs+X\\/QanBVPmMOsL0fD8CY5eP0aKH5WYCoonLcctNsrgTzJsXaLX8ctBt9ysm06kX8SDGveWA8KIBif7Xm1+ErpBHyd5rzUngrbhB+4Rp00GzMMmBPyOPQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.6.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.6.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.6.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2018-06-22\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.6\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/validation\":\"v5.2.45\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpmailer\\/phpmailer\":\"v5.2.26\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.32\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.17\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\"},\"extra\":{\"sha\":\"3165ae5c8d6d10e9ddb76379edf104e1033a0c2ade3240b13f9c8753c6ed0e56\",\"sig\":\"AOqyt9eSYOHDt9SLIn+3QZCe072f6V1UKxPyGpSgPXZ7AQ2wP+CzXfCu\\/wEIiBAqCZJYbddzXxQXQC7j5f2DFBv2YbHqxy6lrCtHdohBChOyUcIpf983SXh4nR0za8g8sLx4LWk1WpZrSOj+Ii\\/7ySVy4gpd+77pRB44ZYbOHhOMLOJJ+siNmlRzlG9ekjoLWJ1DK\\/v5kbt1RssA7bLtRICa5vpCNn6B+mSO1+5QmF63b0bOB3lnQOH3nSJ1AJZUR1yfvZr+wBT8Fm7sdYa5bR4VCIXNpiXbUNCs3aK9xZlnTYw2PLSVf\\/UqX0vltAaVvNWqX9Wi6NTkXH7vLdy62w==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.6.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.6.0_Beta_1\",\"fileSize\":\"77614035\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"At2ORH8VcYXBNK7YfVBOhO+KQZUxPGpwoIYeyGq2sY04lKpLQL5EQwo8wHOf89RR+kBDy56\\/NdkzQ0E1XLMjDbdMMFyt6w0SoSu9J4Sc3WHrFy8Oq\\/bWfTQlQ2GlLwmmtd3wNsrcJXmTPOVXALo7geU23lRTlRqtREgh0FeSkMoO5GOnAS+2A8M0LT4cmONXYnpKc2Hcuz1yoAMtKTns95u6mIDkmsAcX8M+nIlxsFCjPIn1yUSueR8qcRCO0FOywL\\/78H+2ZzAUQoVRAjMROYM4SOKkaF3vm28kg1v57+BHDh5HvCXGuTlZ8avc\\/ZzE7XDHSvDoW3AdP0hB5PwifQ==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.5.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.5.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.5.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"2019-01-15\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/log\":\"1.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"mindplay\\/readable\":\"1.1.1\",\"http-interop\\/http-middleware\":\"0.4.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"symfony\\/yaml\":\"v2.8.7\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/console\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"symfony\\/process\":\"v3.3.8\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"abraham\\/twitteroauth\":\"0.7.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/spdx-licenses\":\"1.1.6\",\"composer\\/semver\":\"1.4.2\",\"composer\\/composer\":\"1.0.3\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.26\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"8951efe05c30c79dce2cf86b46e132a327ec032f31bcdb02c933847eb76ef349\",\"sig\":\"cgq7DTszTBnQO493UtWawSw2A3MBnV\\/8iu91JVico0MadZ\\/EnntQWSQw8k\\/aWMGxQSt9koxHKhQ3uWQoOFYagg\\/5osg9FTGfnEYQcFuefODwjYRok9W1QyHBZYJym9kfUvLX745cpm2dKB1hXkP99TYvXjuO8X\\/JFDMddP2DkcKQF9qTrgkGWuGpWHxqNSfQRZ+fPYWsO3WvbOTZUpt9xliSDxBmli5Bqam4CJ1rd0hZD8zAeng3rbb4mq+rbJdHJslVxfhDPyPdpZmyaw6uvVesfmltW81cZLlJALrB7EyW6QWxxdl3qThv20qLI1wDFXLpGKDL5439zb1eRm+SaA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.5.3_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.5.3\",\"fileSize\":\"57268363\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"hU+pwC\\/gVcwXY5i+HWmNZLt6eW6JRVXG1MqK7BOdXSN4Uh914pzgRT\\/FNmO\\/N1L2Mmum6H8fPuAE6S7sUDyq+ikScOJV9QWhPPl\\/8IdZ8DyjFw\\/x+0ImXLalo4nGU6LK0MR\\/Xj038HwyGCAKDl2k0xmdlwNchFE81tpoOx5TsZeB3BWxPi4Z3atMAFK1BdfZJVWeOSzLfLcbYBOrf8cQfFkQlUcEMbRcKb5iRHAm47dNS4KCqnKeRNWkNfguzZyCY6r9vfSc1u+1exCNVIOTRiLy5\\/ZAjlm42BP2iyVwIS0uFBI8+aoyLYZMwPuxCrJ0O+Q6JoZvQYiIiDDJEKD4Ug==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.5.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.5.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.5.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2018-04-02\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.29\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.12\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\"},\"extra\":{\"sha\":\"0cb9e8028e5f263d779c42225fe2cd5036f67d7b9693376cf1489b6faafb325c\",\"sig\":\"iXZOMadXYAErXKPNISqftK9h8Z6+ezhlMz9LfU9FzUr5jR4YmuNTo\\/2EOO4BlK\\/NQ+EC2zj1OKWV7cef83Vb6kQjdwxYjZT3Y2MrvjAFP09AOPlViU7lwqUWzOyrh57Y4azmLljirKiWZuWG2KATQSagp2Pi34JegcWVr3\\/evc67CkG7RA8Jt8OeludvNkr6EXtRHDylWPTS6duANeTr7RdYvtKxVeClnOHIYikPaV\\/yrlnNU8jcd9u\\/R7zpf6ne4QazIf1DHo3m6ceNUp\\/3wu8SM+oRK0yE9YIp01jhGAHP8MEDEwaUQeri3REWwz6EIinihuX7vFaC9WanURulcQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.5.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.5.2\",\"fileSize\":\"68786661\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"FLnqCMeFPyepsuIsgnaPmeYweUXQFkC+FDvjC8QDhtK\\/qH8f6l0PPd4+llVJ4WWvBmSRWiV4HYctxS8jbr2H4SMILop4o7u\\/iD+bEDHXEn+SBEAs4eSpN20bsVvJvpBgNTw9pP4YaENPp5j2wQU4dAdG6+9Rxjdf6lFGucNZXtMm0qDOrFsuv+4vnP+vJYTg+t0hpP7KZtdItt7lOf4ZyI3BSbQEgUubXsjGsBfyPPyCYPnVz7U7c\\/4PKDPdczCM53GFt+L3RgrVD2sWHuE\\/DFbCA3lwsfzb2sx5CcHnb2TxZaBPNp2P3topSuQpbSOLMkO8uMAoXLAR9RcVmr5Hlw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.5.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.5.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.5.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"2018-04-17\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.29\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.12\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\"},\"extra\":{\"sha\":\"39596e29a79a250520c9ef6e084269e0c8f26531a3dd88fe1ed60defca902cdb\",\"sig\":\"VP5W4onLPqgPQ25KiVcImUd6Qc5\\/jmtbpApcCPLG8kajfszFA1fOLONLohHrHqjcUKXmdviYbAF8UbkdFEGqD1y\\/3nTT5nCOfyN3GX7SGCftiK38iEyDTE21tVzmyVxPO9CiJMjUkNWmkcbEiBqTUYh3JDKHmoiuzuRm9vTJAt2bAoxCD5UixOmtTatJuX2eaFq9xzMBNX6ACAUGeUFKPo06d1ANpWXahFLOVD8DIGSrmV9E7f6yxeM0XfdQNd7e4WSjBWUVcfBqVFHI3KaoWKiZSH1TM59p9BIbrMvHrA\\/+n59xyl86+4+UYvz5ES1193rsXia0e\\/vn0XpLeuA59w==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.5.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.5.1\",\"fileSize\":\"68726736\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Hbtk5woAwuYezeNJXo+oVFVAnU3+f47OmwafqZYqZLpX8uWm446et\\/yEQ7Ka3onNPOGvyzl90AgaGekiyh6uf4\\/Jwj3pSI\\/c9eZntKLFPZCTF85u984duJxpH+AJzOSybNL8PHT5\\/rU83LgucMcfi9FFWNeJfsjkG+KbhFha+Q\\/WMAjCY2yiTZvXIyErtWJJo1uoGwUCy5G7REDtPfX9j+Ohvl5uLxnJ12TkYagk5NvGYFpJO6y0hAJamibGOfuA3f8sYR2MQ4WSgxklCrd8JrG9NQyc\\/MAu2TNnT6k++Yd92SlQPjMgYb8wDICSLvKyO2OmnYFn32jPPQC3nK2uoA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.5.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.5.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.5.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2018-04-02\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.29\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.12\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\"},\"extra\":{\"sha\":\"a66b5dc1a41bc5a13dc08880dab92424d6e36d4f53038a3b26a9474e150d206d\",\"sig\":\"E+Nl7kyh6PuNYcztlxmwKzm3JnTW2IbVAqlLU6c+DhuCJ2phwacY+s9pZRBfKxBr1\\/uLeXrgkm0ZwsJ7UX\\/9qWP4QLWRP3Kw5zQ8AZze3fnYASNf1OVZnPRhd\\/lUnRNrT81PYooHeaDQdklfIniFxvpDUu+NHrVMXhL++0RMpPtNaIOQDuKWuuwzEOYDa0vn3LDW0zLPXgl7QF2fRPif8oj7r+uxJY0jIFI4KwggwoNl1cJGvjSM5tK9mDY4jMECIHMnY0PcAhk5ccq5BXtRT5FkFZXFrEvshAnAlHFAeks9YCAunFihO8m5Hs9aMoaWFKWW0datmivWFGfWHCevYQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.5.0\",\"fileSize\":\"68698152\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"NKbkz+4k1xioVzJC0Va+Fug5tETDieO56Esy1b877UDb2D9+huagGpYaWNLJ+pYedEHsj4+5zRQmZFO6Al+HQCxiwdYIXpRcKMZ8wauhxouzSuUeeCw8XNGFVRcJXQ1iQjW1wARiKH9kKzBYaMHu4yhPHQQutv+wXw+9HnixLlRVF6jUc36fkdX0GCrgG23S7bf4dFomSEp7zlLsX\\/LPvHC5uB9rmXLZAWtJKkSe0ij6utZv\\/gY3p5V2z2v9B0XZ0fxE3beKteidYl+up6+MBr8K1yq01IvrXc0eFBBfU99mCA\\/QQRs5wSX\\/c+DxE4X4b88JOKoOtPHq2CLID+tqtg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.5.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.5.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.5.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2018-03-08\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.29\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.12\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\"},\"extra\":{\"sha\":\"5333ba4a16707245739c04ca00de3b9195ce816d37cba5fc5179534c1a08718f\",\"sig\":\"X\\/fTR1u3s1zDtjkqUe3PN7ExAMlylJlwcYjclSl45az18tXUoJ9jseWbQSxtkc7KnS06p7Y4VUWKqRrOX2mg+PWQtX2b0DhFp4eYIUWG9pGsTvAAX79lD3D11kByuM0MmglEblaFwEbf+vxNAMwuBrNCxQQBGjxA3AZTqMC1BpyXjZgRcPq5igCI4xDO\\/WBfWg0VmjN\\/LbrKWe7zCAUWuQjOJ0pDEOJAE+2dXNYxjMEwSu0HF8CNaY0rE5hKj9bcjJU4633svtzFCbcvPKFd1WBIKw6LD\\/dUKkFkKtAg2gCKne26DPHhNvKfsmTTrRnrm51qwYQMir7FhtFGaCGUOA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.5.0_RC_1\",\"fileSize\":\"68358933\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"AuZO7P1ElEGwDWomq5ouywCkJzPLTxPvg0c7+bo661T5CsfC52\\/R4rFrjlHF5+1U+HCCIjKnpETXaYT2RNzB6kwfvW2pgadHTwrP5a3m8O31b2hOkaSYfNBzSEwiSPgQ6\\/UOsOmtW5YjbvSJloImtJbx4xjlsV+m7ohiG3eG9YlLAknlZHmQCtBAQ2gVelOJXN299a4njqkyQAP31RY6Nnw2wk\\/q3Mb6+Yobzimus59QZ1xoPxAMJYOavAaREvixY5mYq+g6Q6duuiFv\\/fo2+HVS\\/M\\/ufFMlQGwfoSxF2Gd3g5JrZyxI3LqGN8Q7f6AjewPqDebuk9wdsm89uqsNuw==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.5.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.5.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.5.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2018-02-20\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/database\":\"v5.2.37-p1\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.29\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.12\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\"},\"extra\":{\"sha\":\"c433ef7205e55611a16b9d04e9b73937f141ecb137d5546460b94421ab10d2b1\",\"sig\":\"cLNVuLA\\/WfjnVULnmxr06SPl\\/EADQMruaxQqPCGet\\/cfricuqKBKVHeSVlr2Syfxe+oCINM0Ctj6mWHNiydtzrwN0z377sHOyHA3Dvb7yvxx3JF2LaZEGXVqwL9t3GapZQF+A1swyxNhw9Kf\\/PPSB\\/HgloX61KIR1yqQ1BbW3Oweugjyu5fTxHL8FGen0GpStGf26c5wxZ9zvUytx+zQpnTzpM6iLWoPVAehLe\\/gcTktTIL2hVVOm77sPAWaFY+rvZjcmAXgxwScewZVy3u8OVvXFmwXhK0tCVhmm\\/GKkmlmaXOrB5l2g+UteIh0iMaAU5QNNeGvrWvT6s6fGaR3mA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.5.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.5.0_Beta_1\",\"fileSize\":\"68214761\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"QOeOWSo2RiRsPXigs32pOjmbqN\\/ROuEQY1erAXrmnEONKvy4UC9+U94j8Q9BU0qbpOfO0C2R6dqOQQ9IGpGOjlQsfqF9xAgy\\/VbDMLEMZRZAS3k2RaNk0ACziPNPhu7oORIBAQ1uFz+1BdRuV5NAdOw+5NHRBFpSmdeDnsiFoH3WaVTsSQQWHHM9HpGizXDnQUrQepKm3vZvFvOks16esVtf0hRGYtO1G93er3m\\/ayLPAg1LO25AU9p\\/o2O9Id5SG0+ZlOnVSbeLMLg1lVnW5AxCFgYt13P+XZc+ZVD9ClQPXTweIy+zVryw1BgXAIftNRYcOuDJ6tB4sR1KjbWbWg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.4.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.4.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.4.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"2017-11-14\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.29\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.12\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\",\"illuminate\\/database\":\"v5.2.37\"},\"extra\":{\"sha\":\"dcce2ebad4362f9cc1e30c028169a9afe82f171e142ce37bd6b3c03d3f759fe9\",\"sig\":\"UQez1zYPQM9vtlBDDwluanhz\\/wmszQ4scfVABZ7C4bzVJjqJanJ1Qpb0o+pFLBF9ZeeGyV+agtIic\\/B3sxHhsKATe0BNOFSeUwCGMBuq5X9vRu6AUvSmhEWb4ZbAdFc1sKVOWUkjSZthqSycx5WffCIsiPqILtC9KZa+aT5Gny4HdEw8pMq6\\/UT5+o9FuIkUpcGMyqGup7PHrhjr0kXWObh5trZ7j9XebYFX86KjOArUY8vADhzZVn1YvreojwGVuuOdBeZMTIW\\/QF7jPL+BFfzfzTDJeRJtqrld9g\\/TzytJmZZB6\\/e+FbJQ+EzhFnODWDGf\\/wM\\/01wKD4yDzdixYA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.4.3_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.4.3\",\"fileSize\":\"55694888\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[{\"id\":\"045d7683\",\"title\":\"Update Message Validation Issue\",\"body\":\"This update contains notification messages that WHMCS could not validate. <a href=\\\"https:\\/\\/go.whmcs.com\\/1561\\/update-message-validation\\\" target=\\\"_blank\\\">Learn More<\\/a>.\",\"style\":\"warning\",\"icon\":\"fa-asterisk\",\"requireAcceptance\":\"I understand, continue with update\",\"overrides\":[]}],\"sig\":\"\"},\"require\":{\"ionCubeLoader\":\"5.0.21\"}}},\"7.4.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.4.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.4.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"2018-01-09\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"symfony\\/yaml\":\"v2.8.7\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"doctrine\\/annotations\":\"v1.4.0\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/serializer\":\"1.8.1\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"authorizenet\\/authorizenet\":\"1.9.3\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/http-foundation\":\"v2.8.7\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"psr\\/log\":\"1.0.2\",\"filp\\/whoops\":\"2.1.8\",\"google\\/recaptcha\":\"1.1.2\",\"phpseclib\\/phpseclib\":\"2.0.2\",\"monolog\\/monolog\":\"1.18.2\",\"psr\\/http-message\":\"1.0.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"react\\/promise\":\"v2.5.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"guzzlehttp\\/ringphp\":\"1.1.0\",\"guzzlehttp\\/guzzle\":\"5.3.1\",\"psr\\/cache\":\"1.0.1\",\"firebase\\/php-jwt\":\"v3.0.0\",\"google\\/auth\":\"v0.11.1\",\"google\\/apiclient\":\"v2.1.3-p1\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/translation\":\"v2.8.7\",\"nesbot\\/carbon\":\"1.21.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"illuminate\\/contracts\":\"v5.2.45\",\"doctrine\\/inflector\":\"v1.1.0\",\"illuminate\\/support\":\"v5.2.37\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/events\":\"v5.2.37\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"league\\/climate\":\"3.2.1\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"http-interop\\/http-factory\":\"0.2.0\",\"middlewares\\/utils\":\"v0.9.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"mindplay\\/readable\":\"1.1.1\",\"psr\\/container\":\"1.0.0\",\"container-interop\\/container-interop\":\"1.2.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpmailer\\/phpmailer\":\"v5.2.21\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"smarty\\/smarty\":\"v3.1.29\",\"stripe\\/stripe-php\":\"v3.23.0\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"tecnickcom\\/tcpdf\":\"6.2.12\",\"zendframework\\/zend-diactoros\":\"1.3.10\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/process\":\"v3.3.8\",\"seld\\/phar-utils\":\"1.0.1\",\"symfony\\/filesystem\":\"v3.3.8\",\"seld\\/jsonlint\":\"1.6.1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"composer\\/composer\":\"1.0.3\",\"illuminate\\/database\":\"v5.2.37\"},\"extra\":{\"sha\":\"d9425515e04d772842a6c9074024934c7b179ad550f02f0f6b7d1c960a2915b4\",\"sig\":\"maZQM4G1h84L2E2C9mycr7\\/BdQFZaN4pNtTOnusS5NYD+AZiEVw5r\\/NhiqgT+u4dd+ZVCxnReuw0GkvuHiluRMEfPpfJOsjTkpZnKkSWMHM+Qyqu\\/RS38gJjKqYjLy5D0PIXZVeC3c3775Jfdk5fyBJvCgttqfWZeGGNxs\\/GCofo0yMKP2423lYORhEP4fBJ\\/SaQ3eXe6UJJHhZHoVG6IElUza0pXjJ3feV7sRtw3rLFoQLpQSp1jIjI6MDeg97lzPkmEIdanwTVcZCpgfqXbS\\/yXHdV3Q8XDe1HHnxrqDyhXM3DshoSE7y0rkTfkX6+wb\\/nfrMjkj8FKVY8afK1VQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.4.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.4.2\",\"fileSize\":\"55707546\",\"minMemoryLimit\":\"67108864\",\"require\":{\"ionCubeLoader\":\"5.0.21\"}}},\"7.10.3-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.10.3\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.10.3-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.7\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"1.4.0\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"2c5b558699d17083cac00100d427e4e0292b9c3119cb8e21e7d979cf7b2f3fac\",\"sig\":\"fl+fE6ZpWBgBhOXZMZigdxVgOfY6NQusxvJgBolTiuFJe1i0hYE6WD77UM3oxmKk9ZGWFF3HoZuzYSgfJ3WByfEKF99nYMQiELrATsUQxDafivI5e8iG7zwrMQdUGZ+r8km80BvRsdG9qORuCVJDs\\/lZ7xUUKOe3hqG306BpejRM+TyHyjLh4fDbtnwo2BXv+0YaaMx3jvMukdMy6UqUbmbNHCx8TdCTAgqVlkGoKcbAoXmrpH9fjWQZlqYFSy\\/4q+tWcODMNEMuInx2T+YhJPT6ooeOFGhNMLIBNMXvuYnfLAwjj2Z9Nw6Si2SnjUfYnOsCVo7YRw5JmWOA4AtD1Q==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.10.3_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.10.3\",\"fileSize\":\"82531141\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"BX3yYJ1q2x9NpL20ipfovdLEwJn00u5oqroQeo21sixHXVtWC3pDfp8y0O3VqKQUT7uOuqVD67eZAjZEnpJs8sEZlUey3vcLvwIkBTjiZhTcN6YVqM5ivn84EmWHsX1SW\\/UQNEHIwLkXcLTI8b6gLGJIyqxcRf2ubV381b8uENvtdfIoeBADhJraz4OXRI\\/okN626JLRu158YaaQ3Nh7A2T19HlvCVwrQJt0rPjeEPcBlemx2H6hGiBwmFqNrN5nLVNd9v1adx609bPrNCAElSPuuKAhl4BvKQ3cGa68KveCg43H8ZytM9RMgiLJhLM6XFrwFO+q7SquKGHiTqezzg==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.10.2-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.10.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.10.2-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.7\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"77df12f773571090a8be8a9dc4e64516269b3b261d0bb9a3a5a0f2ac00417c18\",\"sig\":\"MypzJWTnbeA7gYe7roqhFaiXc\\/j609Yv75bigdtp8HL6lsKNS3o76JUWQ2IDg+TVrulZIeJrGkHYRIehk8pprm+66bLyhCh4A2euX9Hj7by4YtaLtplwudVowsX5g1ATEmRdkA0IPMjUaVznKfpBV5dAp+S7+oSr+GoSD1VtLBmzyJ1yrSWJT19Ik2rGDh2m7rPqFp1CRBgyKF97T8I4Bg57y+jpxvUoDoz3RjDQZswfromEP3Ukg31lLAwNitHR9j9bjKePLMa56YJQjmRNq1DUFYcVgoWcErOsZ9+hRjY\\/1o+vtdtnSmFXu9h4ucSGjL+tj4vaJxoa1RguMQFUeg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.10.2_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.10.2\",\"fileSize\":\"73214178\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"osUkj6zdXwG+TQ6qQLnTlC03S9qYTlOUO8VsJR+Oqj01jXPmZHxxwAGSchjDhO5Ip4AtU\\/3AArlZRzonTnE47C8XqO7D3iX3jufHCwmZh\\/Z2FJJsyyWhVUi2d69OcqyeekgHX9jrsNT0FXAXp7g9NLT\\/+cKTLIcDRz1k\\/VFn48wVHDxZhcBhPy3P4a8eF+b0Nc2MESNduMRvNoZ3EM2LqJSP3E62CBDDABKI9UMkLz9SD9DKk4jKMuTMqQvZycXbiGLS5PNSjaxT1UazC7SCg7lCkSq5WLCXmkk8tE0zjkW7ttrUQ5OYuj\\/LOtbEAvj0wngmp1AXaCdqZJZq\\/mYSyA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.10.1-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.10.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.10.1-release.1.zip\",\"type\":\"zip\"},\"time\":\"now\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.7\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"e6952f4e28ea5e15c6497353862de997c75ffa57eb9430db565bd58249abf57f\",\"sig\":\"G3y3wuRF21P6f6NqI4gpbUxuRqbtyUYMt4QzMxdyptvetwIQsVa7DVonH6g\\/yiie\\/tM\\/lLnHDSIm+CAjac1R1\\/m95QEPyhqWY8rAv68H2ys6gqTO8TMMncKXkenFHSKdqLOMb8jSYa5Y9wSAvqUOigZeQ\\/p\\/dTEucBnzdfgFXcEvuZOJmSduTLXsiOjChwOIQOci4Dam5\\/tSADqWuCBIo0lz+vtc3ZJUSQPohMCjQ0oHOhLGCbdAMrwtNXR+5qhA5uH3P\\/j7mdMeVRLHIav0J6qaEgtTxQ0sAt3n+7s+eFW22e6ewI24p+COr80tOyyUMwY2Ck8dF18DMKvh+hHA6Q==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.10.1_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.10.1\",\"fileSize\":\"73184683\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"hLQTTAtpEceQjMi9c0d23DouMS+IMWNJbNaxharBmarCcB42YmUaurXmqzZxfOHpFwZiV\\/J738k6s5ITSquxIuKjS\\/cAiAxSws4+wYQc2WV8U+S2+4LXfkgo9jkB5RvHsH5vkg\\/H9+KCF8xoJBZPbm+PO30wt7PY7o8gJrATzCyR7NRPoW6rxbkX81xTw3RSK450y8YKvz2LLcM2+i5Vr2vDfg6FVKQn\\/PiRKF\\/00Gqve3xARh01llKNXuErN0tDFf2HzsPLNRegZL5Ec08caSq3MFdOXeVQqzllKwl9bTi6TKb3Mbe4ldl2DLjixz9YbK6FV5raOpBDSROXAE2NzA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.10.0-release.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.10.0\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.10.0-release.1.zip\",\"type\":\"zip\"},\"time\":\"2020-04-07\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.7\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"3639dbf912734a1a6ea93d9faf1bb73445059b98fd7734910e3d66c79642d96a\",\"sig\":\"n2pTS8ZOCWaH37FZqw7OtJGtdREd\\/v8KWpzkKh9W2ZKJffahpxB0Olf9ES8AfwLkNuEoPaDRLwTTpaKY3r3Y9qJDM2VvAW9tcvu9rDZZHcP66l0nF9bHdF1EWDNnW0FDN\\/AYDONLomFlOo6MbKwttndaL78b8muQsdTF32ZCvX9MTfQCFQY\\/28AMQeLBzQMQJJiLVctjmFt0kqrtTWPAsNfErm3wqVV33PLRwCYPewdChvmpR7xvH+\\/8JL0J1gh7XbjM9JJPmmz1J5vhDn+6+zowh13UBcAnwI4z5sfR7WrhWpV1itDheV8ApsLJZoaHb21oGLz2m30dT5bXhpXanA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.10.0_GA\",\"fileSize\":\"73143950\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"e+epXDvJ2V9QOnLGOp4TjsVhxchylYCeZyyEHaKNFLnTgUUkQ47kdTQNUW1YIPSlrIh77VDIux\\/MzZTuLfkE87MghppK\\/zbbglmWExQxwacfn8ZvXSLDcjZCfkGqCoyvuIzpRm6iXwH1EXTor38l1K\\/DG0np5etppoeBwk+OdGR0UrUMW9Ik7nRTRFpa8ptQyv28s7jhDit6gKjzMSjXtTXQbvSKniPNWO8lExNf3o9iUxkEeipOueUvOsJTRXqFlNBI+pT6Ug0xRjTP6EHM9PC33Biq33Y2XpRi\\/gCWQg5Xlr3lZWQFUKXquS+kGyFGC\\/UfLoFG8IZknm75t0BbiA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.10.0-rc.2\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.10.0-RC.2\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.10.0-rc.2.zip\",\"type\":\"zip\"},\"time\":\"2020-03-25\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.7\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"b94f57023595ca8a8d504c1ec298d187fd3b07f81fbdfca5989ae26d3d3ab4e3\",\"sig\":\"kiLNyxpk6FFayt\\/GUwg3kRAwZs9sBZVyZ+j7LakgXeKrsXG34KuQdJXguYXIT4JcwtMKZPXJBUA9v0mVwFqLwmSdFRCokLLK1\\/M7Qfc4gGMfCDJr+2rau++OC45fr+jfrkgFQmQiK5Bi4juVtZFdFUeVxtlijXA26nCmhZM3ae3yHGjFBQPeGqNe+prz8ZlnTQSNh2D9l1BguhMWVrjIGZ0IligpqkZ6LVKdq6yB+ixIGkUcGOoco9oKrWnYJQKThPU8bAcG2Si\\/IL13GoXIw7ZOnA5SpyszmjSNC3RcRy110w+XewmYATq59OPso0e3PoO5BWdbDln\\/vgQcdRdTyg==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.10.0_RC_2\",\"fileSize\":\"73055789\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"Y0q4zkez5XZi5CwjjtAxBAte3TjX9vVCiXjmEfaix\\/hjAV9dJZFMh\\/nQXqoa7mPt5GgUyvMSAHD8Q+abWdn\\/G8WcFwouJktO+MTvTc3UsZFSIovIyqolO7XWLNgxNu9l3ms+pmEYFpk2AKJvDQqUs5NFndU4rrS1ovhNB2+JCTsU2A31J4yPF573DW0Odswk3CO6aGfpfKEoNYK+HkMMxRAsBUcTQhAuJBcBgVdFwpsOc8fxw9qrpgcDODpNfao0Jbz3sguPhi9L1KL4othAEzMCHSOZL0VHrVsrgqKS13vY9qUPaw747LOwCTxvobm6iGV3NfZMu2d6xksTz2vqYA==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.10.0-rc.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.10.0-RC.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.10.0-rc.1.zip\",\"type\":\"zip\"},\"time\":\"2020-03-24\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.7\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"99f9ece5dd700eeb23b1a5f55048777005fede2a748af6ccebdbd8b057dd1ca4\",\"sig\":\"DRWdKgrlKi5LjGi\\/oOs7Bgy2I8WmF+FPuM0Yt7NZuMezLaMgl2xieogdJg0\\/QOHhTfdidE0QVKRR9NRoCA4h4INVnUJ1LC55IEYCPx6jILjC+7egg\\/RMg+\\/W81gkGcY7Fp5YaZNYWCukMqvptpyWu1KnuBVqgAJWUL6K99fB2715fX\\/hcduim7MBDqf7SdELnZcGSG0Kv19WfPA72XpPoblJPIF+x+1ONZIRBH7E4TpPuASZURvlehiDec7qHEYBqHNb07+5DkS63VEGU1zmm3xHeDh5VXZWlxeVzGP2v4KbXVqPnHE7bnegehz7dUK+otf3uxtTE41f5EZNndbiJQ==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.10.0_RC_1\",\"fileSize\":\"73065471\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"fj+hOhQ4exZvqKrISnYPqumTO97S6yC5v5lyHI7JbahibEbWEvcPFgKEGXtvqhgT0GV+Sk70iWnX57XPS\\/UI55XX4h9GqJzDdHpPAvrhf8LrUwSDNte5HFWj\\/0DegSCo1iXQuO6kAkGroVWsxWbuUA\\/kCgEBjBfPwmcuOaoDQbsF2n5B6RMhPUpBZ7a1ybZxoqRNms6IatwpMX4a8WyaGwawDDHVJSa6C5StWwhLjqAlngRWQuImZO0BLh78aCtEdslge\\/fZDHTjghnqUz4K9TRsCyYO4qNOUBDF6KRY4J3QvzVl8CFBRc\\/bGiFoT+MgIbUUGjs8Nd+tpF8x1m4L8A==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}},\"7.10.0-beta.1\":{\"name\":\"whmcs\\/whmcs\",\"homepage\":\"https:\\/\\/whmcs.com\\/\",\"description\":\"An all-in-one client management, billing, and support solution for online businesses\",\"version\":\"7.10.0-beta.1\",\"require\":{\"ext-gd\":\"*\",\"lib-curl\":\"*\",\"php\":\"^5.6.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0\"},\"dist\":{\"url\":\"https:\\/\\/releases.whmcs.com\\/v2\\/pkgs\\/whmcs-7.10.0-beta.1.zip\",\"type\":\"zip\"},\"time\":\"2020-03-10\",\"type\":\"project\",\"license\":[\"Proprietary\"],\"authors\":[{\"name\":\"WHMCS Limited\",\"role\":\"Developer\",\"homepage\":\"https:\\/\\/www.whmcs.com\\/\"}],\"support\":{\"forum\":\"https:\\/\\/forums.whmcs.com\\/\",\"docs\":\"https:\\/\\/docs.whmcs.com\\/\",\"issues\":\"https:\\/\\/bugs.whmcs.com\\/\"},\"replaces\":{\"abraham\\/twitteroauth\":\"0.7.4\",\"authorizenet\\/authorizenet\":\"1.9.7\",\"aws\\/aws-sdk-php\":\"3.69.2\",\"bitpay\\/php-client\":\"v3.0.0-p1\",\"bshaffer\\/oauth2-server-httpfoundation-bridge\":\"dev-develop\",\"bshaffer\\/oauth2-server-php\":\"v1.8.0\",\"composer\\/composer\":\"1.0.3-p1\",\"composer\\/semver\":\"1.4.2\",\"composer\\/spdx-licenses\":\"1.1.6\",\"container-interop\\/container-interop\":\"1.2.0\",\"doctrine\\/annotations\":\"v1.4.0\",\"doctrine\\/inflector\":\"v1.1.0\",\"doctrine\\/instantiator\":\"1.0.5\",\"doctrine\\/lexer\":\"v1.0.1\",\"duosecurity\\/duo_php\":\"1.0.0\",\"ezyang\\/htmlpurifier\":\"v4.9.2\",\"facebook\\/graph-sdk\":\"5.5.0\",\"filp\\/whoops\":\"2.1.8\",\"firebase\\/php-jwt\":\"v3.0.0\",\"goetas-webservices\\/xsd2php-runtime\":\"v0.2.7\",\"google\\/apiclient\":\"v2.1.3-p1\",\"google\\/auth\":\"v0.11.1\",\"google\\/recaptcha\":\"1.1.2\",\"guzzlehttp\\/guzzle\":\"5.3.3\",\"guzzlehttp\\/promises\":\"v1.3.1\",\"guzzlehttp\\/psr7\":\"1.4.2\",\"guzzlehttp\\/ringphp\":\"1.1.1\",\"guzzlehttp\\/streams\":\"3.0.0\",\"http-interop\\/http-factory\":\"0.2.0\",\"http-interop\\/http-middleware\":\"0.4.1\",\"illuminate\\/console\":\"v5.2.37\",\"illuminate\\/container\":\"v5.2.37\",\"illuminate\\/contracts\":\"v5.2.45\",\"illuminate\\/database\":\"v5.2.37-p2\",\"illuminate\\/events\":\"v5.2.37\",\"illuminate\\/support\":\"v5.2.37-p1\",\"illuminate\\/validation\":\"v5.2.45\",\"ircmaxell\\/password-compat\":\"v1.0.4\",\"jms\\/metadata\":\"1.6.0\",\"jms\\/parser-lib\":\"1.0.0\",\"jms\\/serializer\":\"1.8.1\",\"justinrainbow\\/json-schema\":\"1.6.1\",\"knplabs\\/knp-menu\":\"v2.1.1\",\"league\\/climate\":\"3.2.1\",\"league\\/flysystem\":\"1.0.45\",\"league\\/flysystem-aws-s3-v3\":\"1.0.21\",\"league\\/plates\":\"3.3.0\",\"michelf\\/php-markdown\":\"1.6.0\",\"middlewares\\/fast-route\":\"v0.4.0\",\"middlewares\\/utils\":\"v0.9.0\",\"mindplay\\/middleman\":\"dev-whmcs_custom\",\"mindplay\\/readable\":\"1.1.1\",\"monolog\\/monolog\":\"1.18.2\",\"mtdowling\\/jmespath.php\":\"2.4.0\",\"nesbot\\/carbon\":\"1.21.0\",\"nikic\\/fast-route\":\"v1.2.0\",\"paragonie\\/random_compat\":\"v1.4.2\",\"php-imap\\/php-imap\":\"2.0.9\",\"phpcollection\\/phpcollection\":\"0.5.0\",\"phpmailer\\/phpmailer\":\"v6.0.7\",\"phpmyadmin\\/sql-parser\":\"v4.2.4\",\"phpoption\\/phpoption\":\"1.5.0\",\"phpseclib\\/mcrypt_compat\":\"1.0.5\",\"phpseclib\\/phpseclib\":\"2.0.10\",\"psr\\/cache\":\"1.0.1\",\"psr\\/container\":\"1.0.0\",\"psr\\/http-message\":\"1.0.1\",\"psr\\/log\":\"1.0.2\",\"punic\\/punic\":\"1.6.3\",\"ramsey\\/uuid\":\"3.4.1\",\"react\\/promise\":\"v2.5.1\",\"seld\\/cli-prompt\":\"1.0.3\",\"seld\\/jsonlint\":\"1.6.1\",\"seld\\/phar-utils\":\"1.0.1\",\"smarty\\/smarty\":\"v3.1.33-p1\",\"stripe\\/stripe-php\":\"v6.43.1\",\"symfony\\/config\":\"v3.2.14\",\"symfony\\/console\":\"v2.8.7\",\"symfony\\/dependency-injection\":\"v3.1.10\",\"symfony\\/filesystem\":\"v3.3.8\",\"symfony\\/finder\":\"v2.8.7\",\"symfony\\/http-foundation\":\"v2.8.7\",\"symfony\\/polyfill-iconv\":\"v1.2.0\",\"symfony\\/polyfill-mbstring\":\"v1.3.0\",\"symfony\\/polyfill-php54\":\"v1.5.0\",\"symfony\\/polyfill-php55\":\"v1.5.0\",\"symfony\\/process\":\"v3.3.8\",\"symfony\\/translation\":\"v2.8.7\",\"symfony\\/yaml\":\"v2.8.7\",\"tecnickcom\\/tcpdf\":\"6.2.26-p1\",\"zendframework\\/zend-diactoros\":\"1.3.10\"},\"extra\":{\"sha\":\"a5d1ee3947d04d3cb8ca6409dd9b295aecec40fa468ac3f29207c938e289c320\",\"sig\":\"K9J4MtrDRwlkDdsuHPe8ebGat2OH5Ozj1qHED9O92WLeSZwm1KzAikj+L7HwOrEYdCzM3YkRS6i8wRG7mlOo00THPQvbqHkU+laD5Vn4mQm8lSZFEykr4K\\/k+m+sfjyNiil0jc1x936+n5E86PFwwy+8AI+N2D5AL8E0XSPFYeDurCfnulluvvNWBqhZPfNE2phIJBQnR9uAKf8aGpkLNq8q7RSPLFDaGtB97Ov0ga0cwEYYJwO526SjY+HDKWMs8FEPDigsfbs4mmHT\\/giQzR2xyPJD4BnQBmrLH6EnQyqBkNxZlTOfOLMhxSFTdW3NLwDojMzWJjH\\/4oG6u04biA==\",\"keyIdentifier\":\"0C12A820D7DD9EDBB53BB7B316E02B339A87FFC1\",\"releaseNotesUrl\":\"https:\\/\\/docs.whmcs.com\\/Version_7.10.0_Release_Notes\",\"changeLogUrl\":\"https:\\/\\/docs.whmcs.com\\/Changelog:WHMCS_V7.10.0_Beta_1\",\"fileSize\":\"72902697\",\"minMemoryLimit\":\"67108864\",\"notifications\":{\"messages\":[],\"sig\":\"REajQT7QmOXTM0aiqX2pMPNVjVZrgEwfUVbTVuac\\/X6tT31qrzdI5P9StCmqRIUeGomuNNk+jUWEJOn+b9je5\\/skBVe2exs9Ao74P+ud8pQsYEHays2IKVoTqh21MB8jw5WviBT08Yg+J+Penl3zGQjUokqbMub0OtN\\/B\\/w4okHZXEcsHXXMTZRUG1FD5nBp+hjRssusHz\\/Zg\\/Xur1QRiyLwmIabnai7XoLL10G8QP4QpIP7NSqpNjq+GHRmC9cuRoj0FYi\\/DORB3NTNmaiKH\\/OBIbwpyItqfry2rYbx97odtfIFb1kruuHpk\\/LKZBxMylFu3PJUDNfD+mcfnzojog==\"},\"require\":{\"ionCubeLoader\":\"10.1.0\"}}}}}}',1774238290),(4675,'popCronComplete','true',1774123506);
/*!40000 ALTER TABLE `tbltransientdata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblupdatehistory`
--

DROP TABLE IF EXISTS `tblupdatehistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblupdatehistory` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `admin_id` int(11) NOT NULL,
  `original_version` varchar(255) NOT NULL,
  `new_version` varchar(255) NOT NULL,
  `success` tinyint(1) NOT NULL,
  `message` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblupdatehistory`
--

LOCK TABLES `tblupdatehistory` WRITE;
/*!40000 ALTER TABLE `tblupdatehistory` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblupdatehistory` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblupdatelog`
--

DROP TABLE IF EXISTS `tblupdatelog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblupdatelog` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `instance_id` varchar(255) NOT NULL DEFAULT '',
  `level` int(10) unsigned NOT NULL,
  `message` text NOT NULL,
  `extra` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblupdatelog`
--

LOCK TABLES `tblupdatelog` WRITE;
/*!40000 ALTER TABLE `tblupdatelog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblupdatelog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblupgrades`
--

DROP TABLE IF EXISTS `tblupgrades`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblupgrades` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `userid` int(10) NOT NULL,
  `orderid` int(10) NOT NULL,
  `type` enum('service','addon','package','configoptions') NOT NULL,
  `date` date NOT NULL,
  `relid` int(10) NOT NULL,
  `originalvalue` text NOT NULL,
  `newvalue` text NOT NULL,
  `new_cycle` varchar(30) NOT NULL,
  `amount` decimal(16,2) NOT NULL,
  `credit_amount` decimal(16,2) NOT NULL,
  `days_remaining` int(4) NOT NULL,
  `total_days_in_cycle` int(4) NOT NULL,
  `new_recurring_amount` decimal(16,2) NOT NULL,
  `recurringchange` decimal(16,2) NOT NULL,
  `status` enum('Pending','Completed') NOT NULL DEFAULT 'Pending',
  `paid` enum('Y','N') NOT NULL DEFAULT 'N',
  PRIMARY KEY (`id`),
  KEY `orderid` (`orderid`),
  KEY `serviceid` (`relid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblupgrades`
--

LOCK TABLES `tblupgrades` WRITE;
/*!40000 ALTER TABLE `tblupgrades` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblupgrades` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblusage_items`
--

DROP TABLE IF EXISTS `tblusage_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblusage_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rel_type` varchar(200) NOT NULL DEFAULT '',
  `rel_id` int(11) NOT NULL DEFAULT 0,
  `module_type` varchar(200) NOT NULL DEFAULT '',
  `module` varchar(200) NOT NULL DEFAULT '',
  `metric` varchar(200) NOT NULL DEFAULT '',
  `included` decimal(19,6) NOT NULL DEFAULT 0.000000,
  `is_hidden` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tblusage_items_rel_type_id` (`rel_type`,`rel_id`),
  KEY `tblusage_items_module_type` (`module_type`),
  KEY `tblusage_items_module` (`module`),
  KEY `tblusage_items_metric` (`metric`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblusage_items`
--

LOCK TABLES `tblusage_items` WRITE;
/*!40000 ALTER TABLE `tblusage_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblusage_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbluser_invites`
--

DROP TABLE IF EXISTS `tbluser_invites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbluser_invites` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `token` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `client_id` int(10) unsigned NOT NULL DEFAULT 0,
  `invited_by` int(10) unsigned NOT NULL DEFAULT 0,
  `invited_by_admin` tinyint(4) NOT NULL DEFAULT 0,
  `permissions` text DEFAULT NULL,
  `accepted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbluser_invites`
--

LOCK TABLES `tbluser_invites` WRITE;
/*!40000 ALTER TABLE `tbluser_invites` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbluser_invites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbluser_validation`
--

DROP TABLE IF EXISTS `tbluser_validation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbluser_validation` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `requestor_id` int(10) unsigned DEFAULT NULL,
  `token` varchar(100) DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  `submitted_at` timestamp NULL DEFAULT NULL,
  `reviewed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbluser_validation`
--

LOCK TABLES `tbluser_validation` WRITE;
/*!40000 ALTER TABLE `tbluser_validation` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbluser_validation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblusers`
--

DROP TABLE IF EXISTS `tblusers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblusers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `first_name` varchar(255) NOT NULL DEFAULT '',
  `last_name` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `password` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(32) NOT NULL DEFAULT '',
  `second_factor` varchar(255) NOT NULL DEFAULT '',
  `second_factor_config` text DEFAULT NULL,
  `remember_token` varchar(100) NOT NULL DEFAULT '',
  `reset_token` varchar(255) NOT NULL DEFAULT '',
  `security_question_id` int(10) unsigned NOT NULL DEFAULT 0,
  `security_question_answer` varchar(255) NOT NULL DEFAULT '',
  `last_ip` varchar(64) NOT NULL DEFAULT '',
  `last_hostname` varchar(255) NOT NULL DEFAULT '',
  `last_login` timestamp NULL DEFAULT NULL,
  `email_verification_token` varchar(100) NOT NULL DEFAULT '',
  `email_verification_token_expiry` timestamp NULL DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `reset_token_expiry` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tblusers_email_unique` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblusers`
--

LOCK TABLES `tblusers` WRITE;
/*!40000 ALTER TABLE `tblusers` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblusers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblusers_clients`
--

DROP TABLE IF EXISTS `tblusers_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblusers_clients` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `auth_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `client_id` int(10) unsigned NOT NULL DEFAULT 0,
  `invite_id` int(10) unsigned NOT NULL DEFAULT 0,
  `owner` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `permissions` text DEFAULT NULL,
  `last_login` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id_client_id` (`auth_user_id`,`client_id`),
  KEY `client_id_owner_idx` (`client_id`,`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblusers_clients`
--

LOCK TABLES `tblusers_clients` WRITE;
/*!40000 ALTER TABLE `tblusers_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblusers_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tblwhoislog`
--

DROP TABLE IF EXISTS `tblwhoislog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tblwhoislog` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `domain` text NOT NULL,
  `ip` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tblwhoislog`
--

LOCK TABLES `tblwhoislog` WRITE;
/*!40000 ALTER TABLE `tblwhoislog` DISABLE KEYS */;
/*!40000 ALTER TABLE `tblwhoislog` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-03-22  0:25:49
