rize / UriTemplate

PHP URI Template (RFC 6570) supports both URI expansion & extraction
MIT License
403 stars 15 forks source link

tests: fix depends PHPDoc tag #18

Closed owenvoke closed 3 years ago

owenvoke commented 3 years ago

As the test/ directory is exported when creating releases, this causes issues if parsing the contents of the package (see https://github.com/laravel-zero/laravel-zero/issues/334).

See https://github.com/rize/UriTemplate/pull/17 for the corresponding change to stop the tests being published as part of the Composer package.

rezigned commented 3 years ago

Thank you 👍