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
1 version: 0.3.0
2 config:
3 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.