From ffedf5202c2885940f26d77bb81690aa10da0a67 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Mon, 29 Jul 2024 21:03:53 +0200 Subject: [PATCH] fix: set correct spdx identifier Signed-off-by: Cedric Ziel --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce084a6..37fea5d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cedricziel/baserow", "description": "An API client", "type": "library", - "license": "Apache 2", + "license": "Apache-2.0", "autoload": { "psr-4": { "cedricziel\\phpbaserowclient\\": "src/",