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 7403e87 commit b07b0bf
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/translation",
"type": "library",
"description": "An independent translation component, forked by illuminate/translation.",
"license": "MIT",
"type": "library",
"keywords": [
"translation",
"hyperf"
Expand All @@ -13,15 +13,15 @@
"hyperf/macroable": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0"
"psr/container": "^1.0 || ^2.0"
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Translation\\": "src/"
}
},
"files": [
"src/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit b07b0bf

Please sign in to comment.