Skip to content

Commit c7c55c4

Browse files
committed
Merge branch 'master' of github.com:simple-swoole/skeleton
2 parents 346b2ef + af4f0e6 commit c7c55c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"php": ">=7.2",
1515
"ext-swoole": ">=4.4",
1616
"simple-swoole/simps": "dev-master",
17-
"simple-swoole/db": "dev-master",
18-
"swoole/library": "dev-master"
17+
"simple-swoole/db": "dev-master"
1918
},
2019
"autoload": {
2120
"psr-4": {
@@ -24,5 +23,8 @@
2423
},
2524
"bin": [
2625
"bin/simps.php"
27-
]
26+
],
27+
"config": {
28+
"optimize-autoloader": true
29+
}
2830
}

0 commit comments

Comments
 (0)