Sfoglia il codice sorgente

Update composer.json

walkor 8 anni fa
parent
commit
b4ea10d42a
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      composer.json

+ 3 - 1
composer.json

@@ -24,7 +24,9 @@
         "source": "https://github.com/walkor/workerman"
     },
     "require": {
-        "php": ">=5.3"
+        "php": ">=5.3",
+        "ext-pcntl": "*",
+        "ext-posix": "*"
     },
     "suggest": {
         "ext-event": "For better performance. "