Skip to content

Commit

Permalink
update dependency and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dshovchko committed Jun 30, 2020
1 parent 2ebfd35 commit f3f1d97
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ filter:
- test/*
- vendor/*

build:
environment:
php:
version: 7.2

before_commands:
- composer install --prefer-source
- composer install --prefer-source
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

install:
install:
- composer install

script:
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![Build Status](https://travis-ci.org/dshovchko/php_EasyPay.svg?branch=master)](https://travis-ci.org/dshovchko/php_EasyPay)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dshovchko/php_EasyPay/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dshovchko/php_EasyPay/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/dshovchko/php_EasyPay/badge.svg?branch=master)](https://coveralls.io/github/dshovchko/php_EasyPay?branch=master)
![Tested Status](https://php-eye.com/badge/dshovchko/php_easypay/tested.svg)

php_EasyPay
===========
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "dev-master"
"php-coveralls/php-coveralls": "2.2.x-dev"
},
"autoload": {
"psr-4": {
Expand All @@ -33,4 +33,4 @@
"EasyPayTest\\": "test/"
}
}
}
}

0 comments on commit f3f1d97

Please sign in to comment.