Skip to content

Commit 5d69b03

Browse files
committed
fix: composer reactphp mysql v7 dev mode
1 parent cda1332 commit 5d69b03

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
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=8.0",
17-
"react/mysql": "^0.7",
17+
"react/mysql": "^0.7@dev",
1818
"react/async": "^4 || ^3 || ^2"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)