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

Commit 023321f

Browse files
committed
Add support for Laravel 5.7
1 parent b21c790 commit 023321f

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

5+
## 1.2.2 - 2018-08-28
6+
7+
- add support for Laravel 5.7
8+
59
## 1.2.1 - 2018-08-23
610

711
- Fix broken SQLite grammar (#58)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/queue": "~5.5.28|~5.6.0",
20+
"illuminate/queue": "~5.5.28|~5.6.0|~5.7.0",
2121
"ramsey/uuid": "^3.7"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^3.5|~3.6.0",
24+
"orchestra/testbench": "^3.5|~3.6.0|~3.7.0",
2525
"phpunit/phpunit": "^6.5|^7.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)