File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ CHANGELOG
88
99---
1010
11+ * 0.4.3 (2020-06-04)
12+ * BF: Fixed interface acceptable regression in ` App `
13+ * Update RFC6455 library with latest fixes
14+
15+ * 0.4.2 (2020-01-27)
16+ * Support Symfony 5
17+ * BF: Use phpunit from vendor directory
18+ * Allow disabling of xdebug warning by defining ` RATCHET_DISABLE_XDEBUG_WARN `
19+ * Stop using ` LoopInterface::tick() ` for testing
20+
1121* 0.4.1 (2017-12-11)
1222 * Only enableKeepAlive in App if no WsServer passed allowing user to set their own timeout duration
1323 * Support Symfony 4
Original file line number Diff line number Diff line change 1- Copyright (c) 2011-2017 Chris Boden
1+ Copyright (c) 2011-2020 Chris Boden
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1111 , "email" : " cboden@gmail.com"
1212 , "role" : " Developer"
1313 }
14+ , {
15+ "name" : " Matt Bonneau"
16+ , "role" : " Developer"
17+ }
1418 ]
1519 , "support" : {
16- "forum" : " https://groups.google.com/forum/#!forum/ratchet-php"
17- , "issues" : " https://github.com/ratchetphp/Ratchet/issues"
18- , "irc" : " irc://irc.freenode.org/reactphp"
20+ "issues" : " https://github.com/ratchetphp/Ratchet/issues"
21+ , "chat" : " https://gitter.im/reactphp/reactphp"
1922 }
2023 , "autoload" : {
2124 "psr-4" : {
Original file line number Diff line number Diff line change 55 * The version of Ratchet being used
66 * @var string
77 */
8- const VERSION = 'Ratchet/0.4.1 ' ;
8+ const VERSION = 'Ratchet/0.4.3 ' ;
99
1010/**
1111 * A proxy object representing a connection to the application
You can’t perform that action at this time.
0 commit comments