mirror of
https://github.com/OPSnet/Logchecker.git
synced 2026-01-16 18:04:27 -05:00
Mark ext-iconv as required dependency
This commit is contained in:
@@ -17,10 +17,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"ext-iconv": "*",
|
||||
"ext-mbstring": "*",
|
||||
"symfony/console": "^6.0|^7.0",
|
||||
"symfony/yaml": "^6.0|^7.0",
|
||||
"symfony/process": "^6.0|^7.0"
|
||||
"symfony/process": "^6.0|^7.0",
|
||||
"symfony/yaml": "^6.0|^7.0"
|
||||
},
|
||||
"bin": ["bin/logchecker"],
|
||||
"require-dev": {
|
||||
@@ -45,6 +46,7 @@
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.1"
|
||||
}
|
||||
},
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user