Skip to content

Commit a13bc56

Browse files
committed
Remove function qsort()
1 parent ee57078 commit a13bc56

File tree

2 files changed

+1
-72
lines changed

2 files changed

+1
-72
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"swoole"
77
],
88
"require" : {
9-
"php" : ">=7.1",
9+
"php" : ">=8.0",
1010
"swango/environment" : "^1.0",
1111
"swlib/saber" : "^1.0"
1212
},
@@ -28,7 +28,6 @@
2828
],
2929
"files" : [
3030
"src/XString.php",
31-
"src/Sort.php",
3231
"src/Time.php"
3332
]
3433
},

src/Sort.php

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)