Skip to content

Commit

Permalink
PS-808 fixing dependeyc
Browse files Browse the repository at this point in the history
  • Loading branch information
gerner-spryker committed Jun 12, 2018
1 parent 0f29006 commit 0f8a0ea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"description": "ShopApplicationExtension module",
"license": "proprietary",
"require": {
"php": ">=7.1",
"spryker/kernel": "^3.16.0"
"php": ">=7.1"
},
"require-dev": {
"spryker/silex": "*"
"spryker/silex": "*",
"spryker/symfony": "*"
},
"suggest": {
"spryker/silex": ""
"spryker/silex": "",
"spryker/symfony": "3.0.0 for using LanguageSwitcherPluginInterface"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0f8a0ea

Please sign in to comment.