From 638f411210e5fcba8e2030aca721704761b7f245 Mon Sep 17 00:00:00 2001 From: minhaz Date: Sat, 3 Feb 2018 15:23:18 +0530 Subject: [PATCH] License identifier fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc7836b..c3a1751 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "CSRF protector php, a standalone php library for csrf mitigation in web applications. Easy to integrate in any php web app.", "keywords": ["security","csrf", "owasp"], "homepage": "https://github.com/mebjas/CSRF-Protector-PHP", - "license": "APACHE", + "license": "Apache-2.0", "require-dev": { "satooshi/php-coveralls": "~1.0" },