Skip to content

Commit 7065da5

Browse files
committed
2015-04-01: Let's support PHP 5.3, again..
1 parent 71addfc commit 7065da5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 5.3
45
- 5.4
56
- 5.5
67
- 5.6

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"keywords": ["socket"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.4.0",
8-
"evenement/evenement": "~2.0",
9-
"react/event-loop": "0.4.*",
10-
"react/stream": "0.4.*"
7+
"php": ">=5.3.0",
8+
"evenement/evenement": "~2.0|~1.0",
9+
"react/event-loop": "0.4.*|0.3.*",
10+
"react/stream": "0.4.*|0.3.*"
1111
},
1212
"autoload": {
1313
"psr-4": {

0 commit comments

Comments
 (0)