cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
464 stars 87 forks source link

Nexmo/api-specification no longer exists #201

Open ovidiuenache opened 6 months ago

ovidiuenache commented 6 months ago

As part of the test suite, we are using https://github.com/Nexmo/api-specification/tree/master/definitions to fetch example in the specProvider method of the OpenApiTest.php class. That repository no longer exists and the test fails.

I'll create a PR to fix this.

ovidiuenache commented 6 months ago

https://github.com/cebe/php-openapi/pull/202

ovidiuenache commented 6 months ago

cc @cebe