> 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):`** Add support for customizing the package name, which is used in the `User-Agent` header. Users can configure this like so:

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

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

## 0.2.3

**`(fix):`** Updates a variety of properties in the generated composer.json file, including:

* Pin guzzlehttp/guzzle to version ^7.4.
* Custom license support.
* Set `memory-limit` to 1G in the `analyze` script.