From a7e2e2e1b1d930a97e34975fa3eadb56ed422ab1 Mon Sep 17 00:00:00 2001 From: Lukasz Falda Date: Thu, 22 Sep 2022 15:20:39 +0200 Subject: [PATCH] Rename package --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"