Skip to content

Commit

Permalink
Added missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sheeep committed Feb 23, 2024
1 parent ab1adef commit 544ebe3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"name": "oneup/favicon-fetcher",
"type": "library",
"description": "List and download favicons from urls",
"keywords": [
"Favicons"
],
"license": "MIT",
"authors": [
{
"name": "Jim Schmid",
"email": "js@1up.io",
"homepage": "https://1up.io"
}
],
"require": {
"php": ">=8.2",
"ext-dom": "*",
Expand Down

0 comments on commit 544ebe3

Please sign in to comment.