Skip to content

Commit

Permalink
Changed composer requirement back to PHP 5.3 to support semantic vers…
Browse files Browse the repository at this point in the history
…ioning of patch release.
  • Loading branch information
g- committed Jan 27, 2016
1 parent 7df1e8f commit 7f7be28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 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.4",
"php": ">=5.3.6",
"ext-zip": "*",
"ext-openssl": "*"
},
Expand Down

0 comments on commit 7f7be28

Please sign in to comment.