Skip to content

Commit c3623f3

Browse files
author
Pete Bishop
committed
Links to support policies
1 parent 1bb00dc commit c3623f3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/Providers/AppServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function boot(): void
2323
//
2424
}
2525

26-
private function registerSharedViewVariables()
26+
private function registerSharedViewVariables(): void
2727
{
2828
View::share('discordLink', 'https://discord.gg/X62tWNStZK');
2929
View::share('bskyLink', 'https://bsky.app/profile/nativephp.bsky.social');

resources/views/docs/desktop/1/getting-started/support-policy.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@ Our support policy reflects our commitment to maintaining high standards of qual
1818
### PHP Versions
1919
| NativePHP Version | Supported PHP Versions |
2020
|-------------------|------------------------|
21-
| 1.0.0 and earlier | 8.2, 8.3, 8.4 |
21+
| ^1.0 | 8.3, 8.4 |
22+
23+
[PHP: Supported Versions](https://www.php.net/supported-versions.php)
2224

2325
NativePHP provides methods of bundling your own static PHP binaries. Support is not provided for these.
2426

2527
### Laravel Versions
2628
| NativePHP Version | Supported PHP Versions |
2729
|-------------------|------------------------|
28-
| 1.0.0 and earlier | 11.x, 12.x |
30+
| ^1.0 | 11.x, 12.x |
31+
32+
[Laravel: Support Policy](https://laravel.com/docs/master/releases#support-policy)
2933

3034
## Requesting Support
3135
Support can be obtained by opening an issue on the [NativePHP/laravel]({{ $githubLink }}/laravel/issues) repository or by joining the [Discord]({{ $discordLink }}).

0 commit comments

Comments
 (0)