From 572c5ee88691b8cac5b223ee0a878b29323d76bb Mon Sep 17 00:00:00 2001 From: alexvenga Date: Wed, 12 Apr 2023 23:07:49 +0300 Subject: [PATCH] INIT --- .gitignore | 5 +++++ composer.json | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f38912..dbee706 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ .idea vendor composer.lock +node_modules +.phpunit.result.cache +.php-cs-fixer.cache +app +reports \ No newline at end of file diff --git a/composer.json b/composer.json index fd292d6..704d4ec 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -35,6 +40,9 @@ "files": [ ] }, + "conflict": { + "moonshine/moonshine": "<1.52" + }, "extra": { "laravel": { "providers": [