Skip to content

Commit 403fb9e

Browse files
authored
documentation (#3426)
1 parent 502b138 commit 403fb9e

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ All Pull Requests run with extensive tests for stable and latest versions of PHP
2020
Ensure your tests pass or your PR may be taken down.
2121
2222
Additionally you can run `make phpstan` and `make formatting` on your own machine as they will be required to pass for your PR to be accepted.
23-
24-
Don't worry if your code styling isn't perfect! php-cs-fixer will automatically create a pull request with any style fixes. This allows us to focus on the content of the contribution and not the code style.
2523
-->

LICENSE

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

33
Copyright (c) 2017-2018 Tobias Reich
4-
Copyright (c) 2018-2024 LycheeOrg
4+
Copyright (c) 2018-2025 LycheeOrg
55

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ We would like to thank Jetbrains for supporting us with their [Open Source Devel
122122
[build-status-shield]: https://img.shields.io/github/actions/workflow/status/LycheeOrg/Lychee/CICD.yml?branch=master
123123
[codecov-shield]: https://codecov.io/gh/LycheeOrg/Lychee/branch/master/graph/badge.svg
124124
[release-shield]: https://img.shields.io/github/release/LycheeOrg/Lychee.svg
125-
[php-shield]: https://img.shields.io/badge/PHP-8.e%20|%208.4-blue
125+
[php-shield]: https://img.shields.io/badge/PHP-8.3%20|%208.4-blue
126126
[license-shield]: https://img.shields.io/github/license/LycheeOrg/Lychee.svg
127127
[cii-shield]: https://img.shields.io/cii/summary/2855.svg
128128
[ossf-shield]: https://api.securityscorecards.dev/projects/github.com/LycheeOrg/Lychee/badge

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Those are the versions where we accept vulnerability reports.
1515
## Reporting a Vulnerability
1616

1717
As described in our [contribution guide][1], if you discover a security vulnerability within Lychee,
18-
please contact us directly on [gitter][2]. All security vulnerabilities will be promptly addressed.
18+
please contact us directly on [discord][3]. All security vulnerabilities will be promptly addressed.
1919

2020
[1]: https://lycheeorg.dev/docs/contributions.html#security-vulnerabilities
21-
[2]: https://gitter.im/LycheeOrg/Lobby
21+
[3]: https://discord.gg/JMPvuRQcTf

0 commit comments

Comments
 (0)