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

Commit

Permalink
Merge pull request #6 from edusalguero/feature/update-evenloop-depend…
Browse files Browse the repository at this point in the history
…ency

Added latest EventLoop version and update PHP minimum required version
  • Loading branch information
Prophet777 authored Apr 9, 2018
2 parents 81430d1 + 0eaa056 commit 93bb0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}
],
"require": {
"php": ">=5.3",
"php": ">=5.4",
"evenement/evenement" : "~2.0|~3.0",
"react/event-loop": "~0.4.0"
"react/event-loop": "~0.4.0|^0.5"
},
"autoload": {
"psr-4": { "Gos\\Component\\PnctlEventLoopEmitter\\": "src/" },
Expand Down

0 comments on commit 93bb0f0

Please sign in to comment.