diff --git a/composer.json b/composer.json index 309239b..b6b78a9 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "limenius/liform", + "name": "answear/liform", "description": "Library to transform Symfony Forms into Json Schema", "type": "library", "license": "MIT", @@ -32,6 +32,9 @@ "phpunit/phpunit": "^8.0", "phpcompatibility/php-compatibility": "^9.3" }, + "replace": { + "limenius/liform": "*" + }, "scripts": { "test": "phpunit", "cs": "phpcs"