diff --git a/.travis.yml b/.travis.yml index 8297901..92c37c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ php: before_script: - curl -s http://getcomposer.org/installer | php - - php composer.phar install --dev + - php composer.phar install script: phpunit --coverage-text diff --git a/CHANGELOG.md b/CHANGELOG.md index bff3ae6..2dcac83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,7 @@ CHANGELOG * BC: Renamed "WampServer" to "ServerProtocol" * BC: New "WampServer" component passes Topic container objects of subscribed Connections * Option to turn off UTF-8 checks in order to increase performance - * BC: Moved Symfony HttpFoundation from require to suggest (devs using Sessions will have to require manually) * Switched dependancy guzzle/guzzle to guzzle/http (no API changes) - * Ratchet no longer requires a minimun-stability option in composer * mbstring no longer required * 0.1.5 (2012-07-12) diff --git a/composer.json b/composer.json index a6f08f9..3046dbd 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ , "homepage": "http://socketo.me" , "repository": "https://github.com/cboden/Ratchet" , "license": "MIT" + , "minimum-stability": "beta" , "authors": [ { "name": "Chris Boden" @@ -17,9 +18,6 @@ "forum": "https://groups.google.com/forum/#!forum/ratchet-php" , "issues": "https://github.com/cboden/Ratchet/issues" } - , "suggest": { - "symfony/http-foundation": "2.1.*" - } , "autoload": { "psr-0": { "Ratchet\\Tests": "tests" @@ -30,8 +28,9 @@ "php": ">=5.3.3" , "react/socket": "0.1.*" , "guzzle/http": "2.8.*" + , "symfony/http-foundation": "2.1.*" } , "require-dev": { - "symfony/http-foundation": "2.1.*" + "react/socket": "0.1.*" } } diff --git a/composer.lock b/composer.lock index 9c55d11..a3164c4 100644 --- a/composer.lock +++ b/composer.lock @@ -1,5 +1,5 @@ { - "hash": "f74a1251297b2939109e9d52228f0b0d", + "hash": "8e06f011f15dae3364497835c0e86e08", "packages": [ { "package": "evenement/evenement", @@ -31,19 +31,18 @@ }, { "package": "symfony/event-dispatcher", - "version": "v2.1.0-BETA4" - } - ], - "packages-dev": [ + "version": "v2.1.0-BETA3" + }, { "package": "symfony/http-foundation", - "version": "v2.1.0-BETA4" + "version": "v2.1.0-BETA3" } ], + "packages-dev": null, "aliases": [ ], - "minimum-stability": "stable", + "minimum-stability": "beta", "stability-flags": [ ]