From d9ff1062334c299c105815c92214453abefd4113 Mon Sep 17 00:00:00 2001 From: jerry Date: Mon, 29 Oct 2018 15:27:06 +0800 Subject: [PATCH] add composer.json --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..3e4eb574 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "require": { + "php": ">=7.2.0", + "eaglewu/swoole-ide-helper": "dev-master", + "ext-mbstring": "^7.1", + "ext-json": "*", + "ext-iconv": "*", + "ext-mysqli": "*", + "ext-dom": "20031129", + "ext-gd": "^7.1", + "ext-curl": "^7.1", + "ext-openssl": "^7.1" + } +} \ No newline at end of file