Skip to content

Commit f0485b2

Browse files
devin-ai-integration[bot]maxprilutskiy
authored andcommitted
fix: set valid version in PHP SDK composer.json (lingodotdev#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 7109786 commit f0485b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)