Skip to content

Commit c99862c

Browse files
committed
Add composer.json
1 parent 8263a99 commit c99862c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "php-idna-converter/php-idna-converter",
3+
"description": "phlyLabs' pure PHP IDNA Converter",
4+
"type": "library",
5+
"license": "GNU LGPL2.1",
6+
"authors": [
7+
{
8+
"name": "https://github.com/lsolesen"
9+
}
10+
],
11+
"require": {
12+
"php": ">=5.3.3"
13+
},
14+
"autoload": {
15+
"classmap": [
16+
"./"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)