vimeo / laravel

A Vimeo bridge for Laravel
https://developer.vimeo.com
Apache License 2.0
397 stars 90 forks source link

add 6.2 support for laravel #64

Closed netr closed 4 years ago

netr commented 4 years ago

Tried to install this on a fresh laravel 6.2 this morning and was running into composer require errors. Just needed to add ^6.2 into the composer.json to fix it.

CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


netr seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #64   +/-   ##
=========================================
  Coverage     94.73%   94.73%           
  Complexity       21       21           
=========================================
  Files             4        4           
  Lines            57       57           
=========================================
  Hits             54       54           
  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 76c9cc7...e6ccc45. Read the comment docs.

muglug commented 4 years ago

Thanks!