Skip to content

Commit 416a72d

Browse files
authored
Merge pull request #9 from eventum/allow-rpc-4
Allow eventum/rpc 3.x and 4.x
2 parents b6543e8 + 3ee32b1 commit 416a72d

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
@@ -21,6 +21,6 @@
2121
"require": {
2222
"php": "^5.3.0 || ^7.0",
2323
"ext-date": "*",
24-
"eventum/rpc": "^3"
24+
"eventum/rpc": "^3 || ^4"
2525
}
2626
}

0 commit comments

Comments
 (0)