Skip to content

Commit 4431ec8

Browse files
committed
fixed composer.json require
1 parent 2d7b2ce commit 4431ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "windwork/util",
33
"description" : "windwork util component,Windwork 工具组件",
4-
"version" : "0.3.0",
4+
"version" : "0.3.1",
55
"require" : {
66
"php" : ">=5.5.0",
77
"windwork/core" : "*",
@@ -10,7 +10,7 @@
1010
"windwork/logger" : "*",
1111
"windwork/storage" : "*",
1212
"windwork/template" : "*",
13-
"windwork/email" : "*",
13+
"windwork/mailer" : "*",
1414
"windwork/web" : "*"
1515
},
1616
"license" : "MIT",

0 commit comments

Comments
 (0)