We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63df43 commit 3a5260cCopy full SHA for 3a5260c
.gitignore
@@ -9,4 +9,12 @@
9
CMakeLists.txt
10
core
11
/.vscode
12
-/data
+/data
13
+/.cmake
14
+/CMakeCache.txt
15
+/cmake_install.cmake
16
+/CMakeFiles
17
+/Makefile
18
+/Testing
19
+/composer.lock
20
+/vendor
composer.json
@@ -0,0 +1,5 @@
1
+{
2
+ "require": {
3
+ "swoole/phpx": "^2.0"
4
+ }
5
+}
0 commit comments