PHP requirement increased to PHP 5.5 - See #599

This commit is contained in:
ArthurHoaro 2016-12-15 10:04:05 +01:00
parent cbfdcff261
commit 423ab02846
3 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,6 @@ php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
install:
- composer self-update
- composer install --prefer-dist

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - UNPUBLISHED
**WARNING**: Shaarli now requires PHP 5.5+.
### Added
### Changed

View File

@ -10,7 +10,7 @@
},
"keywords": ["bookmark", "link", "share", "web"],
"require": {
"php": ">=5.3.4",
"php": ">=5.5",
"shaarli/netscape-bookmark-parser": "1.*",
"erusev/parsedown": "1.6"
},