From 24745ad749a79454f86f0dde84cd8d6753ce7179 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Mon, 29 Jul 2024 21:01:29 +0200 Subject: [PATCH] fix: set package meta Signed-off-by: Cedric Ziel --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fdcb95b..ce084a6 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "cedricziel/phpbaserowclient", + "name": "cedricziel/baserow", "description": "An API client", "type": "library", - "license": "MIT", + "license": "Apache 2", "autoload": { "psr-4": { "cedricziel\\phpbaserowclient\\": "src/", @@ -11,8 +11,8 @@ }, "authors": [ { - "name": "cedricziel", - "email": "mail@example.com" + "name": "Cedric Ziel", + "email": "mail@cedric-ziel.com" } ], "require-dev": {