Skip to content

Commit 02704f1

Browse files
authored
Update the difference.
1 parent ca5b203 commit 02704f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chrishalbert/php7mar",
33
"type": "project",
4-
"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.",
4+
"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.",
55
"keywords": ["php7", "php5", "migration", "porting"],
66
"homepage": "https://github.com/Alexia/php7mar",
77
"license": "GPL-3.0",
@@ -11,11 +11,11 @@
1111
"email": "washuu@gmail.com",
1212
"role": "Developer"
1313
},
14-
{
15-
"name": "Chris Halbert",
16-
"email": "christopher.halbert@gmail.com",
17-
"role": "Developer"
18-
}
14+
{
15+
"name": "Chris Halbert",
16+
"email": "christopher.halbert@gmail.com",
17+
"role": "Developer"
18+
}
1919
],
2020
"require": {
2121
"php": ">=5.4.0"

0 commit comments

Comments
 (0)