owncloud / announcementcenter

:loudspeaker: Announcement Center for ownCloud
GNU Affero General Public License v3.0
13 stars 7 forks source link

Adjust PHP dependencies for composer 2.0 #155

Closed phil-davis closed 3 years ago

phil-davis commented 3 years ago

Issue https://github.com/owncloud/core/issues/38067

See issue for details - behat acceptance tests need to use PHP 7.4 for the dependencies to sort themselves out with composer 2.0

This app does not have behat acceptance tests - so this PR is really just to keep a consistent .drone.star and composer.json like other apps.

codecov[bot] commented 3 years ago

Codecov Report

Merging #155 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #155   +/-   ##
=========================================
  Coverage     98.83%   98.83%           
  Complexity       60       60           
=========================================
  Files             8        8           
  Lines           258      258           
=========================================
  Hits            255      255           
  Misses            3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e40bc50...dc5c5d1. Read the comment docs.