Formally increase PHP version requirement to 7.2

This commit is contained in:
Jonny Barnes 2018-01-15 15:51:11 +00:00
parent 688d44a2e9
commit 458f81351a
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## Version {next}
- Formally bump PHP requirement to 7.2
## Version 0.15.4 ## Version 0.15.4
- Improve code-base by liberal use of `strict_types` - Improve code-base by liberal use of `strict_types`
- Added some basic CSS text styling - Added some basic CSS text styling

View file

@ -5,7 +5,7 @@
"license": "CC0-1.0", "license": "CC0-1.0",
"type": "project", "type": "project",
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.2.0",
"cviebrock/eloquent-sluggable": "~4.3", "cviebrock/eloquent-sluggable": "~4.3",
"ezyang/htmlpurifier": "~4.6", "ezyang/htmlpurifier": "~4.6",
"fideloper/proxy": "~3.3", "fideloper/proxy": "~3.3",