Skip to content

Commit

Permalink
Merge pull request #15 from slavielle/master
Browse files Browse the repository at this point in the history
Remove PHP 5.4 from supported PHP versions
  • Loading branch information
ojhaujjwal authored Nov 25, 2017
2 parents fdc5db8 + 90cee8d commit 718a333
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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.4
- 5.5
- 5.6
- 7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo $converter->convert('USD', 'NPR');

## Requirements

* PHP version 5.4 or later
* PHP version 5.5 or later
* Curl Extension (Optional)

## Installation
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"zendframework/zend-cache": "To use Zend Cache component for caching"
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "5.* || 6.*"
}
}

0 comments on commit 718a333

Please sign in to comment.