Skip to content

Commit

Permalink
INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga committed Apr 12, 2023
1 parent 99d6a85 commit 572c5ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.idea
vendor
composer.lock
node_modules
.phpunit.result.cache
.php-cs-fixer.cache
app
reports
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
"Spatie MediaLibrary",
"Spatie Laravel MediaLibrary"
],
"homepage": "https://github.com/visual-ideas/moonshine-spatie-medialibrary",
"type": "library",
"homepage": "https://moonshine.cutcode.dev/section/fields-spatie-medialibrary",
"license": "MIT",
"support": {
"issues": "https://github.com/visual-ideas/moonshine-spatie-medialibrary/issues",
"source": "https://github.com/visual-ideas/moonshine-spatie-medialibrary"
},
"authors": [
{
"name": "Alex",
Expand All @@ -35,6 +40,9 @@
"files": [
]
},
"conflict": {
"moonshine/moonshine": "<1.52"
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 572c5ee

Please sign in to comment.