Tags: onmoon/openapi-server-bundle
Tags
Fix minimum versions install (#196) (#197) * Fix minimum versions install (#196) * Update dependencies (#195) * update dependencies * update sspat/reserved-words in order to use last thecodingmachine/safe * update cebe/php-openapi * remove usage of Safe/sprintf, Safe/substr * fixing phpstan errors * fixing phpstan errors * fixing psalm errors * tests * tests * tests * downgrade cebe/php-openapi * Revert "downgrade cebe/php-openapi" This reverts commit ca5992a. * Add PHP 8.3 and 8.4 support and update dependencies * add security scheme * Revert "add security scheme" This reverts commit a1772c9. * update devizzent/cebe-php-openapi * csfix --------- Co-authored-by: innerfly <you@example.com> * fix * fix errors * fix cs * fix package min version * fix min package version * fix min ver * fix * fix * fix * fix * fix * fix * fix * fix * fix * remove override attr * fix --------- Co-authored-by: Vladimir <v.sukhoff@gmail.com> Co-authored-by: innerfly <you@example.com> Co-authored-by: Patrik Foldes <pf@csgo.com> * fix code coverage regression * update readme --------- Co-authored-by: Vladimir <v.sukhoff@gmail.com> Co-authored-by: innerfly <you@example.com> Co-authored-by: Patrik Foldes <pf@csgo.com>
182 add date time interface param (#183) * Added dateTimeClass specification parameter (#182) * fixed time serialize format * Refactoring and tests * Code style fixes * Fixed mutation test * mutation test * Fixed FQCN bug and multiple custom datetime class bug. Added tests * Added settings example in readme file. Changed type in dateTime serialization and deserialization methods
Dto rework (#181) * Simplified code * Removed marker interface * Reworked response codes * Fixed code style * Change CS php version * Fixed statical errors * Removed forced cache clearing * Refresh command removed, generate command now removes unused files * Updated README.md * Improved handling of empty responses * Added skipHttpCodes option * Renamed object type to object schema * Simplified DTO structure and unified request handler interface generation * Added components support * Fixed codestyle * Fixed namings * Fixed `Variable "_" is not in valid camel caps format` error * fixed phpstan errors * Fixed DocblockTypeContradiction error * fixed UnnecessaryVarAnnotation * fixed generation and functional tests * generation test. Fixed error * Functional test. Fixed error * Fixed ObjectType and ResponseDto errors * fixed RequestDtoDefinitionTest * fixed unit tests * fixed code styles errors * fixed mutation tests * codestyle fix * fixed file paths on windows os * returned var annotations * refactoring --------- Co-authored-by: Dimannn <dk@csgo.com> Co-authored-by: Marat Salakhov <salakhov.marat@gmail.com>
PreviousNext