File tree Expand file tree Collapse file tree 2 files changed +9
-29
lines changed Expand file tree Collapse file tree 2 files changed +9
-29
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,14 @@ The package adds a `php hyde serve` command which exposes a web server on port `
6
6
7
7
## Supported Versions
8
8
9
- The 2.0 release brings a total rewrite. See the release notes below.
9
+ This package is not intended to be used outside the HydePHP framework.
10
+ It thus offers no guarantees for compatibility with other versions of itself.
10
11
11
- The upgrade will be handled within Hyde/Framework and standard usage will not be affected.
12
- Any third-party integrations will need to be handled manually. v1.0x will receive security fixes for the time being.
13
- See the [ Security Policy] ( https://github.com/hydephp/realtime-compiler/security/policy ) .
12
+ The following table shows the supported versions of this package.
14
13
15
-
16
- | Version | Supported | Notes |
17
- | ---------| --------------------| ----------|
18
- | 3.x | :test_tube : | Upcoming |
19
- | 2.x | :white_check_mark : | Latest |
20
- | 1.x | :shield : | (LTS* ) |
21
- | < 1.0 | :x : | Alpha |
22
-
23
- * 1.x LTS receives security fixes only (End of Life: 2023-03-01)
14
+ | Hyde Version | Version | Supported | Notes |
15
+ | :-------------| ---------| --------------------| -------------------------|
16
+ | Release | 3.x | :white_check_mark : | Latest |
17
+ | Beta | 2.x | :x : | Security fixes only |
18
+ | Alpha | 1.x LTS | :shield : | End of Life: 2023-03-01 |
19
+ | Alpha | < 1.0 | :x : | Alpha |
Original file line number Diff line number Diff line change 1
1
# Security Policy
2
2
3
- ## Supported Versions
4
-
5
- The 2.0 release brings a total rewrite and may be unstable up until the first few patches.
6
-
7
- The upgrade will be handled within Hyde/Framework and standard usage will not be affected.
8
- Any third-party integrations will need to be handled manually. v1.0x will receive security fixes for the time being.
9
-
10
- | Version | Supported | Notes |
11
- | ---------| --------------------| ----------|
12
- | 3.x | :test_tube : | Upcoming |
13
- | 2.x | :white_check_mark : | Latest |
14
- | 1.x | :shield : | (LTS* ) |
15
- | < 1.0 | :x : | Alpha |
16
-
17
- * 1.x LTS receives security fixes only (End of Life: 2023-03-01)
18
-
19
3
## Reporting a Vulnerability
20
4
21
5
You can’t perform that action at this time.
0 commit comments