Skip to content

Commit

Permalink
Drop support for PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Feb 26, 2015
1 parent da85529 commit 3e52111
Show file tree
Hide file tree
Showing 3 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Test against PHP 7.0 (nightly) but allow failures

### Changed
- Dropped support for PHP 5.3
- ListData::$start now defaults to null instead of 0 (#74)
- Replace references to HtmlRenderer with new HtmlRendererInterface

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"colinodell/commonmark-php": "*"
},
"require": {
"php": ">=5.3.3",
"php": ">=5.4.0",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down

0 comments on commit 3e52111

Please sign in to comment.