diff --git a/composer.json b/composer.json index cc4fdd5..90bc282 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ "php": ">=5.3.3" }, "autoload": { - "psr-0": {"Rhumsaa\\Uuid": "library/"} + "psr-0": {"Rhumsaa\\Uuid": "src/"} } } diff --git a/library/Rhumsaa/Uuid/UnsupportedOperationException.php b/src/Rhumsaa/Uuid/UnsupportedOperationException.php similarity index 100% rename from library/Rhumsaa/Uuid/UnsupportedOperationException.php rename to src/Rhumsaa/Uuid/UnsupportedOperationException.php diff --git a/library/Rhumsaa/Uuid/Uuid.php b/src/Rhumsaa/Uuid/Uuid.php similarity index 100% rename from library/Rhumsaa/Uuid/Uuid.php rename to src/Rhumsaa/Uuid/Uuid.php