Skip to content

Commit

Permalink
Change minimum requirement to PHP 5.4
Browse files Browse the repository at this point in the history
In preparation for 1.0 release.
  • Loading branch information
ddeboer committed Jan 23, 2015
1 parent fb2b053 commit accd0af
Show file tree
Hide file tree
Showing 2 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.3
- 5.4
- 5.5
- 5.6
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddeboer/imap",
"description": "Object-oriented IMAP library for PHP 5.3+",
"description": "Object-oriented IMAP library for PHP 5+",
"keywords": [ "email", "mail", "imap" ],
"license": "MIT",
"authors": [
Expand All @@ -14,6 +14,7 @@
}
],
"require": {
"php": ">=5.4.0",
"ext-imap": "*",
"doctrine/common": "~2",
"ddeboer/transcoder": "~1"
Expand Down

0 comments on commit accd0af

Please sign in to comment.