diff --git a/composer.json b/composer.json index c225af6..bdd7b64 100644 --- a/composer.json +++ b/composer.json @@ -16,15 +16,15 @@ } }, "autoload-dev": { - "psr-4": { - "EzSystems\\EzPlatformMatrixFieldtype\\Integration\\Tests\\": "tests/integration/" - } + "psr-4": { + "EzSystems\\EzPlatformMatrixFieldtype\\Integration\\Tests\\": "tests/integration/" + } }, "require": { "php": "^7.1", "ext-libxml": "*", "ext-simplexml": "*", - "ezsystems/ezplatform-graphql": "^1.0.4@dev" + "ezsystems/ezplatform-graphql": "^1.0.4" }, "require-dev": { "ezsystems/ezplatform-code-style": "^0.1.0", @@ -43,4 +43,4 @@ "dev-tmp_ci_branch": "1.0.x-dev" } } -} +} \ No newline at end of file