From 36212f99478272801fff6559cad8ae54b43bab79 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Mon, 14 May 2012 18:59:18 -0400 Subject: [PATCH] Tagging --- README.md | 2 +- composer.json | 2 +- composer.lock | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b23cac..776668b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application ##WebSocket Compliance * Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time) -* Tested on Chrome 18 - 16, Firefox 6 - 9, Safari 5, iOS 4.2, iOS 5 +* Tested on Chrome 18 - 16, Firefox 6 - 12, Safari 5, iOS 4.2, iOS 5 ##Requirements diff --git a/composer.json b/composer.json index 549b7bf..8a2931b 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ , "keywords": ["WebSockets", "Server", "Ratchet", "Sockets"] , "website": "http://socketo.me" , "repository": "https://github.com/cboden/Ratchet" + , "version": "0.1.1" , "license": "MIT" , "authors": [ { @@ -17,7 +18,6 @@ "psr-0": { "Ratchet\\Tests": "tests" , "Ratchet": "src" - , "React": "vendor/cboden/react/src" } } , "require": { diff --git a/composer.lock b/composer.lock index 857fc93..456a629 100644 --- a/composer.lock +++ b/composer.lock @@ -1,5 +1,5 @@ { - "hash": "6651c947d3ce090d73c14dfff3877944", + "hash": "98d06d4d9572c1ec0076a166377adc17", "packages": [ { "package": "evenement/evenement", @@ -48,5 +48,9 @@ "packages-dev": null, "aliases": [ - ] + ], + "minimum-stability": "dev", + "stability-flags": { + "react/socket": 20 + } }