defuse / php-encryption

Simple Encryption in PHP.
MIT License
3.79k stars 307 forks source link

Added testing for PHP 7.3 in .travis.yml #431

Closed mesour closed 4 years ago

peter279k commented 5 years ago

The Travis CI build is failed because of dependencies problems.

The error message is as follows:

Package vimeo/psalm at version dev-master has a PHP requirement incompatibl e with your PHP version (7.0.33)

I think it should use the stable version and not use the unstable dev-master version.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #431   +/-   ##
=========================================
  Coverage     89.08%   89.08%           
  Complexity      206      206           
=========================================
  Files             9        9           
  Lines           925      925           
=========================================
  Hits            824      824           
  Misses          101      101

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 adfb863...7eed73a. Read the comment docs.