File tree 2 files changed +19
-14
lines changed
2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- install :
3
- - pear install package.xml
2
+ sudo : false
4
3
php :
5
- - 5.4.44
4
+ - 5.4
6
5
- 5.5
7
6
- 5.6
8
7
- 7.0
9
8
- 7.1
10
9
- nightly
11
- script : pear run-tests -d tests/
10
+ install :
11
+ - pear channel-update pear.php.net
12
+ - pear list
13
+ - pear upgrade --force pear/pear
14
+ - pear list
15
+ - pear upgrade xml_util
16
+ - pear install package.xml
17
+ - pear list
18
+ script :
19
+ - pear run-tests -d tests/
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <package packagerversion =" 1.7.1" version =" 2.0" 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" xsi : schemaLocation =" http://pear.php.net/dtd/tasks-1.0
3
- http://pear.php.net/dtd/tasks-1.0.xsd
4
- http://pear.php.net/dtd/package-2.0
5
- http://pear.php.net/dtd/package-2.0.xsd" >
2
+ <package packagerversion =" 1.7.1" version =" 2.0" 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" 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" >
6
3
<name >Net_SMTP</name >
7
4
<channel >pear.php.net</channel >
8
5
<summary >An implementation of the SMTP protocol</summary >
19
16
20
17
<active >yes</active >
21
18
</lead >
22
- <date >2017-01-14</date >
23
- <time >00:00:00</time >
19
+ <date >2017-04-06</date >
24
20
<version >
25
- <release >1.7.3 </release >
21
+ <release >1.8.0 </release >
26
22
<api >1.3.0</api >
27
23
</version >
28
24
<stability >
29
25
<release >stable</release >
30
26
<api >stable</api >
31
27
</stability >
32
28
<license uri =" https://opensource.org/licenses/bsd-license.php" >BSD-2-Clause</license >
33
- <notes >- Fix MIME boundary size calculation (#34)
34
- - Workaround E_DEPRECATED warning on Auth_SASL::factory() call (#29)
29
+ <notes >
30
+ * Set minimum PEAR version to 1.10.1
31
+ * Change license to BSD-2 Clause
35
32
</notes >
36
33
<contents >
37
34
<dir baseinstalldir =" /" name =" /" >
57
54
<min >5.4.0</min >
58
55
</php >
59
56
<pearinstaller >
60
- <min >1.4.3 </min >
57
+ <min >1.10.1 </min >
61
58
</pearinstaller >
62
59
<package >
63
60
<name >Net_Socket</name >
You can’t perform that action at this time.
0 commit comments