From a57e3b429e6e71d2633ef454a67fbcec4190dd0c Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 22 Oct 2013 16:16:20 +0200 Subject: [PATCH] Use SPDX license identifier in composer.json Composer uses standard identifiers for license names, which allows tools to analyze and make use of that information. See also: * http://getcomposer.org/doc/04-schema.md#license --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3dd6838..217e659 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Library for using browsermob-proxy with PHP projects", "keywords": ["testing"], "homepage": "https://github.com/chartjes/PHPBrowserMobProxy/", - "license": "Apache 2", + "license": "Apache-2.0", "authors": [ { "name": "Chris Hartjes",