Skip to content

Commit d7917f3

Browse files
authored
created composer.json
added composer.json file to publish it into the packagist
1 parent b02153c commit d7917f3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "imtiazmahbub/array-to-text-php",
3+
"description": "This PHP class can convert an array into ascii text formatted table",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Imtiaz Mahbub",
8+
"email": "[email protected]",
9+
"homepage": "http://imtiaz.info.bd",
10+
"role": "Contributor"
11+
},
12+
{
13+
"name": "Tony Landis",
14+
"email": "[email protected]",
15+
"homepage": "http://www.tonylandis.com/",
16+
"role": "Developer"
17+
}
18+
],
19+
"require": {
20+
"php": "^5.3.3 || ^7.0",
21+
}
22+
}

0 commit comments

Comments
 (0)