Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #65 from WyriHaximus-labs/reactphp-1.0
Browse files Browse the repository at this point in the history
Updated to the latest ReactPHP versions
  • Loading branch information
matthewtrask authored Nov 1, 2017
2 parents 3ef14ca + 83d6902 commit 2ed4602
Show file tree
Hide file tree
Showing 7 changed files with 722 additions and 306 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:

before_script:
- composer self-update
- composer config --unset platform.php
- composer install --dev
- mkdir -p build/logs

Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"phergie/phergie-irc-parser": "~2.0",
"phergie/phergie-irc-generator": "~1.5",
"phergie/phergie-irc-connection": "~2.0",
"react/event-loop": "~0.4.0",
"react/stream": "~0.4.2",
"react/socket-client": "^0.5",
"react/event-loop": "^1.0 || ^0.5 || ^0.4.0",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4",
"react/socket": "^1.0 || ^0.8 || ^0.7",
"react/dns": "~0.4.0",
"react/promise": "~2.0",
"psr/log": "~1.0",
Expand All @@ -37,5 +37,10 @@
"psr-4": {
"Phergie\\Irc\\Tests\\Client\\React\\": "tests"
}
},
"config": {
"platform": {
"php": "5.5.23"
}
}
}
Loading

0 comments on commit 2ed4602

Please sign in to comment.