Skip to content

Commit

Permalink
Replaced deprecated CodeItNow module with BarcodeLaminas. (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsonUnique committed May 24, 2022
1 parent 8c21e26 commit bcc5762
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 51 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"spryker/auth-rest-api": "^2.14.0",
"spryker/availability-cart-connector": "^7.3.0",
"spryker/availability-notifications-rest-api": "^1.1.0",
"spryker/barcode-laminas": "^1.1.0",
"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 @@ -121,7 +122,6 @@
"spryker/cms-slot-locale-connector": "^1.0.1",
"spryker/cms-slot-store-connector": "^1.0.1",
"spryker/cms-user-connector": "^1.1.1",
"spryker/code-it-now": "^1.0.1",
"spryker/comment-sales-connector": "^1.0.1",
"spryker/companies-rest-api": "^1.2.0",
"spryker/company-business-unit-addresses-rest-api": "^1.1.0",
Expand Down
246 changes: 197 additions & 49 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 bcc5762

Please sign in to comment.