Skip to content

Commit f2a0d39

Browse files
chore: update SDK settings
1 parent 99718fc commit f2a0d39

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'stainless-sdks/context.dev-php' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'context-dot-dev/context-php-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 25
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-e10718ebeb5bc263af75fe2341f7d1e91442f3e64b703bf7d416f8e7f328d2f9.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-af8edc351fec4471435b010cd9b7ccfabf2c2ccef20e6404ad2516a0be212645.yml
33
openapi_spec_hash: ab3a6473e575381cacd245bf54dcf0f7
4-
config_hash: 48c9231dff85f546e8210338751ccb41
4+
config_hash: f5846595c44dc42376e820c14465a4c6

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ The REST API documentation can be found on [docs.context.dev](https://docs.conte
1212

1313
To use this package, install via Composer by adding the following to your application's `composer.json`:
1414

15+
<!-- x-release-please-start-version -->
16+
1517
```json
1618
{
1719
"repositories": [
1820
{
1921
"type": "vcs",
20-
"url": "git@github.com:stainless-sdks/context.dev-php.git"
22+
"url": "git@github.com:context-dot-dev/context-php-sdk.git"
2123
}
2224
],
2325
"require": {
@@ -26,6 +28,8 @@ To use this package, install via Composer by adding the following to your applic
2628
}
2729
```
2830

31+
<!-- x-release-please-end -->
32+
2933
## Usage
3034

3135
This library uses named parameters to specify optional arguments.
@@ -167,4 +171,4 @@ PHP 8.1.0 or higher.
167171

168172
## Contributing
169173

170-
See [the contributing documentation](https://github.com/stainless-sdks/context.dev-php/tree/main/CONTRIBUTING.md).
174+
See [the contributing documentation](https://github.com/context-dot-dev/context-php-sdk/tree/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)