-
Notifications
You must be signed in to change notification settings - Fork 1
/
robokassa.xml
25 lines (25 loc) · 949 Bytes
/
robokassa.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<extension type="library" method="upgrade" version="4.2">
<name>NorrNext Robokassa Library</name>
<libraryname>NorrNext/Robokassa</libraryname>
<creationDate>17/04/2023</creationDate>
<author>Dmitrijs Rekuns</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://norrnext.com</authorUrl>
<copyright>(C) 2023 NorrNext. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE</license>
<version>1.1.1</version>
<description>A simple interface library for Joomla that includes Robokassa methods.</description>
<namespace path="src">NorrNext\Robokassa</namespace>
<files>
<folder>src</folder>
</files>
<updateservers>
<server
type="extension"
priority="1"
name="NorrNext - Robokassa Library">
https://raw.githubusercontent.com/NorrNext/lib-robokassa/main/update_manifest.xml
</server>
</updateservers>
</extension>