Skip to content

Commit 960599d

Browse files
authored
Merge pull request #11 from ashnazg/testing
prep for v1.1.0 release
2 parents 722b8b8 + e83e889 commit 960599d

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
},
3434
"type": "library",
3535
"require": {
36-
"pear/pear_exception": "*"
36+
"php": ">=5.4.0",
37+
"pear/pear_exception": "@stable"
3738
},
3839
"require-dev": {
39-
"phpunit/phpunit": "*"
40+
"phpunit/phpunit": "^4"
4041
}
41-
}
42+
}

package.xml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Chuck Hagenbuch</name>
1212
<user>chagenbu</user>
1313
<email>chuck@horde.org</email>
14-
<active>yes</active>
14+
<active>no</active>
1515
</lead>
1616
<lead>
1717
<name>Stig Bakken</name>
@@ -23,34 +23,40 @@
2323
<name>Aleksander Machniak</name>
2424
<user>alec</user>
2525
<email>alec@php.net</email>
26-
<active>yes</active>
26+
<active>no</active>
2727
</lead>
28-
<date>2013-05-24</date>
29-
<time>20:00:00</time>
28+
<date>2017-03-08</date>
3029
<version>
31-
<release>1.0.14</release>
32-
<api>1.0.10</api>
30+
<release>1.1.0</release>
31+
<api>1.1.0</api>
3332
</version>
3433
<stability>
3534
<release>stable</release>
3635
<api>stable</api>
3736
</stability>
3837
<license uri="http://www.php.net/license/2_02.txt">PHP License</license>
3938
<notes>
40-
- Fix connecting when host is specified with protocol prefix e.g. ssl://
39+
* Set minimum PHP version to 5.4.0
40+
* Set minimum PEAR version to 1.10.1
41+
42+
* Bug #18262: Incomplete buffer sent with fwrite after bugfix #14619
43+
* Bug #20113: package.xml does not validate
44+
* Bug #21031: Warning on connection error(stream_socket_client)
45+
* PR #7: Fix for "Maximum execution time of 30 seconds exceeded" error
46+
* PR #8: Make PHP5 compatible
4147
</notes>
4248
<contents>
4349
<dir baseinstalldir="/" name="/">
44-
<file baseinstalldir="/" md5sum="057d5c52b2dd9cfb2a458d532d95cfbb" name="Net/Socket.php" role="php" />
50+
<file baseinstalldir="/" name="Net/Socket.php" role="php" />
4551
</dir>
4652
</contents>
4753
<dependencies>
4854
<required>
4955
<php>
50-
<min>4.3.0</min>
56+
<min>5.4.0</min>
5157
</php>
5258
<pearinstaller>
53-
<min>1.4.0b1</min>
59+
<min>1.10.1</min>
5460
</pearinstaller>
5561
</required>
5662
</dependencies>

0 commit comments

Comments
 (0)