Skip to content

Commit bd562b1

Browse files
committed
2015-04-01: Let's support PHP 5.3, again..
1 parent 7f900e9 commit bd562b1

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": ["dns", "dns-resolver"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.4.0",
8-
"react/cache": "0.4.*",
9-
"react/socket": "0.4.*",
10-
"react/promise": "~2.0"
7+
"php": ">=5.3.0",
8+
"react/cache": "~0.4.0|~0.3.0",
9+
"react/socket": "~0.4.0|~0.3.0",
10+
"react/promise": "~2.0|~1.1"
1111
},
1212
"autoload": {
1313
"psr-4": { "React\\Dns\\": "src" }

0 commit comments

Comments
 (0)