Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions .github/CONTRIBUTING.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/SECURITY.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 MAIZE SRL <innovation@h-farm.com>
Copyright (c) 2023 MAIZE SRL <info@maize.io>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<p align="center"><img src="/art/socialcard.png" alt="Social Card of Laravel Searchable"></p>
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/art/socialcard-dark.png">
<source media="(prefers-color-scheme: light)" srcset="/art/socialcard-light.png">
<img src="/art/socialcard-light.png" alt="Social Card of Laravel Searchable">
</picture>
</p>

# Laravel Searchable 🔍

Expand Down Expand Up @@ -150,11 +156,11 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
Please see [CONTRIBUTING](https://github.com/maize-tech/.github/blob/main/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
Please review [our security policy](https://github.com/maize-tech/.github/security/policy) on how to report security vulnerabilities.

## Credits

Expand Down
Binary file added art/socialcard-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/socialcard-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed art/socialcard.png
Binary file not shown.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"authors": [
{
"name": "Riccardo Dalla Via",
"email": "riccardo.dallavia@h-farm.com",
"homepage": "https://innovation.h-farm.com",
"email": "riccardo.dallavia@maize.io",
"role": "Developer"
}
],
Expand Down