Skip to content

Commit

Permalink
Merge pull request #98 from clue-labs/require
Browse files Browse the repository at this point in the history
Actually require all dependencies so this is self-contained
  • Loading branch information
WyriHaximus authored May 2, 2017
2 parents 007d352 + 4482db9 commit 5f1ba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"require": {
"php": ">=5.3.8",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"evenement/evenement": "^2.0|^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"clue/stream-filter": "~1.2"
},
"suggest": {
Expand Down

0 comments on commit 5f1ba8a

Please sign in to comment.