From 02704f173489ad3fb61069660d70ab71ab3f34ce Mon Sep 17 00:00:00 2001 From: Chris Halbert Date: Wed, 16 Jan 2019 13:25:47 -0500 Subject: [PATCH] Update the difference. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index efdf45f..2fe0df7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "chrishalbert/php7mar", "type": "project", - "description": "PHP 7 MAR, or just \"php7mar\", is a command line utility to generate reports on existing PHP 5 code to assist developers in porting their code quickly to PHP 7.", + "description": "PHP7Mar with an -x '@exclude' option to ignore nuances that you verified works in php7. \"php7mar\", is a command line utility to generate reports on existing PHP 5 code to assist developers in porting their code quickly to PHP 7.", "keywords": ["php7", "php5", "migration", "porting"], "homepage": "https://github.com/Alexia/php7mar", "license": "GPL-3.0", @@ -11,11 +11,11 @@ "email": "washuu@gmail.com", "role": "Developer" }, - { - "name": "Chris Halbert", - "email": "christopher.halbert@gmail.com", - "role": "Developer" - } + { + "name": "Chris Halbert", + "email": "christopher.halbert@gmail.com", + "role": "Developer" + } ], "require": { "php": ">=5.4.0"