Skip to content

Commit

Permalink
fix require of shop switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
keywan-ghadami-oxid authored Jan 9, 2020
1 parent e8f78a2 commit 8886387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"require":{
"symfony/console" : "^2.7||^3.1||^4.0",
"composer/composer" : "^1.6",
"php": "^7.1"
"php": "^7.1",
"oxid-professional-services/lib-shop-switcher" : "^1.0.0"
},
"require-dev":{
"oxid-esales/oxideshop-ce" : ">=6.1",
"phpstan/phpstan-strict-rules" : "*",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-deprecation-rules" : "^0.12",
"consistence/coding-standard" : "*",
"oxid-professional-services/lib-shop-switcher" : "^1.0.0"
"consistence/coding-standard" : "*"
},
"extra": {
"oxideshop": {
Expand Down

0 comments on commit 8886387

Please sign in to comment.