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
There is an allowed_types config array on UpdatePackageInfoTask which seems like it should be limiting which types of packages are stored as Package objects in the database. Instead, it only limits which types are displayed in the SiteSummary report
It seems to me that if this is intended to be a configuration that only affects the report, it would be set on the report. The PHPDoc also suggests it should limit which types are processed by the task:
The "types" of composer libraries that will be processed. Anything without these types will be ignored.
The text was updated successfully, but these errors were encountered:
There is an
allowed_types
config array onUpdatePackageInfoTask
which seems like it should be limiting which types of packages are stored asPackage
objects in the database. Instead, it only limits which types are displayed in theSiteSummary
reportIt seems to me that if this is intended to be a configuration that only affects the report, it would be set on the report. The PHPDoc also suggests it should limit which types are processed by the task:
The text was updated successfully, but these errors were encountered: