Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 3af3c70

Browse files
committed
Support Laravel 5.6
1 parent 6bc2c9a commit 3af3c70

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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-binary-uuid` will be documented in this file
44

5+
## 1.1.4 - 2018-02-08
6+
7+
- Support Laravel 5.6
8+
59
## 1.1.3 - 2018-01-18
610

711
- remove dependency om `laravel/framework` and add dependency on `laravel/queue`

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.0",
20-
"illuminate/queue": "~5.5.28",
20+
"illuminate/queue": "~5.5.28|~5.6.0",
2121
"ramsey/uuid": "^3.7"
2222
},
2323
"require-dev": {
24-
"doctrine/dbal": "~2.5.0",
25-
"orchestra/database": "^3.5",
26-
"orchestra/testbench": "^3.5",
27-
"phpunit/phpunit": "^6.5"
24+
"orchestra/testbench": "^3.5|~3.6.0",
25+
"phpunit/phpunit": "^7.0"
2826
},
2927
"autoload": {
3028
"psr-4": {

0 commit comments

Comments
 (0)