Skip to content

Commit bf4f0a7

Browse files
MateuszJozwik1aboks
authored andcommitted
PHP 8.0 compatibility fix
1 parent 81763ac commit bf4f0a7

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": "^7.4",
24+
"php": "^8.0",
2525
"ext-FFI": "*",
26-
"lisachenko/z-engine": "^0.8.0"
26+
"lisachenko/z-engine": "^0.9.1"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.1"

0 commit comments

Comments
 (0)