Skip to content

Commit 039f249

Browse files
Add support for Laravel 5.6
1 parent fb35da3 commit 039f249

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-query-builder` will be documented in this file
44

5+
## 1.5.2 - 2018-02-08
6+
7+
- add support for Laravel 5.6
8+
59
## 1.5.1 - 2018-02-07
610

711
- fix: initializing scopes, macro's, the onDelete callback and eager loads from base query on QueryBuilder

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": "^7.1"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^6.1",
23-
"orchestra/testbench": "~3.5"
22+
"phpunit/phpunit": "^6.1|^7.0",
23+
"orchestra/testbench": "~3.5.0|~3.6.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)