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
> Some polyfills have other polyfills as dependencies. If the PHPCompatibility project offers a dedicated ruleset for the polyfill dependency, that ruleset will be included in the ruleset for the higher level polyfill.
33
33
>
34
-
> For example:
34
+
> For example:
35
35
> As the `polyfill-php70` library declares `random_compat`[as a dependency](https://github.com/symfony/polyfill-php70/blob/master/composer.json), the `PHPCompatibilitySymfonyPolyfillPHP70` ruleset includes the `PHPCompatibilityParagonieRandomCompat` ruleset.
36
36
>
37
37
> In practice, this means that if your project uses several polyfills, you can use the information in "Includes" to help you decide which rulesets to use.
0 commit comments