Skip to content

Commit b6fb150

Browse files
authored
Merge pull request #8 from lisachenko/feature/enable-php-8-support
Enable PHP8 experimental support
2 parents db560fa + 381d716 commit b6fb150

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"lisachenko/z-engine": "^0.7.1 || ^0.8.0"
14+
"php": "^7.4|^8.0",
15+
"lisachenko/z-engine": "^0.7|^0.9"
1516
},
1617
"require-dev": {
17-
"phpunit/phpunit": "^7.5"
18+
"phpunit/phpunit": "^8.5|^9.5"
1819
},
1920
"autoload": {
2021
"psr-4": {

0 commit comments

Comments
 (0)