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