We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a38724 commit f0fd386Copy full SHA for f0fd386
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [0.8.5] - 2020-05-02
8
+### Changed
9
+- PHP dependency version to ">=7.2.5" to be more inline with Laravel.
10
+
11
## [0.8.4] - 2020-04-29
12
### Added
13
- additional unit tests.
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": ">=7.3",
+ "php": ">=7.2.5",
19
"genealabs/laravel-pivot-events": "^0.3.0",
20
"illuminate/cache": "^7.0",
21
"illuminate/config": "^7.0",
0 commit comments