Skip to content

Commit 7276471

Browse files
committed
Make library compatible with both PHP 7.4 and 8.0
1 parent 246f913 commit 7276471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^8.0",
24+
"php": "^7.4 || ^8.0",
2525
"ext-FFI": "*",
26-
"lisachenko/z-engine": "^0.9.1"
26+
"lisachenko/z-engine": "^0.8.0 || ^0.9.1"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.1"

0 commit comments

Comments
 (0)