Skip to content

Commit

Permalink
Update the difference.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalbert authored Jan 16, 2019
1 parent ca5b203 commit 02704f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,11 +11,11 @@
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Chris Halbert",
"email": "[email protected]",
"role": "Developer"
}
{
"name": "Chris Halbert",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
Expand Down

0 comments on commit 02704f1

Please sign in to comment.