Skip to content

Commit 8eda9c0

Browse files
authored
Merge pull request #17 from gildastema/master
add compatibility to php8.0
2 parents 3aa82e6 + 6797af7 commit 8eda9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^7.2",
21+
"php": "^7.2|^7.3|^7.4|^8.0",
2222
"ext-json": "*",
2323
"ang3/php-xmlrpc-client": "^1.0.2"
2424
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)