Commit Graph

54 Commits

Author SHA1 Message Date
Chris Boden
ebd17c6675 Updated dependencies 2013-09-19 20:55:12 -04:00
Grégoire Pineau
9aecf4a995 Allow guzzle 3.7
Because lot of other dependencies rely on guzzle 3.7, and so it's impossible to satisfy everybody.
2013-09-19 11:31:21 +02:00
RafaelKa
7ab8f8702e composers autoload order for compatibility with TYPO3 Flow framework
This small change allow using the cboden/Ratchet out of the box with TYPO3 Flow .

Unfortunately TYPO3 Flow can not load second entry given in the manifest for autoloading (Source: http://docs.typo3.org/flow/TYPO3FlowDocumentation/stable/TheDefinitiveGuide/PartIII/PackageManagement.html#using-3rd-party-packages )

Only one of both tricks is needed in Flow's Settings.yaml:

:1. excluding annotations
------
TYPO3:
  Flow:
    reflection:
      ignoredTags: ['event', 'temporary', 'type', 'note']
------
:2. excluding this package from Object Framework (Note: this makes AOP for Ratchet off)
------
TYPO3:
  Flow:
    object:
      excludeClasses:
        'cboden.Ratchet': ['Ratchet\\.*']
------
).
2013-08-26 17:15:56 +02:00
Chris Boden
b21b2007c5 Guzzle 3.6 conformance
Updated inheritance class to match API change
Use new Guzzle Header class when searching for values
Lock Ratchet into using Guzzle 3.6 to future-proof
2013-06-09 11:10:22 -04:00
Chris Boden
8e92f5fd9a Fixing more Guzzle API breaks 2013-06-01 20:24:11 -04:00
Gabriel Bull
2c3d4d4d5d Ratchet does not work with guzzle/http 3.6
Getting this error
Object of class Guzzle\Http\Message\Header could not be converted to int
2013-05-31 08:28:28 -04:00
Chris Boden
7bca257703 Composer update 2013-03-05 22:04:10 -05:00
Xavier Briand
7d16181641 updated HttpFoundation version 2013-02-15 11:06:41 -05:00
Chris Boden
ffd29053bd Minor updates 2013-01-05 13:04:43 -05:00
Chris Boden
2ab85a58fe Guzzle v3 update 2012-11-10 15:16:10 -05:00
Magnus Olstad Hansen
ba7fc872ba Depedency react/socket bumped to 0.2.* 2012-10-18 16:00:52 +02:00
Chris Boden
c2eb87b78d Deps bump
Set minimum stability to stable (thanks Symfony!)
Tested against latest Firefox
Minor dependancy updates
2012-09-07 12:22:40 -04:00
Chris Boden
750b57b713 RC stability 2012-08-04 10:42:19 -04:00
Chris Boden
5e5b81cd41 Revert "[BCB] Removed symfony/http-foundation"
This reverts commit ccf14c0c51.

Reason: guzzle/common requires a symfony beta library
2012-07-24 11:10:45 -04:00
Chris Boden
ccf14c0c51 [BCB] Removed symfony/http-foundation
Moved HttpFoundation from require to suggest
Devs using Session component will need to include it manually
This will allow devs to use Ratchet with a stable minimum-requirement
2012-07-24 10:26:24 -04:00
Chris Boden
97d1b8a770 Updated Guzzle library 2012-07-22 21:09:57 -04:00
Chris Boden
3d97c76bcb Bump
Symfony2-BETA3
Minimum stability from dev to beta
Composer schema change
2012-07-15 18:28:16 -04:00
Chris Boden
0ee6ef6008 Reverted PHP >=5.3.4 req to >=5.3.3 2012-07-15 11:24:24 -04:00
Chris Boden
14959b6ea5 PHP min req bump
PHP <= 5.3.4 now required to coincide with Symfony's updated requirement
2012-07-13 19:46:49 -04:00
Chris Boden
6e64d1e9d1 Docs 2012-07-12 15:47:39 -04:00
Chris Boden
6d55e18dec mbstring no longer required for Ratchet 2012-07-12 15:41:30 -04:00
Chris Boden
5494e0132b [I/O] Use React v0.1 2012-07-11 14:54:53 -04:00
Chris Boden
145de0d407 Cleanup 2012-07-11 11:00:44 -04:00
Chris Boden
70ba5d18d5 [WebSocket] Added missing method
Re-added the disableVersion method to WsServer
Updated composer meta
Updated composer lock file with latest React changes
2012-07-09 15:28:40 -04:00
Chris Boden
bfb9ebc686 Composer update 2012-07-05 07:26:53 -04:00
Chris Boden
13e56b9db8 Updated deps 2012-06-21 15:08:44 -04:00
Chris Boden
d075b99c26 [WebSockets] Handshake encoding + case insensitivity
Updated RFC6455 handshaker to check values case insensitively
Made sure RFC6455 handshaker matches encoding properly
Added mbstring as a requirement for Ratchet
Refs #28, #30
2012-05-19 23:42:13 -04:00
Chris Boden
598da1e8b0 [Server] Long running tweaks
Added commands to [IoServer] that should be called in long-running scripts
Removed version information from composer
Updated dependencies
2012-05-16 17:16:50 -04:00
Chris Boden
36212f9947 Tagging 2012-05-14 18:59:18 -04:00
Chris Boden
1582853255 [Server] Fixed remoteAddress not being set on Connection
Updated to latest version of `React`
Fixed bug where `$conn->remoteAddress` always returned "127.0.0.1"
This will result in IpBlackList working properly
Added unit tests for IoServer
2012-05-12 19:35:39 -04:00
Chris Boden
3a1ee0313f React Packagist deps 2012-05-10 20:06:09 -04:00
Chris Boden
13009cf673 Guzzle 2.5 2012-05-08 09:13:47 -04:00
Chris Boden
bbea3e8e05 CI fix (last time :-|) 2012-05-07 19:37:55 -04:00
Chris Boden
949e5119db Autoload fix 2012-05-07 19:27:39 -04:00
Chris Boden
f5005d1a4e Composer correction 2012-05-07 19:20:19 -04:00
Chris Boden
d30c8358ef [BCB] [WIP] Overhaul
React at the core of Ratchet, refs #6
Removed Commands (except WAMP), refs #22
Updated Guzzle to 2.4 branch, refs #20
Fixed some Hixie bugs, refs #21
2012-05-07 18:49:13 -04:00
Chris Boden
8ab79d217f Guzzle update
Updated Guzzle to 2.4.1
Fixed code to pass unit tests from update
2012-05-04 18:17:23 -04:00
Igor Wiedler
efa0ed327d [composer] Require symfony 2.1.* instead of dev-master
This allows using ratchet with a forked version of symfony.
2012-05-01 20:03:02 +03:00
Chris Boden
a4f9da8815 Deps revert 2012-04-27 09:16:51 -04:00
Chris Boden
d13f001502 Composer/Guzzle tweak 2012-04-27 07:58:33 -04:00
Chris Boden
d5858ff859 Standalone Guzzle 2012-04-27 07:53:13 -04:00
Chris Boden
b6b2099415 Merge branch 'refs/heads/symfony/sessions'
Conflicts:
	composer.json
	composer.lock
2012-04-26 21:13:48 -04:00
Chris Boden
3908a69741 Cleanup 2012-04-25 20:50:07 -04:00
Chris Boden
ffabf09426 Deps - I give up
Trying to control fetching the Guzzle repo without its dependencies, as they're not needed in Ratchet - but composer isn't recognizing my git repo overriding Guzzle's composer files
2012-04-18 22:12:28 -04:00
Chris Boden
71ad5da58e Another dependency fix attempt 2012-04-18 21:55:30 -04:00
Chris Boden
59823fc2de Attempting dependency fix 2012-04-18 21:48:21 -04:00
Chris Boden
6a44d8123a Packagist test 2012-04-18 21:14:58 -04:00
Chris Boden
ca79e69056 Composer fix/update 2012-04-16 20:03:06 -04:00
Chris Boden
592752e18a Started SessionComponent w/ Symfony integration 2012-03-27 10:24:50 -04:00
Chris Boden
01804dac6c Attempted Fixes
Attempting to change some things to pass on TravisCI...even though I'm not getting any unit test failures.
2012-02-04 12:37:53 -05:00