Skip to content

Commit

Permalink
Tweak composer/travis
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 22, 2017
1 parent 7447b2c commit 865801b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 3 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,21 @@
"payU",
"checkoutcom"
],
"homepage": "https://github.com/thephpleague/omnipay",
"homepage": "http://omnipay.thephpleague.com/",
"license": "MIT",
"authors": [
{
"name": "Adrian Macneil",
"email": "[email protected]"
},
{
"name": "Kayla Daniels",
"email": "[email protected]"
},
{
"name": "Barry vd. Heuvel",
"email": "[email protected]"
},
{
"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": {
Expand Down

0 comments on commit 865801b

Please sign in to comment.