Skip to content

Commit f84e757

Browse files
chore: allow php 8 as a platform requirement (#111)
1 parent 0d26070 commit f84e757

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2",
20+
"php": "^7.4|^8.0",
2121
"bitwasp/bitcoin": "^1.0",
2222
"kodekeep/binary": "^1.0",
2323
"kodekeep/bytebuffer": "^1.0",

0 commit comments

Comments
 (0)