fixed two dependencies
Showing
... | @@ -13,7 +13,8 @@ | ... | @@ -13,7 +13,8 @@ |
"php": ">=5.4.0", | "php": ">=5.4.0", | ||
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x", | "illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x", | ||
"illuminate/validation": "5.0.x|5.1.x|5.2.x|5.3.x", | "illuminate/validation": "5.0.x|5.1.x|5.2.x|5.3.x", | ||
"illuminate/translation": "5.3.*", | "illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x", | ||
"illuminate/session": "5.0.x|5.1.x|5.2.x|5.3.x", | |||
"bnet/money-datatype": "^0.1" | "bnet/money-datatype": "^0.1" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
... | ... |
Please register or sign in to comment