diff --git a/composer.json b/composer.json index 1c75044..0763707 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "autoload-dev": { "psr-4": { - "League\\Tactician\\Tests\\": "tests" + "League\\Tactician\\Tests\\": "tests/" }, "files": [ "tests/Fixtures/Command/CommandWithoutNamespace.php" @@ -32,7 +32,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.5-dev" + "dev-master": "0.6-dev" } } }