Allow base URL to be injected
Merged
requested to merge issue/automatic_updates-3416768:3416768-make-phptufvalidator-able into 3.0.x
Closes #3416768
Merge request reports
Activity
There are couple spots in the code that still reference /packages.drupal.org. Probably at least
The <code>https://packages.drupal.org</code> Composer repository must be defined in <code>composer.json</code>.
Should be replaced to make it clearer for testers that are using the dev data.I am not sure if we replace all the code comments. My thought would be don't replace all the code comments but also it seems like then it would make more sense that constructor argument should have a default value of
https://packages.drupal.org
Please register or sign in to reply