We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I observed that polyfill package symfony/polyfill-php80 is used.
File: src/lib/items/RouteData.php::detectUrlPattern()
src/lib/items/RouteData.php::detectUrlPattern()
if (!str_starts_with(trim($this->path, '/'), trim($prefix, '/'))) {
It is present in require-dev section in composer.json
require-dev
It should be present in require section
require
The text was updated successfully, but these errors were encountered:
Merge pull request #40 from php-openapi/37-symfonypolyfill-php80-shou…
5c53973
…ld-be-moved-to-require-section-in-composerjson-file Resolve symfony/polyfill-php80 should be moved to require section in composer.json file #37
SOHELAHMED7
Successfully merging a pull request may close this issue.
I observed that polyfill package symfony/polyfill-php80 is used.
File:
src/lib/items/RouteData.php::detectUrlPattern()
It is present in
require-dev
section in composer.jsonIt should be present in
require
sectionThe text was updated successfully, but these errors were encountered: