User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Update the composer dependencies using command composer update (using the unmodified composer.json file).
Checkout the current master branch.
Run composer install.
Run vendor/bin/robo build.
No errors or warnings.
ERROR: Array and string offset access syntax with curly braces is deprecated
in /home/richard/GitHub/joomla-extensions/weblinks/vendor/joomla/string/src/phputf8/utils/validation.php:40
In the 4.0-dev branch composer dependencies are already up to date, so composer update finds nothing to be done, and the above error when running the build doesn't happen.
None.