Deps update
Updated to React v0.1.1 Updated changelog
This commit is contained in:
parent
54b072884c
commit
ecdb6fa4c0
@ -14,6 +14,11 @@ CHANGELOG
|
||||
* Ratchet now relies on all stable dependancies
|
||||
* mbstring no longer required (but recommended if compliance is important to you)
|
||||
|
||||
* 0.1.5 (2012-07-12)
|
||||
|
||||
* BF: Error where service wouldn't run on PHP <= 5.3.8
|
||||
* Dependancy library updates
|
||||
|
||||
* 0.1.4 (2012-06-17)
|
||||
|
||||
* Fixed dozens of failing AB tests
|
||||
|
5
Makefile
5
Makefile
@ -1,4 +1,7 @@
|
||||
unittests:
|
||||
test:
|
||||
phpunit
|
||||
|
||||
cover:
|
||||
phpunit --coverage-text --coverage-html=reports/coverage
|
||||
|
||||
abtests:
|
||||
|
6
composer.lock
generated
6
composer.lock
generated
@ -13,15 +13,15 @@
|
||||
},
|
||||
{
|
||||
"package": "react/event-loop",
|
||||
"version": "v0.1.0"
|
||||
"version": "v0.1.1"
|
||||
},
|
||||
{
|
||||
"package": "react/socket",
|
||||
"version": "v0.1.0"
|
||||
"version": "v0.1.1"
|
||||
},
|
||||
{
|
||||
"package": "react/stream",
|
||||
"version": "v0.1.0"
|
||||
"version": "v0.1.1"
|
||||
},
|
||||
{
|
||||
"package": "symfony/event-dispatcher",
|
||||
|
Loading…
Reference in New Issue
Block a user