Skip to content

Commit

Permalink
Merge pull request #1 from clue-labs/legacy
Browse files Browse the repository at this point in the history
Support legacy PHP 5.3
  • Loading branch information
kirill-konshin committed Mar 25, 2016
2 parents 898bba9 + d58d709 commit 2594fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 5.3.29
- 5.3
- 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 @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.3.29",
"php": ">=5.3",
"psr/http-message": "~1.0"
},
"require-dev": {
Expand Down

0 comments on commit 2594fb4

Please sign in to comment.