Skip to content

v4.0.0

Compare
Choose a tag to compare
@1ma 1ma released this 08 Jun 22:32
· 13 commits to master since this release
99c3575
  • (Breaking Change) Bumped minimum version of PHP to 8.0
  • (Breaking Change) Bumped minimum version of psr/container to ^2.0
  • (Breaking Change) Bumped minimum version of opis/json-schema to ^2.0
  • (Breaking Change) Removed ConcurrentServer class
  • (Breaking Change) Made Server class final and their attributes private
  • (Improvement) Made it possible to redefine the Validator through a PSR-11 container service, contributed by @FTI-Herbert
  • (Improvement) Added getMethods() to the Server class, contributed by @FTI-Herbert