Przeglądaj źródła

update phpquoteshellarg 1.1.0 (#4571)

* update phpquoteshellarg 1.1.0

https://github.com/hestiacp/phpquoteshellarg/releases/tag/v1.1.0

* Update lock file

---------

Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
divinity76 1 rok temu
rodzic
commit
cc5898179d
2 zmienionych plików z 9 dodań i 9 usunięć
  1. 1 1
      web/inc/composer.json
  2. 8 8
      web/inc/composer.lock

+ 1 - 1
web/inc/composer.json

@@ -1,7 +1,7 @@
 {
     "require": {
         "phpmailer/phpmailer": "6.9.1",
-        "hestiacp/phpquoteshellarg": "1.0.2",
+        "hestiacp/phpquoteshellarg": "1.1.0",
         "robthree/twofactorauth": "3.0.0"
     }
 }

+ 8 - 8
web/inc/composer.lock

@@ -4,24 +4,24 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "3e0b7eec1b80b5e5ca986e8b9ef7e021",
+    "content-hash": "f32a18c9c2e9c9069f173ce08b0222b9",
     "packages": [
         {
             "name": "hestiacp/phpquoteshellarg",
-            "version": "v1.0.2",
+            "version": "v1.1.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/hestiacp/phpquoteshellarg.git",
-                "reference": "7fd1a3a648cdc39a3fe2aab78a1a3a0267f92f49"
+                "reference": "3499670c48aed5f04f2656e9cd06d6e2709e8e08"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/hestiacp/phpquoteshellarg/zipball/7fd1a3a648cdc39a3fe2aab78a1a3a0267f92f49",
-                "reference": "7fd1a3a648cdc39a3fe2aab78a1a3a0267f92f49",
+                "url": "https://api.github.com/repos/hestiacp/phpquoteshellarg/zipball/3499670c48aed5f04f2656e9cd06d6e2709e8e08",
+                "reference": "3499670c48aed5f04f2656e9cd06d6e2709e8e08",
                 "shasum": ""
             },
             "require": {
-                "php": ">=7.2"
+                "php": ">=8.0"
             },
             "type": "library",
             "autoload": {
@@ -40,9 +40,9 @@
                 "quoteshellarg"
             ],
             "support": {
-                "source": "https://github.com/hestiacp/phpquoteshellarg/tree/v1.0.2"
+                "source": "https://github.com/hestiacp/phpquoteshellarg/tree/v1.1.0"
             },
-            "time": "2023-07-23T09:16:27+00:00"
+            "time": "2024-09-20T12:11:02+00:00"
         },
         {
             "name": "phpmailer/phpmailer",