Skip to content

Commit f0fd386

Browse files
committed
Changed PHP dependency version to ">=7.2.5" to be more inline with Laravel.
1 parent 7a38724 commit f0fd386

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.8.5] - 2020-05-02
8+
### Changed
9+
- PHP dependency version to ">=7.2.5" to be more inline with Laravel.
10+
711
## [0.8.4] - 2020-04-29
812
### Added
913
- additional unit tests.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.3",
18+
"php": ">=7.2.5",
1919
"genealabs/laravel-pivot-events": "^0.3.0",
2020
"illuminate/cache": "^7.0",
2121
"illuminate/config": "^7.0",

0 commit comments

Comments
 (0)