joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

[3.x] Update composer dependencies #444

Closed richard67 closed 2 years ago

richard67 commented 3 years ago

Pull Request for Issue # .

Summary of Changes

Update the composer dependencies using command composer update (using the unmodified composer.json file).

Testing Instructions

Checkout the current master branch.

Run composer install.

Run vendor/bin/robo build.

Expected result

No errors or warnings.

Actual result

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

Additional information

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.

Documentation Changes Required

None.

Hackwar commented 2 years ago

I've done a new dependency update and thus this old PR would be obsolete. Closing.