Skip to content

Commit

Permalink
CC-16710 Update B2B Demo Shop to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyvovarov-s committed May 12, 2022
1 parent 11cef49 commit 6156b75
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 12 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"spryker/auth-rest-api": "^2.14.0",
"spryker/availability-cart-connector": "^7.3.0",
"spryker/availability-notifications-rest-api": "^1.0.0",
"spryker/barcode-laminas": "^1.1",
"spryker/cart-codes-rest-api": "^1.3.1",
"spryker/cart-currency-connector": "^1.1.5",
"spryker/cart-note-product-bundle-connector": "^1.0.3",
Expand Down Expand Up @@ -260,7 +261,7 @@
"config": {
"preferred-install": "dist",
"platform": {
"php": "7.3.15"
"php": "7.4.20"
},
"use-include-path": true,
"sort-packages": true,
Expand Down
222 changes: 212 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Pyz/Service/Barcode/BarcodeDependencyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Pyz\Service\Barcode;

use Spryker\Service\Barcode\BarcodeDependencyProvider as SprykerDependencyProvider;
use Spryker\Service\CodeItNow\Plugin\Code128BarcodeGeneratorPlugin;
use Spryker\Service\BarcodeLaminas\Plugin\Code128BarcodeGeneratorPlugin;

class BarcodeDependencyProvider extends SprykerDependencyProvider
{
Expand Down

0 comments on commit 6156b75

Please sign in to comment.