File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 23
23
matrix :
24
24
include :
25
25
- php : 5.6
26
- env : setup=lowest
27
- - setup=lowest
28
- - symfony="^2.1"
26
+ env : setup=lowest symfony="^2.1"
29
27
- php : 5.6
30
- - setup=lowest
31
- - symfony="^3"
28
+ - env : setup=lowest symfony="^3"
32
29
- php : 7.2
33
- env :
34
- - setup=lowest
35
- - symfony="^4"
30
+ env : setup=lowest symfony="^4"
36
31
37
32
install :
38
33
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
45
45
46
46
[ ico-version ] : https://img.shields.io/packagist/v/omnipay/common.svg?style=flat-square
47
47
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
48
- [ ico-travis ] : https://img.shields.io/travis/omnipay/ common/master.svg?style=flat-square
48
+ [ ico-travis ] : https://img.shields.io/travis/thephpleague/omnipay- common/master.svg?style=flat-square
49
49
[ ico-scrutinizer ] : https://img.shields.io/scrutinizer/coverage/g/thephpleague/omnipay-common.svg?style=flat-square
50
50
[ ico-code-quality ] : https://img.shields.io/scrutinizer/g/thephpleague/omnipay-common.svg?style=flat-square
51
51
[ ico-downloads ] : https://img.shields.io/packagist/dt/omnipay/common.svg?style=flat-square
52
52
53
53
[ link-packagist ] : https://packagist.org/packages/omnipay/common
54
- [ link-travis ] : https://travis-ci.org/omnipay/ common
54
+ [ link-travis ] : https://travis-ci.org/thephpleague/omnipay- common
55
55
[ link-scrutinizer ] : https://scrutinizer-ci.com/g/thephpleague/omnipay-common/code-structure
56
56
[ link-code-quality ] : https://scrutinizer-ci.com/g/thephpleague/omnipay-common
57
57
[ link-downloads ] : https://packagist.org/packages/omnipay/common
You can’t perform that action at this time.
0 commit comments