Skip to content

Commit

Permalink
Merge pull request #12 from kokspflanze/php-patch
Browse files Browse the repository at this point in the history
add php74 travis
  • Loading branch information
kokspflanze authored Dec 22, 2019
2 parents a4a059c + 9305ab1 commit 31cce3d
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 311 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7
env:
- DEPS=lowest
- php: 7
env:
- DEPS=locked
- php: 7
env:
- DEPS=latest
- php: 7.1
env:
- DEPS=lowest
Expand Down Expand Up @@ -51,15 +42,18 @@ matrix:
- php: 7.3
env:
- DEPS=latest
- php: nightly
- php: 7.4
env:
- DEPS=lowest
- php: nightly
- php: 7.4
env:
- DEPS=locked
- php: nightly
- php: 7.4
env:
- DEPS=latest
- php: nightly
env:
- DEPS=locked
allow_failures:
- php: nightly

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The PHP-Client is a lightweight wrapper for the [Alpha Vantage](https://www.alphavantage.co).

## Requirements:
- PHP 7.0+
- PHP 7.1+
- composer (https://getcomposer.org/download/)
- AlphaVantage Key, that you get @ [AlphaVantage-Api-Key](https://www.alphavantage.co/support/#api-key)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}
},
"require": {
"php": "^7.0",
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^6.2.2 || ^7.4.3"
"phpunit/phpunit": "^7.5.18"
},
"scripts": {
"test": "phpunit --configuration tests/phpunit.xml --colors=always"
Expand Down
Loading

0 comments on commit 31cce3d

Please sign in to comment.