Skip to content

Commit 9ba34f0

Browse files
committed
fix: lower-case composer package name
1 parent a5d6981 commit 9ba34f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "AxT-Team/uapi-sdk-php",
2+
"name": "axt-team/uapi-sdk-php",
33
"type": "library",
44
"require": { "php": ">=8.1", "guzzlehttp/guzzle": "^7.8" },
55
"autoload": { "psr-4": { "Uapi\\": "src/" } }

0 commit comments

Comments
 (0)