From 865801b8a9ee2eab1f06083caed95c59d6b70c9b Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 22 Apr 2017 13:13:13 +0200 Subject: [PATCH] Tweak composer/travis --- .travis.yml | 2 +- composer.json | 18 +++--------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0f1f23b..ef8903e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_script: - composer --version - composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update -script: composer install -n --dev --prefer-source +script: composer install --prefer-dist --no-interaction \ No newline at end of file diff --git a/composer.json b/composer.json index 05289c3a..04db0959 100644 --- a/composer.json +++ b/composer.json @@ -50,33 +50,21 @@ "payU", "checkoutcom" ], - "homepage": "https://github.com/thephpleague/omnipay", + "homepage": "http://omnipay.thephpleague.com/", "license": "MIT", "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" - }, - { - "name": "Kayla Daniels", - "email": "kayladnls@gmail.com" - }, - { - "name": "Barry vd. Heuvel", - "email": "barryvdh@gmail.com" - }, - { - "name": "Omnipay Community", - "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors" } ], "require": { "php": "^5.6|^7", - "omnipay/common": "~3.0", + "omnipay/common": "^3", "php-http/guzzle6-adapter": "^1.1" }, "require-dev": { - "omnipay/tests": "~3.0" + "omnipay/tests": "^3" }, "extra": { "branch-alias": {