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
Package implemented collector must depend on specific version of yii-debug to check compatibility.
Collectors must be loaded by Debug, not from userland
This will allow us to check for existing Yii Debug in app. Also we will can check Yii Debug version via compare_version().
Constant may be used in package configurations instead of params, for example here: https://github.com/yiisoft/yii-view-renderer/blob/master/config/events-web.php
Constant may be defined in PHP file that include via "autoload" section in Composer.
The text was updated successfully, but these errors were encountered: