zircote / swagger-php

A php swagger annotation and parsing library
http://zircote.github.io/swagger-php/
Apache License 2.0
5.03k stars 933 forks source link

Re-implement `TokenScanner` using nikic/php-parser #1597

Closed DerManoMann closed 1 month ago

DerManoMann commented 1 month ago

Fixed #1596

BusterNeece commented 1 month ago

@DerManoMann The latest version of the dev branch is throwing issues on my Composer because several other projects currently depend on version 5.x of php-parser, which is released and stable. If this works with 5.x, you may want to update the composer.json requirements to include 5.x as well.

DerManoMann commented 1 month ago

Hmm, yes, I was wondering. I might roll this back and add it to the V5 branch - php-parser v5 requires >=7.4...