Skip to content

Commit da16250

Browse files
fix: set valid version in PHP SDK composer.json (#699)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 6476a23 commit da16250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/sdk/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lingodotdev/sdk",
33
"description": "Official PHP SDK for Lingo.dev",
4-
"version": "",
4+
"version": "0.1.0",
55
"type": "library",
66
"license": "MIT",
77
"autoload": {
@@ -28,4 +28,4 @@
2828
"cs": "phpcs src/ tests/",
2929
"cs-fix": "phpcbf src/ tests/"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)