You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #212 Updates for WebpackEncoreBundle 2.0 (weaverryan)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Updates for WebpackEncoreBundle 2.0
Hi!
Soon we will release the final 1.17, which will deprecate the `stimulus_*` Twig functions in favor of `symfony/stimulus-bundle`.
I plan to release 2.0 at the same time, which will be equivalent to 1.17, except without the deprecated code paths. Also the PHP and Symfony minimum requirements are bumped.
Cheers!
Commits
-------
06a7eb5 Updates for WebpackEncoreBundle 2.0
if ($entrypointLookupCollectioninstanceof EntrypointLookupInterface) {
41
-
@trigger_error(sprintf('The "$entrypointLookupCollection" argument in method "%s()" must be an instance of EntrypointLookupCollection.', __METHOD__), \E_USER_DEPRECATED);
0 commit comments