> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.3.0

**`(feat):`** 添加对自定义包名的支持，该名称用于 `User-Agent` 头。用户可以像这样配置：

**`- name: fernapi/fern-php-sdk`**

```yaml - name: fernapi/fern-php-sdk
  version: 0.3.0
  config:
    packageName: acme/acme-php
```

## 0.2.3

**`(fix):`** 更新了生成的 composer.json 文件中的各种属性，包括：

* 将 guzzlehttp/guzzle 固定到版本 ^7.4。
* 自定义许可证支持。
* 在 `analyze` 脚本中将 `memory-limit` 设置为 1G。