Skip to content

Commit

Permalink
Raise minimum PHP version to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Feb 24, 2017
1 parent d04927b commit 6a82bd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.5
- 5.6
- 7
- 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "MIT",
"require": {
"php": ">=5.5",
"php": ">=5.6",
"giggsey/libphonenumber-for-php": "7.*"
},
"require-dev": {
Expand Down

0 comments on commit 6a82bd3

Please sign in to comment.