Prechádzať zdrojové kódy

Windows not support posix and pcntl

walkor 2 rokov pred
rodič
commit
46ce7bfb36
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 3
      composer.json

+ 1 - 3
composer.json

@@ -25,9 +25,7 @@
     },
     "require": {
         "php": ">=8.1",
-        "ext-json": "*",
-        "ext-pcntl": "*",
-        "ext-posix": "*"
+        "ext-json": "*"
     },
     "suggest": {
         "ext-event": "For better performance. "