From 8f53e6dab30285d13002a5971b815efb48a4ebc3 Mon Sep 17 00:00:00 2001 From: Roman Schmid Date: Sun, 28 Jan 2018 21:19:24 +0100 Subject: [PATCH] Fix packagist error Updated license to a valid license code. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a864ac..3db8570 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "silvershop/silverstripe-hasonefield", "description": "Edit a has_one relationship using the gridfield editor, triggered by clicking a button.", - "license": "BSD-2", + "license": "BSD-2-Clause", "type": "silverstripe-vendormodule", "require": { "silverstripe/vendor-plugin": "^1.0",