Skip to content

Commit 3aafb7e

Browse files
author
Radoslaw Ziemniewicz
committed
Added support for PHP 8.0
1 parent 497a52d commit 3aafb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name": "verbanent/eloquent-binary-uuid",
3636
"description": "Ordered binary UUID in Laravel / Eloquent based on UUID version 1",
3737
"require": {
38-
"php": "^7.3",
38+
"php": "^7.3|^8.0",
3939
"ramsey/uuid": "^3.8|^4.0"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)