diff --git a/composer.json b/composer.json index e8c64c4..9a352fe 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ } , "autoload": { "psr-4": { - "Ratchet\\WebSocket\\": "src" + "Ratchet\\RFC6455\\": "src" } } , "require": { - "php": ">=5.3.9" + "php": ">=5.4.2" , "guzzle/http": "~3.6" } } diff --git a/src/Encoding/ToggleableValidator.php b/src/Encoding/ToggleableValidator.php index edf14bc..46152e4 100644 --- a/src/Encoding/ToggleableValidator.php +++ b/src/Encoding/ToggleableValidator.php @@ -1,5 +1,5 @@