Skip to content

Commit

Permalink
Upgraded connectors/http version from 3 -> 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Jan 3, 2021
1 parent 19dd729 commit 22fd7da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ sudo: false
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand All @@ -25,10 +25,10 @@ cache:
install:
- alias composer=composer\ -n && composer selfupdate
- composer validate
- composer update --no-progress --no-suggest $DEPENDENCIES
- composer update --no-progress $DEPENDENCIES

script:
- composer test -- --coverage-clover=build/logs/clover.xml
- XDEBUG_MODE=coverage composer test -- --coverage-clover=build/logs/clover.xml

after_success:
- composer require php-coveralls/php-coveralls:^2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-json": "*",
"connectors/http": "^3",
"connectors/http": "^4",
"scriptfusion/porter": "^5"
},
"require-dev": {
"mockery/mockery": "^1",
"mockery/mockery": "^1.3.3",
"phpunit/phpunit": "^6.5"
},
"autoload": {
Expand Down

0 comments on commit 22fd7da

Please sign in to comment.