forked from vdespa/PHPWord-Joomla-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpword.xml
22 lines (22 loc) · 803 Bytes
/
phpword.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<extension type="library" method="upgrade" version="2.5.0">
<name>PHPWord Library for Joomla!</name>
<!-- This element is the "system name" for the library -->
<libraryname>phpword</libraryname>
<author>Valentin Despa</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.vdespa.com</authorUrl>
<creationDate>19.05.2016</creationDate>
<copyright>Copyright (c) PHPWord</copyright>
<license>
LGPL http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
</license>
<version>0.14.0</version>
<description>
PHPWord is a library written in PHP that create word documents.
</description>
<!-- Anything included in the <files> element will be copied into the library's folder. -->
<files>
<folder>library</folder>
</files>
</extension>