Skip to content

Commit

Permalink
prep for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Mar 8, 2017
1 parent 722b8b8 commit e83e889
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
},
"type": "library",
"require": {
"pear/pear_exception": "*"
"php": ">=5.4.0",
"pear/pear_exception": "@stable"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "^4"
}
}
}
26 changes: 16 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>Chuck Hagenbuch</name>
<user>chagenbu</user>
<email>chuck@horde.org</email>
<active>yes</active>
<active>no</active>
</lead>
<lead>
<name>Stig Bakken</name>
Expand All @@ -23,34 +23,40 @@
<name>Aleksander Machniak</name>
<user>alec</user>
<email>alec@php.net</email>
<active>yes</active>
<active>no</active>
</lead>
<date>2013-05-24</date>
<time>20:00:00</time>
<date>2017-03-08</date>
<version>
<release>1.0.14</release>
<api>1.0.10</api>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license/2_02.txt">PHP License</license>
<notes>
- Fix connecting when host is specified with protocol prefix e.g. ssl://
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* Bug #18262: Incomplete buffer sent with fwrite after bugfix #14619
* Bug #20113: package.xml does not validate
* Bug #21031: Warning on connection error(stream_socket_client)
* PR #7: Fix for "Maximum execution time of 30 seconds exceeded" error
* PR #8: Make PHP5 compatible
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" md5sum="057d5c52b2dd9cfb2a458d532d95cfbb" name="Net/Socket.php" role="php" />
<file baseinstalldir="/" name="Net/Socket.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.3.0</min>
<min>5.4.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
<min>1.10.1</min>
</pearinstaller>
</required>
</dependencies>
Expand Down

0 comments on commit e83e889

Please sign in to comment.