Skip to content

Commit

Permalink
CORE-1313 Fixed composer.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasnyulas committed Jan 10, 2018
1 parent 7324bbd commit 1742516
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
"description": "ProductOptionWidget module",
"license": "proprietary",
"require": {
"spryker-shop/product-option-storage": "^0.1.0",
"spryker/kernel": "^3.16.0"
},
"require-dev": {

"spryker-shop/cart-page": "*",
"spryker-shop/product-detail-page": "*"
},
"suggest": {
"spryker-shop/cart-page": "TODO: add suggestion description",
"spryker-shop/product-detail-page": "TODO: add suggestion description"
},
"autoload": {
"psr-4": {
"SprykerShop\\": "src/SprykerShop/"
}
},
"autoload-dev": {
"psr-4": {
"SprykerShopTest\\": "tests/SprykerShopTest/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand Down

0 comments on commit 1742516

Please sign in to comment.