Skip to content

Commit

Permalink
Merge pull request #4 from colindecarlo/php-5.4-to-5.5
Browse files Browse the repository at this point in the history
Set min PHP version to 5.5
  • Loading branch information
adamwathan committed Sep 13, 2015
2 parents b68a0eb + e90be80 commit 2a3ccae
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.4
- 5.5
- 5.6

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.0",
"socialnorm/socialnorm": "^0.2"
},
Expand Down

0 comments on commit 2a3ccae

Please sign in to comment.