-
Notifications
You must be signed in to change notification settings - Fork 1
Add support Symfony 5 for controller #1
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
Conversation
|
I can replicate. Do you have some steps to test? I tried this:
But it didn't update the package. |
|
@pasxel please provide the steps how to test this PR |
|
To test I used:
It should update vendors. |
|
@escopecz you need to update the repo override in the root |
patrykgruszka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pasxel I haven't been able to test this with your example. The composer probably pulled the changes from the master branch. I've replaced the code directly in the vendor and the command works after your changes:
ddev exec php bin/console debug:router
-------------------------------------------- ---------------- -------- ------ -------------------------------------------------------------------------------------------------
Name Method Scheme Host Path
-------------------------------------------- ---------------- -------- ------ -------------------------------------------------------------------------------------------------
_wdt ANY ANY ANY /_wdt/{token}
_profiler_home ANY ANY ANY /_profiler/
...
mollux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes and improvements make sense, and they solve the issue!
|
Thanks everyone! Is there anything blocking the merge? |
|
@escopecz somehow i have no write access, so please go ahead merging :) |
|
This pull request has been mentioned on Mautic Forums. There might be relevant details there: https://forum.mautic.org/t/mautic-5-beta-1-saml-not-working/29653/5 |
|
Hi all, How can I resolve this issue with my current Mautic 5.0.3 installation ? |
|
@petecodes123 this was fixed in Mautic 5.0.3 with mautic/mautic#13253. If you've installed Mautic with Composer, try to run |
Fixing error on Mautic 5.0.0-alpha1 branch.
For reproducing just run
php bin/console debug:routeon branch 5.0.0-alpha1