Skip to content

Commit

Permalink
Upgrade to Guzzle5 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
webignition authored Nov 27, 2017
1 parent bbdaf25 commit 4b6183f
Show file tree
Hide file tree
Showing 47 changed files with 1,074 additions and 1,304 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
# Composer
/vendor
/composer.phar
/build/
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
sudo: false
language: php
php:
- 5.5
- 5.6
- 7
- 7.1

install:
- composer install
- composer install --prefer-dist

script:
- composer cs
- composer test
- composer test

cache:
directories:
- $HOME/.composer/cache/files

matrix:
allow_failures:
- php: 7.1
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
"require": {
"php": ">=5.5.0",
"webignition/internet-media-type":">=0.1,<1.0",
"webignition/web-page-model":">=1.0.2,<=1.0.5",
"guzzle/guzzle":">=3.8.1",
"guzzlehttp/guzzle":">=5.2.0,<5.3",
"webignition/url":">=1.7.2,<2.0",
"webignition/cookie-url-matcher":">=0.1,<1.0"
"webignition/web-resource-service":"1.3.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "3.*"
},
"minimum-stability":"dev",
Expand Down
Loading

0 comments on commit 4b6183f

Please sign in to comment.