Skip to content

Commit

Permalink
Remove support for PHP 5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralouphie committed Jul 6, 2018
1 parent b822234 commit 3af64e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^5.3|^7.0"
"php": "^5.4|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $mimes = new \Mimey\MimeTypes($builder->getMapping());

## Install

Compatible with PHP >= 5.3.
Compatible with PHP >= 5.4.

```
composer require ralouphie/mimey
Expand Down

0 comments on commit 3af64e9

Please sign in to comment.