Skip to content

Commit

Permalink
Changed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
zareismail committed Feb 15, 2020
1 parent 6a2b6d1 commit c8ab42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BelongsToMany
A Laravel Nova field for `simple` and `polymorphic` `ManyToMany` relationships.
A Laravel Nova field for polymorphic and non-polymorphic `ManyToMany` relationships.

##### Table of Contents
* [Features](#features)
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "armincms/belongs-to-many",
"name": "armincms/many-to-many",
"description": "A Laravel Nova field.",
"keywords": [
"laravel",
"nova"
"nova",
"armincms"
],
"license": "MIT",
"require": {
Expand Down

0 comments on commit c8ab42c

Please sign in to comment.