Skip to content

Commit

Permalink
修复路径
Browse files Browse the repository at this point in the history
修复路径
  • Loading branch information
chenmxgg committed Oct 30, 2022
1 parent 3b33c68 commit 1a90d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"autoload": {
"psr-4": {
"Chenm\\Helper\\": "src/"
"Chenm\\websafe\\": "src/"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Chenm\\Helper\\": "tests/"
"Chenm\\websafe\\": "tests/"
},
"files": [
"tests/functions.php"
Expand All @@ -33,4 +33,4 @@
"url": "https://packagist.org"
}
}
}
}

0 comments on commit 1a90d88

Please sign in to comment.