php-openapi icon indicating copy to clipboard operation
php-openapi copied to clipboard

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.

Results 83 php-openapi issues
Sort by recently updated
recently updated
newest added

Support PHPStan 1.x while keeping 0.12.x support for PHP 7.1

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json-pointer](https://github.com/manuelstofer/json-pointer) from 0.6.1 to 0.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json-pointer&package-manager=npm_and_yarn&previous-version=0.6.1&new-version=0.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

When building a Docker image using this package, and then performing a Trivy scan on it, it reports some vulnerability errors please fix ``` vendor/cebe/php-openapi/yarn.lock (yarn) ======================================== Total: 21 (MEDIUM:...

Fixes https://github.com/cebe/yii2-openapi/issues/165 Also part of https://github.com/php-openapi/yii2-openapi/issues/10 @cebe At this moment `allOf` wiil be only resolved for OpenAPI entities classes inheriting from SpecBaseObject. If this pull request is approved and merged...

![image](https://github.com/user-attachments/assets/7ca45eed-631d-4676-9cf3-3739aaa35ccb) Size of "openapi-directory" directory is 778 MB. It will be good if this dependency is replaced by lighter alternative.

overhead
under discussion

While running `composer install` following error is faced: ``` In Git.php line 478: Failed to execute git clone --mirror -- 'https://[email protected]/Nexmo/api-specification.git' '....composer/cache/vcs/https---github.com-Nexmo-ap i-specification/' Cloning into bare repository '....composer/cache/vcs/https---github.com-Nexmo-api-specification'... remote: Repository...

While following Development guide from README.md: while running command: ``` php-openapi$ make IN_DOCKER=1 install make: *** No rule to make target 'composer.lock', needed by 'install'. Stop. ``` I get above...