We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21c790 commit 023321fCopy full SHA for 023321f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-binary-uuid` will be documented in this file
4
5
+## 1.2.2 - 2018-08-28
6
+
7
+- add support for Laravel 5.7
8
9
## 1.2.1 - 2018-08-23
10
11
- Fix broken SQLite grammar (#58)
composer.json
@@ -17,11 +17,11 @@
17
],
18
"require": {
19
"php": "^7.1",
20
- "illuminate/queue": "~5.5.28|~5.6.0",
+ "illuminate/queue": "~5.5.28|~5.6.0|~5.7.0",
21
"ramsey/uuid": "^3.7"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "^3.5|~3.6.0",
+ "orchestra/testbench": "^3.5|~3.6.0|~3.7.0",
25
"phpunit/phpunit": "^6.5|^7.0"
26
27
"autoload": {
0 commit comments