forked from davedevelopment/phpmig
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
90 lines (90 loc) · 2.8 KB
/
package.xml
File metadata and controls
90 lines (90 loc) · 2.8 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>phpmig</name>
<channel>pear.atstsolutions.co.uk</channel>
<summary>A simple migrations tool for php.</summary>
<description>A simple migrations tool for php.</description>
<lead>
<name>Dave Marshall</name>
<user>davedevelopment</user>
<email>dave.marshall@atstsolutions.co.uk</email>
<active>yes</active>
</lead>
<date>@@DATE@@</date>
<time>@@TIME@@</time>
<version>
<release>@@VERSION@@</release>
<api>@@VERSION@@</api>
</version>
<stability>
<release>@@STABILITY@@</release>
<api>@@STABILITY@@</api>
</stability>
<license uri="https://github.com/davedevelopment/phpmig/blob/develop/LICENCE">MIT Licence</license>
<notes>
-
</notes>
<contents>
<dir name="/">
@@CONTENTS@@
<file role="php" install-as="Phpmig/autoload.php.dist" name="src/Phpmig/autoload.php.dist"><tasks:replace from="@@PHP_DIR@@" to="php_dir" type="pear-config"/></file>
<file role="script" name="bin/phpmig"><tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config"/><tasks:replace from="dev" to="version" type="package-info"/></file>
<file role="doc" name="README.md"/>
<file role="doc" name="LICENCE"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.6.0</min>
</pearinstaller>
<package>
<name>ClassLoader</name>
<channel>pear.symfony.com</channel>
<min>2.0.0</min>
<max>3.999.9999</max>
</package>
<package>
<name>Config</name>
<channel>pear.symfony.com</channel>
<min>2.0.0</min>
<max>3.999.9999</max>
</package>
<package>
<name>Console</name>
<channel>pear.symfony.com</channel>
<min>2.0.0</min>
<max>3.999.9999</max>
</package>
</required>
</dependencies>
<phprelease>
<filelist>
<install as="phpmig" name="bin/phpmig"/>
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>@@VERSION@@</release>
<api>@@VERSION@@</api>
</version>
<stability>
<release>@@STABILITY@@</release>
<api>@@STABILITY@@</api>
</stability>
<date>@@DATE@@</date>
<license>MIT Licence</license>
<notes>
</notes>
</release>
</changelog>
<phprelease>
<filelist>
<install as="phpmig" name="bin/phpmig"/>
</filelist>
</phprelease>
</package>