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

[4.x] Update composer dependencies #445

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.

Do the same again with the branch of this PR.

Expected result

No errors or warnings on build.

Actual result

No errors or warnings on build.

Documentation Changes Required

None.

Hackwar commented 2 years ago

I've opened a new PR with #494 which would make this one obsolete. Still trying to figure out some issues though.