From 1d8b13aeb6958f342754b632ec746a114abdc78e Mon Sep 17 00:00:00 2001 From: Randall Keur Date: Tue, 12 Nov 2024 12:47:12 -0500 Subject: [PATCH] update readme and gen yaml for beta version release --- .speakeasy/gen.yaml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 660a065..ad17fe9 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -19,7 +19,7 @@ info: version: "" description: Packagist library which integrates with Shippo Multi Carrier Shipping API. This library provides access to Shippo (goshippo.com) API capabilities. Including label generation, rating, tracking and more. php: - version: 0.1.0 + version: 3.0.0-beta.1 author: Shippo clientServerStatusCodesAsErrors: true defaultErrorName: SDKError diff --git a/README.md b/README.md index fb6d0ca..6c2164d 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ Shippo external API.: Use this API to integrate with the Shippo service ## SDK Installation -### Composer - The SDK relies on [Composer](https://getcomposer.org/) to manage its dependencies. To install the SDK first add the below to your `composer.json` file: @@ -63,6 +61,7 @@ composer update ## SDK Example Usage ### Example + ```php declare(strict_types=1);