Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-falda committed Sep 22, 2022
1 parent f45af09 commit a7e2e2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "limenius/liform",
"name": "answear/liform",
"description": "Library to transform Symfony Forms into Json Schema",
"type": "library",
"license": "MIT",
Expand Down Expand Up @@ -32,6 +32,9 @@
"phpunit/phpunit": "^8.0",
"phpcompatibility/php-compatibility": "^9.3"
},
"replace": {
"limenius/liform": "*"
},
"scripts": {
"test": "phpunit",
"cs": "phpcs"
Expand Down

0 comments on commit a7e2e2e

Please sign in to comment.