Skip to content

Commit 6ff0fa2

Browse files
rootroot
root
authored and
root
committed
yii2 mongodb扩展改为2.1,兼容php7
1 parent 0649572 commit 6ff0fa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": ">=5.4.0",
2727
"yiisoft/yii2": ">=2.0.9" ,
2828
"fancyecommerce/fec_admin":"~1.3.6.1",
29-
"yiisoft/yii2-mongodb": "~2.0.0" ,
29+
"yiisoft/yii2-mongodb": "~2.1.0" ,
3030
"skeeks/yii2-assets-auto-compress": "*",
3131
"hightman/xunsearch": "*@beta"
3232
},

config/services/Order.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'paymentStatus' => [
1212
'pending' => 'pending', #灌마운땐데榴檄
1313
'processing' => 'processing' # 綠마운땐데榴檄
14-
]
14+
],
1515

1616
'requiredAddressAttr' => [ # 극輕돨땐데俚뙈。
1717
'first_name',
@@ -29,4 +29,4 @@
2929

3030
],
3131
],
32-
];
32+
];

0 commit comments

Comments
 (0)