Skip to content

Commit ec8569e

Browse files
chore: update SDK settings
1 parent efe3aa8 commit ec8569e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-b7fdba3d3f97c7debc22c7ca30b828bce81bcd64648df8c94029b27a3321ebb9.yml
33
openapi_spec_hash: 03f1315f1d32ada42445ca920f047dff
4-
config_hash: 7e37f38c64335d64bc0f2bdd0a655a97
4+
config_hash: cb5d75abef6264b5d86448caf7295afa

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
> This library has not yet been exhaustively tested in production environments and may be missing some features you'd expect in a stable release. As we continue development, there may be breaking changes that require updates to your code.
77
>
8-
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/stainless-sdks/cas-parser-php/issues/new).
8+
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/CASParser/cas-parser-php/issues/new).
99
1010
The Cas Parser PHP library provides convenient access to the Cas Parser REST API from any PHP 8.1.0+ application.
1111

@@ -19,12 +19,14 @@ The REST API documentation can be found on [docs.casparser.in](https://docs.casp
1919

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

22+
<!-- x-release-please-start-version -->
23+
2224
```json
2325
{
2426
"repositories": [
2527
{
2628
"type": "vcs",
27-
"url": "[email protected]:stainless-sdks/cas-parser-php.git"
29+
"url": "[email protected]:CASParser/cas-parser-php.git"
2830
}
2931
],
3032
"require": {
@@ -33,6 +35,8 @@ To use this package, install via Composer by adding the following to your applic
3335
}
3436
```
3537

38+
<!-- x-release-please-end -->
39+
3640
## Usage
3741

3842
```php
@@ -184,4 +188,4 @@ PHP 8.1.0 or higher.
184188

185189
## Contributing
186190

187-
See [the contributing documentation](https://github.com/stainless-sdks/cas-parser-php/tree/main/CONTRIBUTING.md).
191+
See [the contributing documentation](https://github.com/CASParser/cas-parser-php/tree/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)