Skip to content

Commit

Permalink
yii2 mongodb扩展改为2.1,兼容php7
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jan 4, 2017
1 parent 0649572 commit 6ff0fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.9" ,
"fancyecommerce/fec_admin":"~1.3.6.1",
"yiisoft/yii2-mongodb": "~2.0.0" ,
"yiisoft/yii2-mongodb": "~2.1.0" ,
"skeeks/yii2-assets-auto-compress": "*",
"hightman/xunsearch": "*@beta"
},
Expand Down
4 changes: 2 additions & 2 deletions config/services/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'paymentStatus' => [
'pending' => 'pending', #灌마운땐데榴檄
'processing' => 'processing' # 綠마운땐데榴檄
]
],

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

],
],
];
];

0 comments on commit 6ff0fa2

Please sign in to comment.