Skip to content

Commit 865801b

Browse files
committed
Tweak composer/travis
1 parent 7447b2c commit 865801b

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ before_script:
1717
- composer --version
1818
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
1919

20-
script: composer install -n --dev --prefer-source
20+
script: composer install --prefer-dist --no-interaction

composer.json

+3-15
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,21 @@
5050
"payU",
5151
"checkoutcom"
5252
],
53-
"homepage": "https://github.com/thephpleague/omnipay",
53+
"homepage": "http://omnipay.thephpleague.com/",
5454
"license": "MIT",
5555
"authors": [
5656
{
5757
"name": "Adrian Macneil",
5858
"email": "[email protected]"
59-
},
60-
{
61-
"name": "Kayla Daniels",
62-
"email": "[email protected]"
63-
},
64-
{
65-
"name": "Barry vd. Heuvel",
66-
"email": "[email protected]"
67-
},
68-
{
69-
"name": "Omnipay Community",
70-
"homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
7159
}
7260
],
7361
"require": {
7462
"php": "^5.6|^7",
75-
"omnipay/common": "~3.0",
63+
"omnipay/common": "^3",
7664
"php-http/guzzle6-adapter": "^1.1"
7765
},
7866
"require-dev": {
79-
"omnipay/tests": "~3.0"
67+
"omnipay/tests": "^3"
8068
},
8169
"extra": {
8270
"branch-alias": {

0 commit comments

Comments
 (0)