We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1453bb1 commit fb056d1Copy full SHA for fb056d1
fern/products/sdks/overview/php/configuration.mdx
@@ -5,13 +5,13 @@ description: Configuration options for the Fern PHP SDK.
5
6
You can customize the behavior of the PHP SDK generator in `generators.yml`:
7
8
-```yaml {8-9}
+```yaml {7-8}
9
default-group: local
10
groups:
11
local:
12
generators:
13
- name: fernapi/fern-python
14
- version: 0.7.1
+ version: <Markdown src="/snippets/version-number.mdx"/>
15
config:
16
clientName: YourClientName
17
```
@@ -39,5 +39,3 @@ groups:
39
<ParamField path="composerJson" type="Record<string, any>" required={false}>
40
</ParamField>
41
42
-<ParamField path="client-class-name" type="string" required={false} deprecated={true}>
43
-</ParamField>
0 commit comments