From 834a4e88d11640a8827af1d145202ae158e86956 Mon Sep 17 00:00:00 2001 From: Mauro Cassani Date: Wed, 26 May 2021 15:25:57 +0200 Subject: [PATCH] composer.json --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 85d34cb..f527708 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "matecat/subfiltering", "type": "library", "description": "Matecat Subfiltering component", - "keywords": ["xliff", "parsing", "php"], + "keywords": ["subfiltering", "filter", "php"], "homepage": "https://github.com/matecat/subfiltering", "license": "MIT", "support": { @@ -33,7 +33,6 @@ "matecat/xliff-parser": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^8.2", - "fzaninotto/faker": "^1.9" + "phpunit/phpunit": "^8.2" } }