Require `jfcherng/php-diff` and raise min PHP requirement to 7.1
This commit is contained in:
parent
93546dd493
commit
93673399f6
|
@ -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": {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue