Skip to content

Commit c99bea4

Browse files
committed
Additional conductor information.
1 parent 4cd5550 commit c99bea4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"name": "alexia/php7mar",
3+
"type": "project",
34
"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.",
5+
"keywords": ["php7", "php5", "migration", "porting"],
6+
"homepage": "https://github.com/Alexia/php7mar",
7+
"license": "GPL-3.0",
8+
"authors": [
9+
{
10+
"name": "Alexia E. Smith",
11+
"email": "[email protected]",
12+
"role": "Developer"
13+
}
14+
],
415
"require": {
516
"php": ">=5.4.0"
617
}

0 commit comments

Comments
 (0)