diff --git a/.travis.yml b/.travis.yml index 92c37c6..8297901 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 + - php composer.phar install --dev script: phpunit --coverage-text diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcac83..bff3ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,9 @@ 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 3046dbd..a6f08f9 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ , "homepage": "http://socketo.me" , "repository": "https://github.com/cboden/Ratchet" , "license": "MIT" - , "minimum-stability": "beta" , "authors": [ { "name": "Chris Boden" @@ -18,6 +17,9 @@ "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" @@ -28,9 +30,8 @@ "php": ">=5.3.3" , "react/socket": "0.1.*" , "guzzle/http": "2.8.*" - , "symfony/http-foundation": "2.1.*" } , "require-dev": { - "react/socket": "0.1.*" + "symfony/http-foundation": "2.1.*" } } diff --git a/composer.lock b/composer.lock index a3164c4..9c55d11 100644 --- a/composer.lock +++ b/composer.lock @@ -1,5 +1,5 @@ { - "hash": "8e06f011f15dae3364497835c0e86e08", + "hash": "f74a1251297b2939109e9d52228f0b0d", "packages": [ { "package": "evenement/evenement", @@ -31,18 +31,19 @@ }, { "package": "symfony/event-dispatcher", - "version": "v2.1.0-BETA3" - }, - { - "package": "symfony/http-foundation", - "version": "v2.1.0-BETA3" + "version": "v2.1.0-BETA4" + } + ], + "packages-dev": [ + { + "package": "symfony/http-foundation", + "version": "v2.1.0-BETA4" } ], - "packages-dev": null, "aliases": [ ], - "minimum-stability": "beta", + "minimum-stability": "stable", "stability-flags": [ ]