Skip to content

Commit abc508d

Browse files
committed
Fix PHP 5.3 compatibility
Simply by upgrading to react/promise v1.1 compatibilty release Closes #8
1 parent a521fe8 commit abc508d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"require": {
1818
"php": ">=5.3",
1919
"react/event-loop": "~0.4.0|~0.3.0",
20-
"react/promise": "~2.0|~1.0"
20+
"react/promise": "~2.0|~1.1"
2121
}
2222
}

0 commit comments

Comments
 (0)