Skip to content

Commit 3c34a1a

Browse files
authored
Updated cover images and new MAIZE company references
1 parent 8415db8 commit 3c34a1a

File tree

7 files changed

+13
-63
lines changed

7 files changed

+13
-63
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
<p align="center"><img src="/art/socialcard.png" alt="Social Card of Laravel Encryptable"></p>
1+
2+
<p align="center">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="/art/socialcard-dark.png">
5+
<source media="(prefers-color-scheme: light)" srcset="/art/socialcard-light.png">
6+
<img src="/art/socialcard-light.png" alt="Social Card of Laravel Encryptable">
7+
</picture>
8+
</p>
29

310
# Laravel Encryptable
411

@@ -174,11 +181,11 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
174181

175182
## Contributing
176183

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

179186
## Security Vulnerabilities
180187

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

183190
## Credits
184191

art/socialcard-dark.png

29.2 KB
Loading

art/socialcard-light.png

29 KB
Loading

art/socialcard.png

-248 KB
Binary file not shown.

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
"authors": [
1414
{
1515
"name": "Enrico De Lazzari",
16-
"email": "enrico.delazzari@h-farm.com",
17-
"homepage": "https://innovation.h-farm.com",
16+
"email": "enrico.delazzari@maize.io",
1817
"role": "Developer"
1918
},
2019
{
2120
"name": "Riccardo Dalla Via",
22-
"email": "riccardo.dallavia@h-farm.com",
23-
"homepage": "https://innovation.h-farm.com",
21+
"email": "riccardo.dallavia@maize.io",
2422
"role": "Developer"
2523
}
2624
],

0 commit comments

Comments
 (0)