-
-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
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
Parsing the file [...StateProvider.tpl.php] resulted in an error: Syntax error, unexpected T_NAMESPACE on line 5 #6826
Comments
Moved here from: api-platform/api-platform#2805 |
you should require |
Thanks for the tip. This issue & MR are still relevant for those using the Laravel package and a static analysis... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
API Platform version(s) affected: since 4.0.4 (4.0.10 still affected)
Description
How to reproduce
vendor/bin/composer-require-checker
Here is a
composer.json
to reproduce the issue:Possible Solution
Prior to v4.0.4, this would result in a successful check:
Additional Context
This is a Symfony project, and not Laravel.
The text was updated successfully, but these errors were encountered: