-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
30 lines (30 loc) · 1.29 KB
/
settings.json
File metadata and controls
30 lines (30 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"add_head": 0,
"add_licensing_template": 2,
"extends": "",
"guid": "437af6b0-ca02-49d7-8739-4edfc8a9ccb0",
"implements": [
"81de8f57-dd9c-4a17-964f-848cd4a0743b"
],
"load_selection": null,
"name": "Legacy",
"power_version": "1.0.0",
"system_name": "JCB.Crypt.Aes.Legacy",
"type": "class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\[[[ComponentNamespace]]].Crypt.Aes.Legacy",
"description": "Legacy Class for Aes Encryption\r\n\r\n@since 3.2.0",
"licensing_template": "\/**\r\n * @package Joomla.Component.Builder\r\n *\r\n * @created 4th September, 2022\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git Joomla Component Builder <https:\/\/git.vdm.dev\/joomla\/Component-Builder>\r\n * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n *\/\r\n",
"head": "",
"composer": {
"composer0": {
"access_point": "phpseclib3\/vendor\/autoload.php",
"namespace": {
"namespace0": {
"use": "phpseclib3\\Crypt\\AES as BASEAES"
}
}
}
}
}