Skip to content

Commit eded79a

Browse files
authored
Update composer.json
1 parent 6263569 commit eded79a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

composer.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22
"name": "natokpe/php-interface",
33
"description": "Tiny PHP package to help you determine whether your PHP app is using a command line interface or a web interface",
44
"type": "library",
5+
"keywords": ["sapi", "cli", "web", "interface", "cgi"],
6+
"homepage": "https://github.com/natokpe/php-interface",
57
"license": "MIT",
68
"authors": [
79
{
810
"name": "Nat Okpe",
9-
"email": "natokpe@gmail.com"
11+
"email": "natokpe@gmail.com",
12+
"homepage": "https://github.com/natokpe",
13+
"role": "Developer"
1014
}
1115
],
16+
"support": {
17+
"email": "natokpe@gmail.com",
18+
"issues": "https://github.com/natokpe/php-interface/issues"
19+
},
20+
"require": {
21+
"php": ">=7.4"
22+
},
1223
"autoload": {
1324
"psr-4": {
1425
"Natokpe\\PhpInterface\\": "src/"

0 commit comments

Comments
 (0)