Skip to content

Commit

Permalink
Remove support for Sylius 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed May 20, 2021
1 parent 1d0af81 commit 8db1233
Show file tree
Hide file tree
Showing 44 changed files with 40 additions and 2,510 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php: [7.4, 7.3]
symfony: [^4.4, ^5.2]
sylius: [~1.8.0, ~1.9.0]
sylius: [~1.9.0]
node: [10.x]
mysql: [5.7, 8.0]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"knplabs/knp-snappy-bundle": "^1.7",
"myclabs/php-enum": "^1.7",
"sylius/resource-bundle": "^1.6",
"sylius/sylius": "^1.8",
"sylius/sylius": "^1.9",
"symfony/messenger": "^4.4 || ^5.2"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions spec/Converter/ShipmentLineItemsConverterSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

use Doctrine\Common\Collections\ArrayCollection;
use PhpSpec\ObjectBehavior;
use Sylius\Component\Core\Model\AdjustmentInterface;
use Sylius\Component\Core\Model\ShipmentInterface;
use Sylius\Component\Resource\Repository\RepositoryInterface;
use Sylius\RefundPlugin\Converter\LineItemsConverterInterface;
use Sylius\RefundPlugin\Entity\AdjustmentInterface;
use Sylius\RefundPlugin\Entity\LineItem;
use Sylius\RefundPlugin\Entity\ShipmentInterface;
use Sylius\RefundPlugin\Exception\MoreThanOneTaxAdjustment;
use Sylius\RefundPlugin\Model\ShipmentRefund;
use Sylius\RefundPlugin\Provider\TaxRateProviderInterface;
Expand Down
143 changes: 0 additions & 143 deletions spec/OrderProcessor/OrderTaxesProcessorSpec.php

This file was deleted.

90 changes: 0 additions & 90 deletions spec/OrderProcessor/ShippingChargesProcessorSpec.php

This file was deleted.

Loading

0 comments on commit 8db1233

Please sign in to comment.