Fixes in Linux

This commit is contained in:
Antonio de la Rosa 2025-11-07 20:46:38 +01:00
parent eeacb244d2
commit 6fd6c10e81
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "phangoapp/leviathanutils", "name": "phangoapp/leviathanutils",
"description": "A set of classes and methods for make shell operations in linux", "description": "A set of classes and methods for make shell operations in linux",
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.8@dev" "phpunit/phpunit": "^12"
}, },
"license": "GPL3", "license": "GPL3",
"authors": [ "authors": [

View file

@ -11,7 +11,7 @@ class Linux {
for($x=1;$x<count($arr_command);$x++) { for($x=1;$x<count($arr_command);$x++) {
// $arr_command[$x]=escapeshellcmd($arr_command[$x]); $arr_command[$x]=escapeshellcmd($arr_command[$x]);
} }