Skip to content

Commit 3a8bad9

Browse files
committed
Update for Laravel 5.6
1 parent 885ef07 commit 3a8bad9

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
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": "*",

0 commit comments

Comments
 (0)