diff --git a/composer.json b/composer.json index 86f430a..11f7992 100644 --- a/composer.json +++ b/composer.json @@ -29,12 +29,12 @@ }, "autoload": { "psr-4": { - "SerendipitySwow\\Socket\\": "src/" + "SwowCloud\\Socket\\": "src/" } }, "autoload-dev": { "psr-4": { - "SerendipitySwowTest\\Socket\\": "tests/" + "SwowCloud\\SocketTest\\": "tests/" } }, "scripts": {