From 3ffc700d1d0808b9d1ee77795ddb3898edbd9776 Mon Sep 17 00:00:00 2001 From: Michael Moravec Date: Wed, 14 Feb 2018 16:45:54 +0100 Subject: [PATCH] Fix license names deprecated in SPDX 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b75a0c..f8ff0e9 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Time provider, providing consistent current date, time, datetime and timezone across the request.", "keywords": ["kdyby", "date", "time", "datetime", "microseconds", "clock", "provider", "symfony", "bundle"], "homepage": "http://kdyby.org", - "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], + "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"], "require": { "php": "^7.1", "kdyby/datetime-provider": "@dev",