Formally increase PHP version requirement to 7.2
This commit is contained in:
parent
688d44a2e9
commit
458f81351a
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Version {next}
|
||||
- Formally bump PHP requirement to 7.2
|
||||
|
||||
## Version 0.15.4
|
||||
- Improve code-base by liberal use of `strict_types`
|
||||
- Added some basic CSS text styling
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"license": "CC0-1.0",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=7.1.0",
|
||||
"php": ">=7.2.0",
|
||||
"cviebrock/eloquent-sluggable": "~4.3",
|
||||
"ezyang/htmlpurifier": "~4.6",
|
||||
"fideloper/proxy": "~3.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue