Skip to content

Commit 439f72e

Browse files
authored
Create composer.json
1 parent 8deca3f commit 439f72e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "ilyagvc/checkhost",
3+
"description": "PHP wrapper for check-host.net API",
4+
"type": "library",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"ILYAGVC\\CheckHost\\": "src/"
9+
}
10+
},
11+
"require": {
12+
"php": ">=7.4"
13+
}
14+
}

0 commit comments

Comments
 (0)