From f4f59c61e793a0a95c056bab331988d42244533c Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Mon, 29 Jul 2024 21:10:31 +0200 Subject: [PATCH] fix: set namespaces --- .jane-openapi | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.jane-openapi b/.jane-openapi index fc287c8..f9b824a 100644 --- a/.jane-openapi +++ b/.jane-openapi @@ -2,7 +2,7 @@ return [ 'openapi-file' => __DIR__ . '/openapi.json', - 'namespace' => 'cedricziel\phpbaserowclient\Generated', + 'namespace' => 'CedricZiel\Baserow\Generated', 'directory' => __DIR__ . '/generated', 'use-fixer' => true, ]; \ No newline at end of file diff --git a/README.md b/README.md index 80dc9d7..243abd4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ An API client for baserow.io +```shell +composer require cedricziel/baserow +``` + ## License Apache 2.0