We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f900e9 commit bd562b1Copy full SHA for bd562b1
2 files changed
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 5.3
5
- 5.4
6
- 5.5
7
- 5.6
composer.json
@@ -4,10 +4,10 @@
"keywords": ["dns", "dns-resolver"],
"license": "MIT",
"require": {
- "php": ">=5.4.0",
8
- "react/cache": "0.4.*",
9
- "react/socket": "0.4.*",
10
- "react/promise": "~2.0"
+ "php": ">=5.3.0",
+ "react/cache": "~0.4.0|~0.3.0",
+ "react/socket": "~0.4.0|~0.3.0",
+ "react/promise": "~2.0|~1.1"
11
},
12
"autoload": {
13
"psr-4": { "React\\Dns\\": "src" }
0 commit comments