-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from ashnazg/testing
prep for v1.8.0
- Loading branch information
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
language: php | ||
install: | ||
- pear install package.xml | ||
sudo: false | ||
php: | ||
- 5.4.44 | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- 7.1 | ||
- nightly | ||
script: pear run-tests -d tests/ | ||
install: | ||
- pear channel-update pear.php.net | ||
- pear list | ||
- pear upgrade --force pear/pear | ||
- pear list | ||
- pear upgrade xml_util | ||
- pear install package.xml | ||
- pear list | ||
script: | ||
- pear run-tests -d tests/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<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"> | ||
<name>Net_SMTP</name> | ||
<channel>pear.php.net</channel> | ||
<summary>An implementation of the SMTP protocol</summary> | ||
|
@@ -19,19 +16,19 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2017-01-14</date> | ||
<time>00:00:00</time> | ||
<date>2017-04-06</date> | ||
<version> | ||
<release>1.7.3</release> | ||
<release>1.8.0</release> | ||
<api>1.3.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license> | ||
<notes>- Fix MIME boundary size calculation (#34) | ||
- Workaround E_DEPRECATED warning on Auth_SASL::factory() call (#29) | ||
<notes> | ||
* Set minimum PEAR version to 1.10.1 | ||
* Change license to BSD-2 Clause | ||
</notes> | ||
<contents> | ||
<dir baseinstalldir="/" name="/"> | ||
|
@@ -57,7 +54,7 @@ | |
<min>5.4.0</min> | ||
</php> | ||
<pearinstaller> | ||
<min>1.4.3</min> | ||
<min>1.10.1</min> | ||
</pearinstaller> | ||
<package> | ||
<name>Net_Socket</name> | ||
|