Skip to content

Commit 70825e5

Browse files
committed
Recommended PHP version is now 7.2, as 7.1 will be EOL in less than 6 months
1 parent 62fb529 commit 70825e5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- Make group & role schema consistent between creation and edition. Prevents group and role without a name or slug to be created during edition.
1515
- Permission factory now declares slug as unique
1616

17+
### Changed
18+
- Recommended PHP version is now 7.2, as 7.1 will be EOL in less than 6 months
19+
1720
## [v4.2.1]
1821

1922
### Added

app/defines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
define('UserFrosting\VERSION', '4.2.1');
1515
define('UserFrosting\DS', '/');
1616
define('UserFrosting\PHP_MIN_VERSION', '5.6');
17-
define('UserFrosting\PHP_RECOMMENDED_VERSION', '7.1');
17+
define('UserFrosting\PHP_RECOMMENDED_VERSION', '7.2');
1818
define('UserFrosting\NODE_MIN_VERSION', 'v10.12.0');
1919
define('UserFrosting\NPM_MIN_VERSION', '6.0.0');
2020

0 commit comments

Comments
 (0)