Skip to content

Commit de1b5ea

Browse files
committed
Fix tests (PHP 8.1, prefer-lowest)
1 parent ff2cb7a commit de1b5ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"php": "^8.0.2",
1616
"arvenil/ninja-mutex": "^0.6",
1717
"illuminate/console": "^9.0",
18-
"illuminate/support": "^9.0"
18+
"illuminate/support": "^9.0",
19+
"ramsey/uuid": "^4.2.3"
1920
},
2021
"require-dev": {
2122
"ext-redis": "*",

0 commit comments

Comments
 (0)