Require `jfcherng/php-diff` and raise min PHP requirement to 7.1

This commit is contained in:
Johannes Meyer 2021-12-15 15:49:57 +01:00
parent 93546dd493
commit 93673399f6
1 changed files with 4 additions and 3 deletions

View File

@ -7,14 +7,14 @@
"config": {
"sort-packages": true,
"platform": {
"php": "5.6.3"
"php": "7.1.3"
}
},
"support": {
"issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
},
"require": {
"php": ">=5.6.3",
"php": ">=7.1.3",
"ext-curl": "*",
"clue/block-react": "^1",
"clue/connection-manager-extra": "^1",
@ -40,7 +40,8 @@
"react/socket": "^1",
"react/stream": "^1",
"guzzlehttp/psr7": "^1",
"guzzlehttp/guzzle": "^6.5"
"guzzlehttp/guzzle": "^6.5",
"jfcherng/php-diff": "^6.10"
},
"require-dev": {
}