forked from Alexia/php7mar
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca5b203
commit 02704f1
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|