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

Make compatible with php8

Open vitormattos opened this issue 3 years ago • 3 comments

vitormattos avatar May 29 '21 17:05 vitormattos

The warning that is occurring is only in the development environment.

The byjg/restserver dependency that is in require-dev depends on byjg/singleton-pattern. The last byjg/singleton-pattern tag is from 2015, the main branch version appears to be already fixed.

To correct the error:

  • As in byjg/restserver it does not have a composer.lock file and it is fixed in composer.json at 1.0.*
  • Generating the 1.0.2 tag of byjg/singleton-pattern should fix this warning.

vitormattos avatar May 29 '21 21:05 vitormattos

Close #64

vitormattos avatar May 29 '21 21:05 vitormattos

@byjg do you want me to resolve conflicts?

vitormattos avatar Oct 05 '21 14:10 vitormattos