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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
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+
715## [ 0.2.19] - 7 Feb 2018
816### Fixed
917- 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.
2424
2525## Requirements
2626- PHP >= 7.0.0
27- - Laravel 5.5
27+ - Laravel 5.5+
2828
2929## Installation
3030```
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "illuminate/cache" : " 5.5 .*" ,
13- "illuminate/database" : " 5.5 .*" ,
12+ "illuminate/cache" : " 5.6 .*" ,
13+ "illuminate/database" : " 5.6 .*" ,
1414 "php" : " >=7.0.0"
1515 },
1616 "require-dev" : {
1717 "codedungeon/phpunit-result-printer" : " *" ,
1818 "fzaninotto/faker" : " ~1.4" ,
1919 "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 " ,
2424 "php-coveralls/php-coveralls" : " *" ,
2525 "phpmd/phpmd" : " *" ,
2626 "phpunit/phpunit" : " *" ,
You can’t perform that action at this time.
0 commit comments