Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 6d04386

Browse files
authored
Allow use in PHP 8.0
1 parent f08e4f2 commit 6d04386

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
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.2",
25+
"php": "^7.2|^8.0",
2626
"ext-json": "*",
2727
"cboden/ratchet": "^0.4.1",
2828
"facade/ignition-contracts": "^1.0",

0 commit comments

Comments
 (0)