Skip to content

Commit 3a5260c

Browse files
committed
Upgrade phpx to v2.0
1 parent a63df43 commit 3a5260c

File tree

4 files changed

+95
-75
lines changed

4 files changed

+95
-75
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@
99
CMakeLists.txt
1010
core
1111
/.vscode
12-
/data
12+
/data
13+
/.cmake
14+
/CMakeCache.txt
15+
/cmake_install.cmake
16+
/CMakeFiles
17+
/Makefile
18+
/Testing
19+
/composer.lock
20+
/vendor

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require": {
3+
"swoole/phpx": "^2.0"
4+
}
5+
}

0 commit comments

Comments
 (0)