Skip to content

Commit f2af6a2

Browse files
committed
fix: upgrade sdk and fix api client
1 parent 01fcb56 commit f2af6a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/polyfill-php80": "^1.24",
3333
"symfony/process": "^5.4|^6.0",
3434
"symfony/yaml": "^5.4|^6.0",
35-
"ymirapp/ymir-sdk-php": "^0.1.0"
35+
"ymirapp/ymir-sdk-php": "^0.1.1"
3636
},
3737
"require-dev": {
3838
"fakerphp/faker": "^1.17",

src/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function createNetwork(int $providerId, string $name, string $region): Co
200200
*/
201201
public function createProject(int $providerId, string $name, string $region): Collection
202202
{
203-
return $this->client->createProject($providerId, $name, $region);
203+
return $this->client->createProject($providerId, $name, $region, ['staging', 'production']);
204204
}
205205

206206
/**

0 commit comments

Comments
 (0)