Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
natokpe authored Jul 27, 2021
1 parent 6263569 commit eded79a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@
"name": "natokpe/php-interface",
"description": "Tiny PHP package to help you determine whether your PHP app is using a command line interface or a web interface",
"type": "library",
"keywords": ["sapi", "cli", "web", "interface", "cgi"],
"homepage": "https://github.com/natokpe/php-interface",
"license": "MIT",
"authors": [
{
"name": "Nat Okpe",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "https://github.com/natokpe",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/natokpe/php-interface/issues"
},
"require": {
"php": ">=7.4"
},
"autoload": {
"psr-4": {
"Natokpe\\PhpInterface\\": "src/"
Expand Down

0 comments on commit eded79a

Please sign in to comment.