File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ API Platform will automatically detect the best resolving format depending on:
19
19
Available formats are:
20
20
21
21
| Format | Format name | MIME types | Backward Compatibility guaranteed |
22
- | ----------------------------------------------------- | ----------- | ----------------------------- | --------------------------------- |
22
+ | ------------------------------------------------------- | ------------- | ------------------------------- | ----------------------------------- |
23
23
| [ JSON-LD] ( https://json-ld.org ) | ` jsonld ` | ` application/ld+json ` | yes |
24
24
| [ GraphQL] ( graphql.md ) | n/a | n/a | yes |
25
25
| [ JSON: API ] ( https://jsonapi.org/ ) | ` jsonapi ` | ` application/vnd.api+json ` | yes |
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ The integration using the cache handler is quite simple. You just have to update
41
41
+ ENV CGO_ENABLED=1 XCADDY_SETCAP=1 XCADDY_GO_BUILD_FLAGS="-ldflags \"-w -s -extldflags '-Wl,-z,stack-size=0x80000'\""
42
42
+ RUN xcaddy build \
43
43
+ --output /usr/local/bin/frankenphp \
44
- + --with github.com/dunglas/frankenphp=./ \
45
- + --with github.com/dunglas/frankenphp/caddy=./caddy/ \
44
+ + --with github.com/dunglas/frankenphp/caddy \
46
45
+ --with github.com/dunglas/mercure/caddy \
47
46
+ --with github.com/dunglas/vulcain/caddy \
48
47
+ --with github.com/dunglas/caddy-cbrotli \
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ For example:
21
21
22
22
Older versions (1.x, 2.6...) ** are not maintained** . If you still use them, you must upgrade as soon as possible.
23
23
24
- There's a [ crowdfunding for a 2.7 LTS version] ( https://opencollective.com/api-platform/projects/27-lts ) .
25
-
26
24
The ** old-stable** branch is merged in the ** stable** branch on a regular basis to propagate [ security fixes] ( security.md ) .
27
25
The ** stable** branch is merged in the ** development** branch on a regular basis to propagate [ security] ( security.md ) and regular bugfixes.
28
26
You can’t perform that action at this time.
0 commit comments