Skip to content

Commit

Permalink
Make library compatible with both PHP 7.4 and 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aboks committed Jun 16, 2022
1 parent 246f913 commit 7276471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
}
},
"require": {
"php": "^8.0",
"php": "^7.4 || ^8.0",
"ext-FFI": "*",
"lisachenko/z-engine": "^0.9.1"
"lisachenko/z-engine": "^0.8.0 || ^0.9.1"
},
"require-dev": {
"phpunit/phpunit": "^9.1"
Expand Down

0 comments on commit 7276471

Please sign in to comment.