Skip to content

Commit d428ccb

Browse files
committed
Drop Laravel 6.x support & add 7.x + 8.x.
1 parent bdb9094 commit d428ccb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.2|^8.0",
26-
"illuminate/queue": "~6.0",
25+
"php": "^7.3|^8.0",
26+
"illuminate/queue": "~7.0|~8.0",
2727
"ramsey/uuid": "^3.0|^4.0"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^4.0",
30+
"orchestra/testbench": "^5.0|^6.0",
3131
"phpunit/phpunit": "^8.0|^9.0",
3232
"scrutinizer/ocular": "^1.5"
3333
},

src/HasBinaryUuid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function getIncrementing()
211211
return false;
212212
}
213213

214-
public function resolveRouteBinding($value)
214+
public function resolveRouteBinding($value, $field = null)
215215
{
216216
return $this->withUuid($value)->first();
217217
}

0 commit comments

Comments
 (0)