Skip to content

Commit 71c4d08

Browse files
committed
composer init
1 parent 2c819c7 commit 71c4d08

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "metaregistrar/php-dnssec-validator",
3+
"description": "DNSSEC validation with only php required",
4+
"minimum-stability": "stable",
5+
"license": "proprietary",
6+
"authors": [
7+
{
8+
"name": "Ewout de Graaf",
9+
"email": "[email protected]"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)