Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
* updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kasp3r committed Apr 14, 2016
1 parent d59bbf3 commit eca7794
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7

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 @@ A PHP library to easily get website information (title, description, image...) f

## Dependencies

* PHP >= 5.5
* PHP >= 5.6 (without phpunit it should work on 5.5)
* Guzzle

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=5.6",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
Expand Down

0 comments on commit eca7794

Please sign in to comment.