File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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.2.21] - 9 Feb 2018
8
+ ### Added
9
+ - Laravel 5.6 compatibility.
10
+
11
+ ## [ 0.2.20] - 7 Feb 2018
12
+ ### Fixed
13
+ - previously existing unit tests to properly consider changes made in 0.2.19.
14
+
7
15
## [ 0.2.19] - 7 Feb 2018
8
16
### Fixed
9
17
- parsing of where clause operators.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ relationships. This package is the attempt to address those requirements.
24
24
25
25
## Requirements
26
26
- PHP >= 7.0.0
27
- - Laravel 5.5
27
+ - Laravel 5.5+
28
28
29
29
## Installation
30
30
```
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "illuminate/cache" : " 5.5 .*" ,
13
- "illuminate/database" : " 5.5 .*" ,
12
+ "illuminate/cache" : " 5.6 .*" ,
13
+ "illuminate/database" : " 5.6 .*" ,
14
14
"php" : " >=7.0.0"
15
15
},
16
16
"require-dev" : {
17
17
"codedungeon/phpunit-result-printer" : " *" ,
18
18
"fzaninotto/faker" : " ~1.4" ,
19
19
"mockery/mockery" : " 0.9.*" ,
20
- "orchestra/database" : " ^3.5 " ,
21
- "orchestra/testbench-browser-kit" : " ^3.5 " ,
22
- "orchestra/testbench-dusk" : " 3.5 .x-dev@dev" ,
23
- "orchestra/testbench" : " ^3.5 " ,
20
+ "orchestra/database" : " 3.6.x-dev@dev " ,
21
+ "orchestra/testbench-browser-kit" : " 3.6.x-dev@dev " ,
22
+ "orchestra/testbench-dusk" : " 3.6 .x-dev@dev" ,
23
+ "orchestra/testbench" : " ^3.6 " ,
24
24
"php-coveralls/php-coveralls" : " *" ,
25
25
"phpmd/phpmd" : " *" ,
26
26
"phpunit/phpunit" : " *" ,
You can’t perform that action at this time.
0 commit comments