Skip to content

Commit bf8e62a

Browse files
Merge pull request #7 from verbanent/update/php8.0-support
Added support for PHP 8.0
2 parents 497a52d + 3aafb7e commit bf8e62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
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)