Skip to content

Commit b2f35da

Browse files
committed
#38: Adds PHP 8.x compatibility
1 parent f5025a6 commit b2f35da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": ">=7.2",
26+
"php": ">=7.0 < 9.0",
2727
"zammad/zammad-api-client-php": "^2.0"
2828
},
2929
"require-dev": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)