Skip to content

Commit

Permalink
Format composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jun 12, 2023
1 parent f6435ac commit 76aaa90
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Expand Up @@ -3,10 +3,12 @@
"description": "The ULID/UUID addon for Hyperf Model.",
"type": "library",
"license": "MIT",
"authors": [{
"name": "huangdijia",
"email": "huangdijia@gmail.com"
}],
"authors": [
{
"name": "huangdijia",
"email": "huangdijia@gmail.com"
}
],
"require": {
"php": "^8.0",
"hyperf/database": "~3.0.0",
Expand All @@ -32,5 +34,9 @@
"hyperf": {
"config": "FriendsOfHyperf\\ModelUidAddon\\ConfigProvider"
}
},
"support": {
"issues": "https://github.com/friendsofhyperf/components/issues",
"source": "https://github.com/friendsofhyperf/components"
}
}

0 comments on commit 76aaa90

Please sign in to comment.