-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[5.6] Symfony 4 Upgrade #22450
[5.6] Symfony 4 Upgrade #22450
Conversation
"symfony/process": "~4.0", | ||
"symfony/routing": "~4.0", | ||
"symfony/var-dumper": "~4.0", | ||
"tijsverkoyen/css-to-inline-styles": "dev-master", |
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.
Waiting on new tagged release here.
2a592e1
to
724aeea
Compare
@@ -21,7 +21,7 @@ | |||
"illuminate/support": "5.6.*", | |||
"psr/log": "~1.0", | |||
"swiftmailer/swiftmailer": "~6.0", | |||
"tijsverkoyen/css-to-inline-styles": "~2.2" | |||
"tijsverkoyen/css-to-inline-styles": "dev-master" |
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.
And here.
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.
@GrahamCampbell This has been tagged 27 days ago (2.2.1) is it worth changing it from dev-master. Seems that laravel shouldn't really rely on a branch as a dependency.
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.
Yes, this was updated 27 days ago.
No description provided.