Skip to content

Commit

Permalink
Added composer.json normalize support (#6887)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia authored Jun 17, 2024
1 parent e9a9110 commit ccabaeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hyperf/database-sqlite",
"type": "library",
"description": "The sqlite driver for hyperf/database.",
"license": "MIT",
"type": "library",
"keywords": [
"php",
"swoole",
Expand All @@ -12,17 +12,17 @@
],
"homepage": "https://hyperf.io",
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
"source": "https://github.com/hyperf/hyperf",
"docs": "https://hyperf.wiki",
"pull-request": "https://github.com/hyperf/hyperf/pulls"
},
"require": {
"php": ">=8.1",
"hyperf/collection": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/stringable": "~3.1.0"
"hyperf/stringable": "~3.1.0",
"hyperf/support": "~3.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ccabaeb

Please sign in to comment.