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": [