Skip to content

Commit

Permalink
Merge pull request #40 from XueSiLf/2.x
Browse files Browse the repository at this point in the history
fix: Adapt swoole 5.0
  • Loading branch information
XueSiLf authored May 25, 2024
2 parents 65a7ebc + 8762c3b commit 124342d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/tests export-ignore
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.idea/
/vendor/
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.1.0",
"easyswoole/spl": "^1.0",
"easyswoole/spl": "^2.0",
"psr/http-message": "^1.0",
"ext-json": "*",
"ext-mbstring": "*"
Expand Down

0 comments on commit 124342d

Please sign in to comment.