Change to phpunit 4.8 to support php 5.4 and 5.5

This commit is contained in:
Matt Bonneau 2017-04-20 19:42:30 -04:00
parent 10c7198946
commit 2d10201b00

View File

@ -27,6 +27,6 @@
"require-dev": {
"react/http": "^0.4.1",
"react/socket-client": "^0.4.3",
"phpunit/phpunit": "5.7"
"phpunit/phpunit": "4.8.*"
}
}