File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : true
16
16
matrix :
17
- php : ['^7.2.5', 7.3, 7.4]
17
+ php : [7.3, 7.4]
18
18
19
19
name : PHP ${{ matrix.php }}
20
20
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.9.0] - 2020-07-17
8
+ ### Removed
9
+ - support for PHP 7.2 due to incompatibility.
10
+
11
+ ## [ 0.8.10] - 2020-07-08
12
+ ### Fixed
13
+ - update and insert methods when called on cached relations.
14
+
15
+ ## [ 0.8.9] - 2020-07-03
16
+ ### Added
17
+ - changes meant for 0.8.8 that were inadvertently not committed.
18
+
7
19
## [ 0.8.8] - 2020-07-02
8
20
### Fixed
9
21
- return type of ` applyScopes ` to match parent class.
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ It will not work with non-taggable drivers:
42
42
```
43
43
44
44
## Requirements
45
- - Laravel 7.0+
45
+ - PHP 7.3+
46
+ - Laravel 7.0+
46
47
``` diff
47
48
- Please note that prior Laravel versions are not supported and the package
48
49
- versions that are compatible with prior versions of Laravel contain bugs.
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " >=7.2.5 " ,
18
+ "php" : " >=7.3 " ,
19
19
"genealabs/laravel-pivot-events" : " ^0.3.0" ,
20
20
"illuminate/cache" : " ^7.0" ,
21
21
"illuminate/config" : " ^7.0" ,
You can’t perform that action at this time.
0 commit comments