Skip to content

Commit

Permalink
Merge pull request #15 from WidgetsBurritos/change-php-version
Browse files Browse the repository at this point in the history
chore(php): Change to php 7.1+
  • Loading branch information
WidgetsBurritos authored Aug 20, 2019
2 parents 1fe3a4f + 8424204 commit 648622d
Show file tree
Hide file tree
Showing 6 changed files with 750 additions and 257 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
env:
- CMD="test"
- CMD="phpcs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A php library for interacting with webpagetest.org.

*Requires PHP 5.5+*
*Requires PHP 7.1+*

## Usage

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "1.0.6",
"type": "library",
"require": {
"php": ">=5.5",
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
"phpunit/phpunit": "^6.0",
"shrikeh/teapot": "^2.3",
"drupal/coder": "^8.2",
"phpdocumentor/reflection-docblock": "^2.0"
Expand Down
Loading

0 comments on commit 648622d

Please sign in to comment.