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 97fbea9 commit d3afbbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "WebProfilerWidget module",
"license": "proprietary",
"require": {
"spryker/kernel": "^3.16.0",
"spryker/web-profiler": "^1.0.0"
},
"require-dev": {

"spryker/silex": "*"
},
"suggest": {
"spryker/silex": "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 d3afbbb

Please sign in to comment.