php-swagger-test icon indicating copy to clipboard operation
php-swagger-test copied to clipboard

Fix mach string type

Open vitormattos opened this issue 3 years ago • 4 comments

vitormattos avatar May 30 '21 16:05 vitormattos

@byjg what can we do to complete this PR?

vitormattos avatar Oct 05 '21 14:10 vitormattos

This major upgrade needs to be replicated to the other components related to Swagger Test. Here you can the class diagram.

It means, Swagger Test requires directly:

  • Webrequest
  • Restserver

and these depend on:

  • URI
  • Serializer
  • Singleton
  • Cache

This is the minimal before have Swagger Test PHP 8.0 exclusively. After that, I can migrate the others that depend on the components above like anydataset-db, micro-orm, mailwrapper, etc.

I was planning to create a major upgrade and migrate all of them to a new 5.0.0 version and create a framework name for them, but I still have to develop with caution.

byjg avatar Oct 05 '21 16:10 byjg

anyway, I'm using this branch in LibreSign and it's working without problems.

vitormattos avatar Oct 05 '21 16:10 vitormattos

In fact, you don't need to upgrade. The issue avoiding running on PHP 8.0 was fixed in #64. Version 3.1.4 will run normally on PHP 8.0.

byjg avatar Oct 05 '21 16:10 byjg