-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathphpexcel.xml
30 lines (30 loc) · 1.19 KB
/
phpexcel.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
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<extension type="library" method="upgrade" version="2.5.0">
<name>PHPExcel Library for Joomla</name>
<!-- This element is the "system name" for the library -->
<libraryname>phpexcel</libraryname>
<author>Valentin Despa</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.vdespa.de</authorUrl>
<creationDate>15.03.2014</creationDate>
<copyright>Copyright (c) 2006 - 2014 PHPExcel</copyright>
<license>
LGPL http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
</license>
<version>1.8.0</version>
<description>
PHPExcel - OpenXML - Read, Write and Create Excel
documents in PHP
</description>
<!-- Anything included in the <files> element will be copied into the library's
folder. -->
<files>
<folder>library</folder>
</files>
<updateservers>
<server type="extension" priority="2"
name="PHPExcel-Joomla-Library Update Server">http://raw.github.com/vdespa/PHPExcel-Joomla-Library/master/update/extension.xml</server>
<server type="extension" priority="1"
name="PHPExcel-Joomla-Library Update Server (HTTPS)">https://raw.github.com/vdespa/PHPExcel-Joomla-Library/master/update/extension.xml</server>
</updateservers>
</extension>