From f9cbf00552cf934c178e7d4e2db4c6b74344a28f Mon Sep 17 00:00:00 2001 From: Hotlander Date: Thu, 15 Jun 2023 09:59:58 +0200 Subject: [PATCH] - prepare release --- CHANGELOG-CE.md | 1152 +++++++------------------------------------- composer.json | 5 +- composer.lock | 1232 ++++++++++++++++++++++------------------------- dev.json | 2 +- 4 files changed, 759 insertions(+), 1632 deletions(-) diff --git a/CHANGELOG-CE.md b/CHANGELOG-CE.md index 783eb89ab..0019c8371 100644 --- a/CHANGELOG-CE.md +++ b/CHANGELOG-CE.md @@ -1,1048 +1,228 @@ -- [AddressBundle](#addressbundle) -- [BankTransferBundle](#banktransferbundle) -- [CatalogBundle](#catalogbundle) -- [CoreBundle](#corebundle) -- [CustomerBundle](#customerbundle) -- [DataGridBundle](#datagridbundle) -- [DemoDataBundle](#demodatabundle) -- [HealthCheckBundle](#healthcheckbundle) - [InventoryBundle](#inventorybundle) - [InvoiceBundle](#invoicebundle) -- [NotificationBundle](#notificationbundle) +- [ManualShippingBundle](#manualshippingbundle) +- [NotificationMessageBundle](#notificationmessagebundle) - [OrderBundle](#orderbundle) - [PackingBundle](#packingbundle) -- [PaymentBundle](#paymentbundle) -- [PaymentTermBundle](#paymenttermbundle) - [PdfBundle](#pdfbundle) - [PricingBundle](#pricingbundle) - [ProductBundle](#productbundle) - [PurchaseOrderBundle](#purchaseorderbundle) -- [RefundBundle](#refundbundle) -- [ReportBundle](#reportbundle) - [ReturnBundle](#returnbundle) -- [RuleBundle](#rulebundle) - [SalesBundle](#salesbundle) - [ShippingBundle](#shippingbundle) -- [SupplierBundle](#supplierbundle) -- [TaxBundle](#taxbundle) - [UPSBundle](#upsbundle) -- [WorkflowBundle](#workflowbundle) - -AddressBundle ------ -* `Marello\Bundle\AddressBundle\Entity\Repository\MarelloAddressRepository::findByAddressParts` [public] Method implementation changed. -* `Marello\Bundle\AddressBundle\Entity\Repository\MarelloAddressRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\AddressBundle\Entity\Repository\MarelloAddressRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\AddressBundle\Entity\Repository\MarelloAddressRepository::findByAddressParts` [public] Method parameter added. - -BankTransferBundle ------ - -CatalogBundle ------ -* `Marello\Bundle\CatalogBundle\Twig\CategoryExtension::__construct` [public] Method implementation changed. -* `Marello\Bundle\CatalogBundle\Twig\CategoryExtension::$doctrine` [private] Property has been removed. -* `Marello\Bundle\CatalogBundle\Provider\CategoriesIdsProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\CatalogBundle\Provider\CategoriesIdsProvider::getExcludedCategoriesIds` [public] Method implementation changed. -* `Marello\Bundle\CatalogBundle\Entity\Repository\CategoryRepository::findExcludedCategoriesIds` [public] Method implementation changed. -* `Marello\Bundle\CatalogBundle\Entity\Repository\CategoryRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\CatalogBundle\Controller\CategoryController::createAction` [public] Method implementation changed. -* `Marello\Bundle\CatalogBundle\Controller\CategoryController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\CatalogBundle\Controller\CategoryController::update` [protected] Method implementation changed. -* `Marello\Bundle\CatalogBundle\Controller\CategoryController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\CatalogBundle\Provider\CategoriesIdsProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\CatalogBundle\Provider\CategoriesIdsProvider::$manager` [protected] Property has been removed. -* `Marello\Bundle\CatalogBundle\Entity\Repository\CategoryRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\CatalogBundle\Entity\Repository\CategoryRepository::findExcludedCategoriesIds` [public] Method parameter added. -* `Marello\Bundle\CatalogBundle\Controller\CategoryController::createAction` [public] Method parameter added. -* `Marello\Bundle\CatalogBundle\Controller\CategoryController::updateAction` [public] Method parameter added. -* `Marello\Bundle\CatalogBundle\Controller\CategoryController::update` [protected] Method parameter added. - -CoreBundle ------ -* `Marello\Bundle\CoreBundle\Tests\Unit\Twig\CoreExtensionTest::testGetFunctionsAreRegisteredInExtension` [public] Method implementation changed. -* `Marello\Bundle\CoreBundle\DerivedProperty\DerivedPropertySetter::postFlush` [public] Method implementation changed. -* `Marello\Bundle\CoreBundle\DependencyInjection\CompilerPass\TwigSandboxConfigurationPass::process` [public] Method implementation changed. -* `Marello\Bundle\CoreBundle\Validator\CodeRegexValidator` Class was added. -* `Marello\Bundle\CoreBundle\Validator\Constraints\CodeRegex` Class was added. - -CustomerBundle ------ -* `Marello\Bundle\CustomerBundle\Twig\CustomerExtension::__construct` [public] Method parameter name changed. -* `Marello\Bundle\CustomerBundle\Twig\CustomerExtension::__construct` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Twig\CustomerExtension::getCompanyChildrenIds` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Twig\CustomerExtension::getRepository` [protected] Method has been added. -* `Marello\Bundle\CustomerBundle\Tests\Unit\Autocomplete\ParentCompanySearchHandlerTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Provider\CustomerEmailOwnerProvider::getOrganizations` [public] Method has been added. -* `Marello\Bundle\CustomerBundle\Provider\CustomerEmailOwnerProvider::getEmails` [public] Method has been added. -* `Marello\Bundle\CustomerBundle\Form\Type\CustomerSelectType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\EventListener\Datagrid\CompanyCustomersSelectGridListener::onResultBeforeQuery` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Entity\Repository\CompanyRepository::getCompanyIdByCustomerId` [public] Method has been added. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::viewAction` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::createAction` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::update` [protected] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::viewAction` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::createAction` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::updateAction` [public] Method parameter name changed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::update` [private] Method parameter removed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::update` [private] Method parameter name changed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::update` [private] Method parameter typing added. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::update` [private] Method parameter typing removed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::update` [private] Method parameter default added. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::update` [private] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\CustomerBundle\Autocomplete\CompanyCustomerHandler::getBasicQueryBuilder` [protected] Method implementation changed. -* `Marello\Bundle\CustomerBundle\Twig\CustomerExtension::__construct` [public] Method parameter typing added. -* `Marello\Bundle\CustomerBundle\Twig\CustomerExtension::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::createAction` [public] Method parameter added. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::updateAction` [public] Method parameter added. -* `Marello\Bundle\CustomerBundle\Controller\CompanyController::update` [protected] Method parameter added. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::createAction` [public] Method parameter removed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::updateAction` [public] Method parameter removed. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::updateAction` [public] Method parameter typing added. -* `Marello\Bundle\CustomerBundle\Controller\CustomerController::updateAction` [public] Method parameter typing removed. - -DataGridBundle ------ -* `Marello\Bundle\DataGridBundle\Grid\FormatterContextResolver::getResolverPercentageClosure` [public] Method has been added. - -DemoDataBundle ------ -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadOrderData::load` [public] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductChannelPricingData::createProductChannelPrice` [private] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductPriceData::createProductPrice` [private] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductSupplierData::createInventoryLevelsForRelatedProducts` [private] Method has been removed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductSupplierData::load` [public] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductSupplierData::addProductSuppliers` [protected] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductSupplierData::getWarehouse` [private] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductSupplierData::createWarehouse` [private] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadSalesChannelGroupData::createWarehouseChannelGroupLink` [private] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadSupplierData::loadSuppliers` [protected] Method implementation changed. -* `Marello\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadProductSupplierData::updateCurrentSuppliers` [public] Method has been removed. - -HealthCheckBundle ------ -* `Marello\Bundle\HealthCheckBundle\MarelloHealthCheckBundle` Class was added. -* `Marello\Bundle\HealthCheckBundle\Tests\Functional\Controller\IntegrationStatusControllerTest` Class was added. -* `Marello\Bundle\HealthCheckBundle\Provider\Datagrid\LastIntegrationStatusesDataProvider` Class was added. -* `Marello\Bundle\HealthCheckBundle\EventListener\Datagrid\LastIntegrationStatusesGridListener` Class was added. -* `Marello\Bundle\HealthCheckBundle\DependencyInjection\MarelloHealthCheckExtension` Class was added. -* `Marello\Bundle\HealthCheckBundle\Controller\IntegrationStatusController` Class was added. InventoryBundle ----- -* `Marello\Bundle\InventoryBundle\MarelloInventoryBundle::build` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Twig\WarehouseExtension::__construct` [public] Method parameter name changed. -* `Marello\Bundle\InventoryBundle\Twig\WarehouseExtension::__construct` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Twig\WarehouseExtension::getRepository` [protected] Method has been added. -* `Marello\Bundle\InventoryBundle\Tests\Unit\Provider\OrderWarehousesProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Unit\Provider\OrderWarehousesProviderTest::testGetWarehousesForOrder` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Unit\Provider\OrderWarehousesProviderTest::getWarehousesForOrderDataProvider` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Unit\EventListener\BalancedInventoryLevelUpdateAfterEventListenerTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Unit\EventListener\BalancedInventoryLevelUpdateAfterEventListenerTest::testRebalanceThresholdHasBeenReachedAndTriggerIsBeingSend` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Unit\EventListener\BalancedInventoryLevelUpdateAfterEventListenerTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\InventoryBundle\Tests\Unit\DependencyInjection\BalancerStrategiesCompilerPassTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Functional\Model\InventoryBalancer::setUp` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Functional\Entity\Repository\WarehouseRepositoryTest::testGetDefault` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Functional\DataFixtures\LoadInventoryData::load` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Functional\DataFixtures\LoadWarehouseChannelLinkData::load` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Functional\Controller\InventoryControllerTest::testUpdateInventoryItemRemoveLevels` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Provider\AvailableInventoryProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Provider\AvailableInventoryProvider::getProducts` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Provider\AvailableInventoryProvider::getBalancedInventoryLevel` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Provider\OrderWarehousesProvider::getWarehousesForOrder` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Provider\OrderWarehousesProvider::__construct` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Provider\OrderWarehousesProvider::$strategiesRegistry` [protected] Property has been added. -* `Marello\Bundle\InventoryBundle\Model\InventoryLevelCalculator::calculateBatchInventoryLevelQty` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Model\OrderWarehouseResult::getItemsWithQuantity` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Model\BalancedInventory\BalancedInventoryHandler::__construct` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Model\BalancedInventory\BalancedInventoryHandler::findExistingBalancedInventory` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\QuantityWFAStrategy::getWarehouseResults` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\QuantityWFAStrategy::cartesian` [private] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\QuantityWFAStrategy::setEventDispatcher` [public] Method has been added. +* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\QuantityWFAStrategy::$eventDispatcher` [private] Property has been added. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::__construct` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::allocateOrderToWarehouses` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::createAllocationItems` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::getShippingAddress` [protected] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::assignDataProperties` [protected] Method has been added. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::$propertyAccessor` [protected] Property has been added. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::$newAllocations` [protected] Property has been added. * `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::getMigrationVersion` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::up` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::createMarelloInventoryWarehouseTable` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::createMarelloInventoryAllocation` [protected] Method has been added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::createMarelloInventoryAllocationItem` [protected] Method has been added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::addMarelloInventoryAllocationForeignKeys` [protected] Method has been added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::addMarelloInventoryAllocationItemForeignKeys` [protected] Method has been added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::setActivityExtension` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::$activityExtension` [protected] Property has been added. -* `Marello\Bundle\InventoryBundle\Migrations\Data\ORM\UpdateCurrentWarehouseWithGroup::updateCurrentWarehouse` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Migrations\Data\ORM\UpdateCurrentWarehouseWithType::updateCurrentWarehouse` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::updateInventory` [private] Method has been removed. -* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::updateInventoryLevel` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::__construct` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::updateBalancedInventory` [private] Method has been added. -* `Marello\Bundle\InventoryBundle\Manager\InventoryItemManager::getInventoryItem` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::createMarelloInventoryAllocation` [protected] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::createMarelloInventoryAllocationItem` [protected] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::addMarelloInventoryBalancedInventoryLevelForeignKeys` [protected] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::addMarelloInventoryAllocationForeignKeys` [protected] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\MarelloInventoryBundleInstaller::addMarelloInventoryAllocationItemForeignKeys` [protected] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::updateBalancedInventory` [private] Method implementation changed. * `Marello\Bundle\InventoryBundle\Manager\InventoryManager::updateInventoryLevel` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::updateInventory` [public] Method parameter name changed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::updateInventory` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::getWarehouse` [private] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::__construct` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::$inventoryLevelCalculator` [protected] Property has been added. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::__construct` [public] Method parameter name changed. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::__construct` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::getResultRecords` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\ImportExport\Strategy\InventoryLevelUpdateStrategy::processEntity` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Form\Type\InventoryLevelType::finishView` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Form\Type\WarehouseType::buildForm` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Form\Type\WarehouseType::preSetDataListener` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Form\EventListener\InventoryBatchSubscriber::handleUnMappedFields` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Form\EventListener\InventoryItemSubscriber::__construct` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Form\EventListener\InventoryItemSubscriber::submit` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Form\EventListener\InventoryItemSubscriber::$doctrine` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\Form\EventListener\InventoryLevelSubscriber::handleUnMappedFields` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\EventListener\BalancedInventoryUpdateAfterEventListener::__construct` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\EventListener\BalancedInventoryUpdateAfterEventListener::findExistingBalancedInventory` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\EventListener\BalancedInventoryUpdateAfterEventListener::$messageProducer` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\EventListener\BalancedInventoryUpdateAfterEventListener::$triggerCalculator` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\EventListener\BalancedInventoryUpdateAfterEventListener::$repository` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\EventListener\ExternalWarehouseEventListener::getWarehouse` [private] Method implementation changed. -* `Marello\Bundle\InventoryBundle\EventListener\ExternalWarehouseEventListener::createWarehouse` [private] Method implementation changed. -* `Marello\Bundle\InventoryBundle\EventListener\Doctrine\WarehouseGroupLinkRebalanceListener::__construct` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\EventListener\Doctrine\WarehouseGroupLinkRebalanceListener::triggerRebalance` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\EventListener\Doctrine\WarehouseGroupLinkRebalanceListener::$messageProducer` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\EventListener\Datagrid\InventoryLevelGridListener::onBuildBefore` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Entity\Warehouse::getNotifier` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Entity\Warehouse::setNotifier` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Entity\Warehouse::$notifier` [protected] Property has been added. -* `Marello\Bundle\InventoryBundle\Entity\Repository\BalancedInventoryRepository::findExistingBalancedInventory` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\BalancedInventoryRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryItemRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelLogRecordRepository::getInventoryLogRecordsForItem` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelLogRecordRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelRepository::findExternalLevelsForInventoryItem` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseChannelGroupLinkRepository::__construct` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseChannelGroupLinkRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseGroupRepository::findSystemWarehouseGroup` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseGroupRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseRepository::getDefault` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\InventoryBundle\DependencyInjection\Configuration::getConfigTreeBuilder` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Controller\BalancedInventoryLevelController::recalculateAction` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Controller\BalancedInventoryLevelController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Controller\InventoryItemController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Controller\InventoryItemController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Controller\InventoryLevelController::chartAction` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Controller\InventoryLevelController::manageBatchesAction` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Controller\InventoryLevelController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Controller\WarehouseController::updateDefaultAction` [public] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Controller\WarehouseController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\InventoryBundle\Command\InventoryBalanceCommand::configure` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Command\InventoryBalanceCommand::execute` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Command\InventoryBalanceCommand::processAllProducts` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Command\InventoryBalanceCommand::processProducts` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Command\InventoryBalanceCommand::getProducts` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Command\InventoryBalanceCommand::triggerInventoryBalancer` [protected] Method implementation changed. -* `Marello\Bundle\InventoryBundle\Tests\Unit\Strategy\WFA\WFAStrategiesRegistryTest` Class was added. -* `Marello\Bundle\InventoryBundle\Tests\Unit\Strategy\WFA\Quantity\QuantityWFAStrategyTest` Class was added. -* `Marello\Bundle\InventoryBundle\Tests\Unit\Strategy\WFA\Quantity\Calculator\AbstractWHCalculatorTest` Class was added. -* `Marello\Bundle\InventoryBundle\Tests\Unit\Strategy\Quantity\Calculator\SingleWHCalculatorTest` Class was added. -* `Marello\Bundle\InventoryBundle\Tests\Unit\DependencyInjection\WFAStrategiesCompilerPassTest` Class was added. -* `Marello\Bundle\InventoryBundle\Tests\Functional\DataFixtures\LoadAllocationData` Class was added. -* `Marello\Bundle\InventoryBundle\Strategy\WFA\WFAStrategiesRegistry` Class was added. -* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\QuantityWFAStrategy` Class was added. -* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\Calculator\AbstractWHCalculator` Class was added. -* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\Calculator\SingleWHCalculator` Class was added. -* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider` Class was added. -* `Marello\Bundle\InventoryBundle\Provider\WarehouseNotifierChoicesProvider` Class was added. -* `Marello\Bundle\InventoryBundle\Model\ExtendAllocation` Class was added. -* `Marello\Bundle\InventoryBundle\Model\ExtendAllocationItem` Class was added. -* `Marello\Bundle\InventoryBundle\Model\Allocation\WarehouseNotifierRegistry` Class was added. -* `Marello\Bundle\InventoryBundle\Model\Allocation\Notifier\WarehouseEmailNotifier` Class was added. -* `Marello\Bundle\InventoryBundle\Model\Allocation\Notifier\WarehouseManualNotifier` Class was added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6_2\UpdateWarehouseTable` Class was added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6_1\UpdateAllocationTable` Class was added. -* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6\AddAllocationAndItemTable` Class was added. -* `Marello\Bundle\InventoryBundle\Migrations\Data\ORM\LoadEmailTemplatesData` Class was added. -* `Marello\Bundle\InventoryBundle\Form\Type\InventoryAllocationPriorityChoiceType` Class was added. -* `Marello\Bundle\InventoryBundle\Form\Type\NotifierChoiceType` Class was added. -* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationCompleteListener` Class was added. -* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationWorkflowStartListener` Class was added. -* `Marello\Bundle\InventoryBundle\EventListener\Workflow\SendToWarehouseListener` Class was added. -* `Marello\Bundle\InventoryBundle\EventListener\Workflow\TransitionEventListener` Class was added. -* `Marello\Bundle\InventoryBundle\EventListener\Doctrine\InventoryBatchEventListener` Class was added. -* `Marello\Bundle\InventoryBundle\Entity\Allocation` Class was added. -* `Marello\Bundle\InventoryBundle\Entity\AllocationItem` Class was added. -* `Marello\Bundle\InventoryBundle\DependencyInjection\CompilerPass\WFAStrategiesCompilerPass` Class was added. -* `Marello\Bundle\InventoryBundle\DependencyInjection\CompilerPass\WarehouseNotifierRegistryCompilerPass` Class was added. -* `Marello\Bundle\InventoryBundle\Controller\AllocationController` Class was added. -* `Marello\Bundle\InventoryBundle\Command\InventoryReAllocateCronCommand` Class was added. -* `Marello\Bundle\InventoryBundle\Entity\Warehouse::setGroup` [public] Method parameter default added. -* `Marello\Bundle\InventoryBundle\EventListener\Doctrine\InventoryBatchCreationEventListener` Class was removed. -* `Marello\Bundle\InventoryBundle\Twig\WarehouseExtension::__construct` [public] Method parameter typing added. -* `Marello\Bundle\InventoryBundle\Twig\WarehouseExtension::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\InventoryBundle\Tests\Functional\Model\InventoryBalancer::testMessageSendIsRenderedTemplateAndSubject` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Provider\AvailableInventoryProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Provider\AvailableInventoryProvider::$doctrineHelper` [protected] Property has been removed. -* `Marello\Bundle\InventoryBundle\Provider\OrderWarehousesProvider::setEstimation` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Provider\OrderWarehousesProvider::getPreferredSupplierWhichCanDropship` [protected] Method has been removed. -* `Marello\Bundle\InventoryBundle\Provider\OrderWarehousesProvider::getWarehousesForOrder` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Model\BalancedInventory\BalancedInventoryHandler::__construct` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Model\BalancedInventory\BalancedInventoryHandler::$balancedInventoryFactory` [protected] Property has been removed. -* `Marello\Bundle\InventoryBundle\Model\BalancedInventory\BalancedInventoryHandler::$doctrine` [protected] Property has been removed. -* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::setContextValidator` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::setEventDispatcher` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Manager\BalancedInventoryManager::setBalancedInventoryHandler` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::setContextValidator` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::setDoctrineHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::setEventDispatcher` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::updateInventory` [public] Method parameter typing added. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::__construct` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::$logRecordRepository` [protected] Property has been removed. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::$inventoryCalculator` [protected] Property has been removed. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::$dateHelper` [protected] Property has been removed. -* `Marello\Bundle\InventoryBundle\Logging\ChartBuilder::$translator` [protected] Property has been removed. -* `Marello\Bundle\InventoryBundle\Form\EventListener\InventoryItemSubscriber::__construct` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\EventListener\BalancedInventoryUpdateAfterEventListener::__construct` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\EventListener\Doctrine\WarehouseGroupLinkRebalanceListener::__construct` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Entity\Repository\BalancedInventoryRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\BalancedInventoryRepository::findExistingBalancedInventory` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryItemRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelLogRecordRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelLogRecordRepository::getInventoryLogRecordsForItem` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\InventoryLevelRepository::findExternalLevelsForInventoryItem` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseChannelGroupLinkRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseGroupRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseGroupRepository::findSystemWarehouseGroup` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\InventoryBundle\Entity\Repository\WarehouseRepository::getDefault` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Controller\BalancedInventoryLevelController::recalculateAction` [public] Method parameter added. -* `Marello\Bundle\InventoryBundle\Strategy\WFA\WFAStrategyInterface` Interface was added. -* `Marello\Bundle\InventoryBundle\Strategy\WFA\Quantity\Calculator\QtyWHCalculatorInterface` Interface was added. -* `Marello\Bundle\InventoryBundle\Provider\AllocationStateStatusInterface` Interface was added. -* `Marello\Bundle\InventoryBundle\Model\Allocation\WarehouseNotifierInterface` Interface was added. -* `Marello\Bundle\InventoryBundle\Provider\OrderWarehousesProviderInterface::getWarehousesForOrder` [public] Method parameter added. +* `Marello\Bundle\InventoryBundle\Manager\InventoryManager::getInventoryLevel` [protected] Method implementation changed. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationCompleteListener::onAllocationComplete` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationCompleteListener::handleInventoryUpdate` [protected] Method has been added. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationCompleteListener::setEventDispatcher` [public] Method has been added. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationCompleteListener::$eventDispatcher` [protected] Property has been added. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationWorkflowStartListener::__construct` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationWorkflowStartListener::postPersist` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationWorkflowStartListener::postFlush` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationWorkflowStartListener::$eventDispatcher` [private] Property has been added. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationWorkflowStartListener::$entities` [protected] Property has been added. +* `Marello\Bundle\InventoryBundle\Entity\Allocation::getReshipmentReason` [public] Method has been added. +* `Marello\Bundle\InventoryBundle\Entity\Allocation::setReshipmentReason` [public] Method has been added. +* `Marello\Bundle\InventoryBundle\Entity\Allocation::$reshipmentReason` [protected] Property has been added. +* `Marello\Bundle\InventoryBundle\Entity\AllocationItem::prePersist` [public] Method implementation changed. +* `Marello\Bundle\InventoryBundle\Entity\AllocationItem::getTotalQuantity` [public] Method has been added. +* `Marello\Bundle\InventoryBundle\Entity\AllocationItem::setTotalQuantity` [public] Method has been added. +* `Marello\Bundle\InventoryBundle\Entity\AllocationItem::$totalQuantity` [protected] Property has been added. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6_9\UpdateAllocationItemTable` Class was added. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6_8\UpdateBalancedInventoryTable` Class was added. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6_7\UpdateAllocationTable` Class was added. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6_6\UpdateAllocationItemTable` Class was added. +* `Marello\Bundle\InventoryBundle\Migrations\Schema\v2_6_6\UpdateAllocationTable` Class was added. +* `Marello\Bundle\InventoryBundle\Form\Type\ReshipmentItemCollectionType` Class was added. +* `Marello\Bundle\InventoryBundle\Form\Type\ReshipmentItemType` Class was added. +* `Marello\Bundle\InventoryBundle\Form\Type\ReshipmentReasonSelectType` Class was added. +* `Marello\Bundle\InventoryBundle\Form\Type\ReshipmentType` Class was added. +* `Marello\Bundle\InventoryBundle\Form\Handler\ReshipmentHandler` Class was added. +* `Marello\Bundle\InventoryBundle\Factory\AllocationShippingContextFactory` Class was added. +* `Marello\Bundle\InventoryBundle\EventListener\Action\Condition\ReshipmentActionListener` Class was added. +* `Marello\Bundle\InventoryBundle\Controller\ReshipmentController` Class was added. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::allocateOrderToWarehouses` [public] Method parameter added. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::$doctrineHelper` [protected] Property has been removed. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::$warehousesProvider` [protected] Property has been removed. +* `Marello\Bundle\InventoryBundle\Provider\InventoryAllocationProvider::$eventDispatcher` [protected] Property has been removed. +* `Marello\Bundle\InventoryBundle\EventListener\Workflow\AllocationWorkflowStartListener::__construct` [public] Method parameter added. +* `Marello\Bundle\InventoryBundle\Provider\AllocationReshipmentReasonInterface` Interface was added. InvoiceBundle ----- -* `Marello\Bundle\InvoiceBundle\Twig\InvoiceExtension::__construct` [public] Method implementation changed. -* `Marello\Bundle\InvoiceBundle\Pdf\Request\CreditmemoPdfRequestHandler::handle` [public] Method implementation changed. -* `Marello\Bundle\InvoiceBundle\Pdf\Request\InvoicePdfRequestHandler::handle` [public] Method implementation changed. -* `Marello\Bundle\InvoiceBundle\Pdf\Logo\InvoiceLogoPathProvider::fetchImage` [protected] Method implementation changed. * `Marello\Bundle\InvoiceBundle\Migrations\Schema\MarelloInvoiceBundleInstaller::getMigrationVersion` [public] Method implementation changed. -* `Marello\Bundle\InvoiceBundle\Mapper\AbstractInvoiceMapper::getMapFields` [protected] Method implementation changed. -* `Marello\Bundle\InvoiceBundle\Twig\InvoiceExtension::$doctrine` [protected] Property has been removed. - -NotificationBundle ------ -* `Marello\Bundle\NotificationBundle\Tests\Functional\Email\SendProcessorTest::testSendsNotification` [public] Method implementation changed. -* `Marello\Bundle\NotificationBundle\Tests\Functional\Email\SendProcessorTest::testExceptionIsThrownWhenTemplateIsNotFoundForEntity` [public] Method implementation changed. -* `Marello\Bundle\NotificationBundle\Provider\NotificationActivityListProvider::getTemplate` [public] Method implementation changed. -* `Marello\Bundle\NotificationBundle\Provider\EmailSendProcessor` Class was added. -* `Marello\Bundle\NotificationBundle\Workflow\SendNotificationAction::__construct` [public] Method parameter typing added. -* `Marello\Bundle\NotificationBundle\Workflow\SendNotificationAction::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\NotificationBundle\Tests\Functional\Email\SendProcessorTest::testMessageSendIsRenderedTemplateAndSubject` [public] Method has been removed. -* `Marello\Bundle\NotificationBundle\Tests\Functional\Email\SendProcessorTest::testSendsNotificationButDontSaveInDb` [public] Method has been removed. +* `Marello\Bundle\InvoiceBundle\Migrations\Schema\MarelloInvoiceBundleInstaller::createMarelloInvoiceInvoiceTable` [protected] Method implementation changed. +* `Marello\Bundle\InvoiceBundle\Entity\AbstractInvoice::setSalesChannel` [public] Method implementation changed. +* `Marello\Bundle\InvoiceBundle\Entity\AbstractInvoice::$salesChannelName` [protected] Property has been added. +* `Marello\Bundle\InvoiceBundle\Migrations\Schema\v3_1\UpdateInvoiceTable` Class was added. +* `Marello\Bundle\InvoiceBundle\Tests\Unit\Pdf\Logo\InvoiceLogoPathProviderTest` Class was removed. +* `Marello\Bundle\InvoiceBundle\Tests\Unit\Pdf\Logo\InvoiceLogoRenderParameterProviderTest` Class was removed. +* `Marello\Bundle\InvoiceBundle\Pdf\Logo\InvoiceLogoPathProvider` Class was removed. +* `Marello\Bundle\InvoiceBundle\Pdf\Logo\InvoiceLogoRenderParameterProvider` Class was removed. + +ManualShippingBundle +----- +* `Marello\Bundle\ManualShippingBundle\Method\ManualShippingMethodType::createShipment` [public] Method implementation changed. + +NotificationMessageBundle +----- +* `Marello\Bundle\NotificationMessageBundle\MarelloNotificationMessageBundle` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Tests\Unit\EventListener\NotificationMessageEventListenerTest` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Tests\Unit\Datagrid\ActionPermissionProviderTest` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Tests\Unit\Datagrid\Extension\MassAction\ResolveMassActionHandlerTest` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Tests\Functional\DataFixtures\LoadNotificationMessagesData` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Tests\Functional\Controller\NotificationMessageControllerTest` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Provider\NotificationMessageEntityNameProvider` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Model\ExtendNotificationMessage` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Model\NotificationMessageContext` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Migrations\Schema\MarelloNotificationMessageBundleInstaller` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Migrations\Schema\v1_0\MarelloNotificationMessageBundle` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Form\Type\NotificationMessageGroupConfigType` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Factory\NotificationMessageContextFactory` Class was added. +* `Marello\Bundle\NotificationMessageBundle\EventListener\NotificationMessageEventListener` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Event\CreateNotificationMessageEvent` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Event\ResolveNotificationMessageEvent` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Entity\NotificationMessage` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Entity\Repository\NotificationMessageRepository` Class was added. +* `Marello\Bundle\NotificationMessageBundle\DependencyInjection\Configuration` Class was added. +* `Marello\Bundle\NotificationMessageBundle\DependencyInjection\MarelloNotificationMessageExtension` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Datagrid\ActionPermissionProvider` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Datagrid\Extension\MassAction\ResolveMassAction` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Datagrid\Extension\MassAction\ResolveMassActionHandler` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Cron\NotificationMessageCleanupCommand` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Controller\AjaxNotificationMessageController` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Controller\NotificationMessageController` Class was added. +* `Marello\Bundle\NotificationMessageBundle\Provider\NotificationMessageResolvedInterface` Interface was added. +* `Marello\Bundle\NotificationMessageBundle\Provider\NotificationMessageSourceInterface` Interface was added. +* `Marello\Bundle\NotificationMessageBundle\Provider\NotificationMessageTypeInterface` Interface was added. OrderBundle ----- -* `Marello\Bundle\OrderBundle\Workflow\OrderCancelAction::handleInventoryUpdate` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Workflow\OrderShipAction::__construct` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Workflow\OrderShipAction::executeAction` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Workflow\OrderShipAction::handleInventoryUpdate` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Validator\AvailableInventoryValidator::validate` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Validator\AvailableInventoryValidator::isProductCanDropship` [private] Method parameter added. -* `Marello\Bundle\OrderBundle\Validator\AvailableInventoryValidator::isProductCanDropship` [private] Method implementation changed. -* `Marello\Bundle\OrderBundle\Validator\AvailableInventoryValidator::isAllRequiredFieldsHasValue` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Unit\Validator\AvailableInventoryValidatorTest::testValidateViolationIsBuild` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Unit\Validator\AvailableInventoryValidatorTest::getConstraint` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Unit\Validator\Constraints\AvailableInventoryContraintTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Unit\Twig\OrderExtensionTest::testGetFunctionsAreRegisteredInExtension` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Unit\Provider\OrderAddressFormChangesProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Unit\Provider\OrderAddressFormChangesProviderTest::testProcessFormChanges` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Unit\Provider\OrderDashboardOrderItemsByStatusProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Functional\DataFixtures\LoadOrderData::load` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Tests\Functional\Controller\OrderOnDemandWorkflowTest::testWorkflow` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderAddressFormChangesProvider::__construct` [public] Method parameter name changed. -* `Marello\Bundle\OrderBundle\Provider\OrderAddressFormChangesProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderAddressFormChangesProvider::renderForm` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderAddressFormChangesProvider::$twig` [protected] Property has been added. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardStatisticProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardStatisticProvider::getTotalRevenueValues` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardStatisticProvider::getTotalOrdersNumberValues` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardStatisticProvider::getAverageOrderValues` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderShippingServiceDataProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderShippingServiceDataProvider::getShippingShipFrom` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderStatisticsCurrencyNumberFormatter::formatValue` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\PossibleShippingMethodsProvider::getPossibleShippingMethods` [private] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderItem\OrderItemDashboardStatisticProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderItem\OrderItemDashboardStatisticProvider::getTopProductsByRevenue` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Provider\OrderItem\ShippingPreparedOrderItemsForNotificationProvider::getItems` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Migrations\Data\ORM\LoadEmailTemplatesData::findExistingTemplate` [protected] Method has been added. -* `Marello\Bundle\OrderBundle\Migrations\Data\ORM\LoadEmailTemplatesData::getVersion` [public] Method has been added. -* `Marello\Bundle\OrderBundle\Form\Type\OrderItemType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Form\Type\OrderType::buildForm` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Form\Type\OrderType::$salesChannelRepository` [private] Property has been removed. -* `Marello\Bundle\OrderBundle\Factory\OrderPaymentContextFactory::create` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::__construct` [public] Method parameter name changed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::__construct` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::create` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::getShippingOrigin` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::$estimation` [private] Property has been removed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::$orderWarehousesProvider` [private] Property has been removed. -* `Marello\Bundle\OrderBundle\EventListener\Workflow\PurchaseOrderWorkflowCompletedListener::onPurchaseOrderCompleted` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Workflow\PurchaseOrderWorkflowCompletedListener::handleInventoryUpdate` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderInventoryAllocationListener::postPersist` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderInventoryAllocationListener::handleInventoryUpdate` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemProductUnitListener::postPersist` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::__construct` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::postPersist` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::onOrderPaid` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::onOrderShipped` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::getBalancedInventoryLevel` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalRevenueValue` [public] Method parameter name changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalRevenueValue` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalOrdersNumberValue` [public] Method parameter name changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalOrdersNumberValue` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getAverageOrderValue` [public] Method parameter name changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getAverageOrderValue` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getOrdersCurrencies` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\OrderBundle\DependencyInjection\Compiler\EmailTwigSandboxConfigurationPass::getTags` [protected] Method has been added. -* `Marello\Bundle\OrderBundle\Controller\OrderAjaxController::formChangesAction` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Controller\OrderAjaxController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\OrderBundle\Controller\OrderController::update` [protected] Method implementation changed. -* `Marello\Bundle\OrderBundle\Controller\OrderController::updateAddressAction` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Controller\OrderController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\OrderBundle\Controller\OrderDashboardController::orderitemsByStatusAction` [public] Method implementation changed. -* `Marello\Bundle\OrderBundle\Validator\Constraints\AvailableInventoryConstraint` Class was added. -* `Marello\Bundle\OrderBundle\Tests\Unit\Provider\OrderCompanyCustomerFormChangesProviderTest` Class was added. -* `Marello\Bundle\OrderBundle\Provider\OrderCompanyCustomerFormChangesProvider` Class was added. -* `Marello\Bundle\OrderBundle\EventListener\OrderViewListener` Class was added. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::__construct` [public] Method parameter default added. -* `Marello\Bundle\OrderBundle\Workflow\OrderPickAndPackAction` Class was removed. -* `Marello\Bundle\OrderBundle\Validator\Constraints\AvailableInventory` Class was removed. -* `Marello\Bundle\OrderBundle\Workflow\OrderShipAction::__construct` [public] Method parameter removed. -* `Marello\Bundle\OrderBundle\Workflow\OrderShipAction::$warehousesProvider` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Provider\OrderAddressFormChangesProvider::__construct` [public] Method parameter typing added. -* `Marello\Bundle\OrderBundle\Provider\OrderAddressFormChangesProvider::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\OrderBundle\Provider\OrderAddressFormChangesProvider::$templatingEngine` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardOrderItemsByStatusProvider::__construct` [public] Method parameter typing added. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardOrderItemsByStatusProvider::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardStatisticProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardStatisticProvider::$orderRepository` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Provider\OrderDashboardStatisticProvider::$dateHelper` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Provider\OrderShippingServiceDataProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\OrderBundle\Provider\OrderShippingServiceDataProvider::$entityManager` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Provider\OrderItem\OrderItemDashboardStatisticProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\OrderBundle\Provider\OrderItem\OrderItemDashboardStatisticProvider::$orderRepository` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Provider\OrderItem\OrderItemDashboardStatisticProvider::$orderItemRepository` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Provider\OrderItem\OrderItemDashboardStatisticProvider::$productRepository` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Form\Type\OrderType::__construct` [public] Method has been removed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::setEstimation` [public] Method has been removed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::isEstimation` [public] Method has been removed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::__construct` [public] Method parameter removed. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::__construct` [public] Method parameter typing added. -* `Marello\Bundle\OrderBundle\Factory\OrderShippingContextFactory::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::__construct` [public] Method parameter added. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::$doctrineHelper` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::$availableInventoryProvider` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\EventListener\Doctrine\OrderItemStatusListener::$eventDispatcher` [protected] Property has been removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalRevenueValue` [public] Method parameter added. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalRevenueValue` [public] Method parameter typing added. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalRevenueValue` [public] Method parameter typing removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalRevenueValue` [public] Method parameter default removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalOrdersNumberValue` [public] Method parameter added. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalOrdersNumberValue` [public] Method parameter typing added. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalOrdersNumberValue` [public] Method parameter typing removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getTotalOrdersNumberValue` [public] Method parameter default removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getAverageOrderValue` [public] Method parameter added. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getAverageOrderValue` [public] Method parameter typing added. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getAverageOrderValue` [public] Method parameter typing removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getAverageOrderValue` [public] Method parameter default removed. -* `Marello\Bundle\OrderBundle\Entity\Repository\OrderRepository::getOrdersCurrencies` [public] Method parameter added. +* `Marello\Bundle\OrderBundle\Form\Type\OrderItemType::buildForm` [public] Method implementation changed. +* `Marello\Bundle\OrderBundle\Form\Type\OrderType::addShippingAddress` [protected] Method implementation changed. +* `Marello\Bundle\OrderBundle\Controller\OrderShipmentLabelController` Class was added. PackingBundle ----- -* `Marello\Bundle\PackingBundle\Tests\Unit\Mapper\OrderToPackingSlipMapperTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\Tests\Unit\Mapper\OrderToPackingSlipMapperTest::testMap` [public] Method implementation changed. -* `Marello\Bundle\PackingBundle\Tests\Unit\EventListener\CreatePackingSlipEventListenerTest::testOnCreatePackingSlip` [public] Method parameter name changed. -* `Marello\Bundle\PackingBundle\Tests\Unit\EventListener\CreatePackingSlipEventListenerTest::testOnCreatePackingSlip` [public] Method implementation changed. -* `Marello\Bundle\PackingBundle\Tests\Unit\EventListener\CreatePackingSlipEventListenerTest::onCreatePackingSlipDataProvider` [public] Method implementation changed. -* `Marello\Bundle\PackingBundle\Tests\Unit\EventListener\CreatePackingSlipEventListenerTest::prepareEvent` [protected] Method parameter name changed. -* `Marello\Bundle\PackingBundle\Tests\Unit\EventListener\CreatePackingSlipEventListenerTest::prepareEvent` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\Tests\Functional\DataFixtures\LoadPackingSlipData::getDependencies` [public] Method implementation changed. -* `Marello\Bundle\PackingBundle\Tests\Functional\DataFixtures\LoadPackingSlipData::load` [public] Method implementation changed. -* `Marello\Bundle\PackingBundle\Tests\Functional\Controller\PackingSlipControllerTest::testViewAction` [public] Method implementation changed. * `Marello\Bundle\PackingBundle\Migrations\Schema\MarelloPackingBundleInstaller::getMigrationVersion` [public] Method implementation changed. * `Marello\Bundle\PackingBundle\Migrations\Schema\MarelloPackingBundleInstaller::createMarelloPackingSlipTable` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\Migrations\Schema\MarelloPackingBundleInstaller::createMarelloPackingSlipItemTable` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\Migrations\Schema\MarelloPackingBundleInstaller::addMarelloPackingSlipForeignKeys` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\Mapper\AbstractPackingSlipMapper::getMapFields` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::map` [public] Method implementation changed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::getItems` [protected] Method parameter name changed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::getItems` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::mapItem` [protected] Method parameter name changed. * `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::mapItem` [protected] Method implementation changed. -* `Marello\Bundle\PackingBundle\EventListener\CreatePackingSlipEventListener::onCreatePackingSlip` [public] Method implementation changed. -* `Marello\Bundle\PackingBundle\EventListener\CreatePackingSlipEventListener::isCorrectContext` [protected] Method has been added. -* `Marello\Bundle\PackingBundle\Entity\PackingSlip::getSourceEntity` [public] Method has been added. -* `Marello\Bundle\PackingBundle\Entity\PackingSlip::setSourceEntity` [public] Method has been added. -* `Marello\Bundle\PackingBundle\Entity\PackingSlip::$sourceEntity` [protected] Property has been added. -* `Marello\Bundle\PackingBundle\Migrations\Schema\v1_4\UpdatePackingSlipTable` Class was added. -* `Marello\Bundle\PackingBundle\Tests\Unit\Mapper\OrderToPackingSlipMapperTest::$warehousesProvider` [protected] Property has been removed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::__construct` [public] Method has been removed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::getItems` [protected] Method parameter removed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::getItems` [protected] Method parameter typing added. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::getItems` [protected] Method parameter typing removed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::mapItem` [protected] Method parameter typing removed. -* `Marello\Bundle\PackingBundle\Mapper\OrderToPackingSlipMapper::$warehousesProvider` [protected] Property has been removed. -* `Marello\Bundle\PackingBundle\EventListener\CreatePackingSlipEventListener::isCorrectOrderContext` [protected] Method has been removed. - -PaymentBundle ------ -* `Marello\Bundle\PaymentBundle\Twig\PaymentMethodExtension::getPaymentMethodConfigRenderData` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProviderTest::$aclHelper` [private] Property has been added. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProviderTest::$aclHelper` [private] Property has been added. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Method\Handler\RulesPaymentMethodDisableHandlerDecoratorTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Method\Handler\RulesPaymentMethodDisableHandlerDecoratorTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Method\Event\BasicMethodRemovalEventDispatcherTest::testDispatch` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Method\Event\BasicMethodRenamingEventDispatcherTest::testDispatch` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Condition\PaymentMethodHasPaymentRulesTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Unit\Condition\PaymentMethodHasPaymentRulesTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\PaymentBundle\Tests\Functional\Entity\Repository\PaymentMethodsConfigsRuleRepositoryTest::testGetByDestinationAndCurrency` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Functional\Entity\Repository\PaymentMethodsConfigsRuleRepositoryTest::testGetByCurrencyWithoutDestination` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Functional\Entity\Repository\PaymentMethodsConfigsRuleRepositoryTest::testGetRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Functional\Entity\Repository\PaymentMethodsConfigsRuleRepositoryTest::testGetEnabledRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Functional\Entity\Repository\PaymentMethodsConfigsRuleRepositoryTest::testGetByCurrency` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Tests\Functional\Entity\Repository\PaymentMethodsConfigsRuleRepositoryTest::testGetByCurrencyWhenCurrencyNotExists` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\BasicPaymentMethodsViewsProvider::getApplicableMethodsViews` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::getPaymentMethodsConfigsRules` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::$filtrationService` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::$repository` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::getPaymentMethodsConfigsRules` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::$filtrationService` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::$repository` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Provider\FormChanges\AvailablePaymentMethodsFormChangesProvider::__construct` [public] Method parameter name changed. -* `Marello\Bundle\PaymentBundle\Provider\FormChanges\AvailablePaymentMethodsFormChangesProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\FormChanges\AvailablePaymentMethodsFormChangesProvider::renderForm` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Provider\FormChanges\AvailablePaymentMethodsFormChangesProvider::$twig` [protected] Property has been added. -* `Marello\Bundle\PaymentBundle\Method\Handler\RulesPaymentMethodDisableHandlerDecorator::__construct` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Method\Handler\RulesPaymentMethodDisableHandlerDecorator::handleMethodDisable` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Method\Handler\RulesPaymentMethodDisableHandlerDecorator::$handler` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Method\Handler\RulesPaymentMethodDisableHandlerDecorator::$repository` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Method\Handler\RulesPaymentMethodDisableHandlerDecorator::$paymentMethodProvider` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Method\Event\BasicMethodRemovalEventDispatcher::dispatch` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Method\Event\BasicMethodRenamingEventDispatcher::dispatch` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getByDestinationAndCurrency` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getByCurrency` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getByCurrencyWithoutDestination` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getConfigsWithEnabledRuleAndMethod` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getEnabledRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\DependencyInjection\Compiler\TwigSandboxConfigurationPass::getTags` [protected] Method has been added. -* `Marello\Bundle\PaymentBundle\Controller\PaymentAjaxController::formChangesAction` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Controller\PaymentAjaxController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\PaymentBundle\Controller\PaymentController::update` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Controller\PaymentController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\PaymentBundle\Controller\PaymentMethodsConfigsRuleController::update` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Controller\PaymentMethodsConfigsRuleController::markMassAction` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Controller\PaymentMethodsConfigsRuleController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasEnabledPaymentRules::__construct` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasEnabledPaymentRules::getRulesByMethod` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasEnabledPaymentRules::$repository` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasPaymentRules::__construct` [public] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasPaymentRules::getRulesByMethod` [protected] Method implementation changed. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasPaymentRules::$repository` [private] Property has been removed. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Provider\FormChanges\AvailablePaymentMethodsFormChangesProvider::__construct` [public] Method parameter typing added. -* `Marello\Bundle\PaymentBundle\Provider\FormChanges\AvailablePaymentMethodsFormChangesProvider::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\PaymentBundle\Provider\FormChanges\AvailablePaymentMethodsFormChangesProvider::$templatingEngine` [protected] Property has been removed. -* `Marello\Bundle\PaymentBundle\Method\Handler\RulesPaymentMethodDisableHandlerDecorator::__construct` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getByDestinationAndCurrency` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getByCurrency` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getByCurrencyWithoutDestination` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getConfigsWithEnabledRuleAndMethod` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getRulesByMethod` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Entity\Repository\PaymentMethodsConfigsRuleRepository::getEnabledRulesByMethod` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasEnabledPaymentRules::__construct` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasEnabledPaymentRules::__construct` [public] Method parameter typing added. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasEnabledPaymentRules::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasPaymentRules::__construct` [public] Method parameter added. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasPaymentRules::__construct` [public] Method parameter typing added. -* `Marello\Bundle\PaymentBundle\Condition\PaymentMethodHasPaymentRules::__construct` [public] Method parameter typing removed. - -PaymentTermBundle ------ -* `Marello\Bundle\PaymentTermBundle\Tests\Functional\Controller\PaymentTermControllerTest::assertPaymentTermSave` [protected] Method implementation changed. -* `Marello\Bundle\PaymentTermBundle\Tests\Functional\Controller\SystemConfigurationControllerTest::testSystemConfigurationUpdate` [public] Method implementation changed. -* `Marello\Bundle\PaymentTermBundle\Controller\PaymentTermController::createAction` [public] Method implementation changed. -* `Marello\Bundle\PaymentTermBundle\Controller\PaymentTermController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\PaymentTermBundle\Controller\PaymentTermController::update` [protected] Method implementation changed. -* `Marello\Bundle\PaymentTermBundle\Controller\PaymentTermController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\PaymentTermBundle\Controller\PaymentTermController::createAction` [public] Method parameter added. -* `Marello\Bundle\PaymentTermBundle\Controller\PaymentTermController::updateAction` [public] Method parameter added. -* `Marello\Bundle\PaymentTermBundle\Controller\PaymentTermController::update` [protected] Method parameter added. +* `Marello\Bundle\PackingBundle\EventListener\Doctrine\PackingSlipItemStatusListener::prePersist` [public] Method implementation changed. +* `Marello\Bundle\PackingBundle\EventListener\Doctrine\PackingSlipItemStatusListener::onOrderShipped` [public] Method implementation changed. +* `Marello\Bundle\PackingBundle\Entity\PackingSlip::setSalesChannel` [public] Method implementation changed. +* `Marello\Bundle\PackingBundle\Entity\PackingSlip::$salesChannelName` [protected] Property has been added. +* `Marello\Bundle\PackingBundle\Pdf\Table\PackingSlipTableProvider` Class was added. +* `Marello\Bundle\PackingBundle\Pdf\Request\PackingSlipPdfRequestHandler` Class was added. +* `Marello\Bundle\PackingBundle\Migrations\Schema\v1_4_2\UpdatePackingSlipTable` Class was added. +* `Marello\Bundle\PackingBundle\Migrations\Schema\v1_4_1\UpdatePackingSlipTable` Class was added. +* `Marello\Bundle\PackingBundle\Migrations\Data\ORM\SendPackingSlipEmailTemplate` Class was added. +* `Marello\Bundle\PackingBundle\Migrations\Schema\v1_4\UpdatePackingSlipTable` Class was removed. PdfBundle ----- -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::__construct` [public] Method parameter name changed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::__construct` [public] Method implementation changed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::initialize` [public] Method implementation changed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::executeAction` [public] Method implementation changed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::buildFileAttachment` [protected] Method implementation changed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::normalizeToOption` [protected] Method implementation changed. -* `Marello\Bundle\PdfBundle\Tests\Unit\Workflow\Action\SendEmailTemplateAttachmentActionTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\PdfBundle\Tests\Unit\DependencyInjection\CompilerPass\DocumentTableProviderPassTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\PdfBundle\Tests\Unit\DependencyInjection\CompilerPass\RenderParameterProviderPassTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\PdfBundle\Controller\DownloadController::downloadAction` [public] Method implementation changed. -* `Marello\Bundle\PdfBundle\Controller\DownloadController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::getMimeTypeGuesser` [protected] Method has been removed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::__construct` [public] Method parameter added. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::__construct` [public] Method parameter typing added. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::$mimeTypeGuesser` [protected] Property has been removed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::$renderer` [protected] Property has been removed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::$registry` [protected] Property has been removed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::$validator` [protected] Property has been removed. -* `Marello\Bundle\PdfBundle\Workflow\Action\SendEmailTemplateAttachmentAction::$emailOriginHelper` [protected] Property has been removed. +* `Marello\Bundle\PdfBundle\Tests\Unit\Provider\Logo\LogoPathProviderTest` Class was added. +* `Marello\Bundle\PdfBundle\Tests\Unit\Provider\Logo\LogoRenderParameterProviderTest` Class was added. +* `Marello\Bundle\PdfBundle\Tests\Unit\Mock\SalesChannelAwareModel` Class was added. +* `Marello\Bundle\PdfBundle\Provider\LogoPathProvider` Class was added. +* `Marello\Bundle\PdfBundle\Provider\Render\LogoRenderParameterProvider` Class was added. PricingBundle ----- -* `Marello\Bundle\PricingBundle\Tests\Unit\Twig\PricingExtensionTest::testGetFunctions` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\Tests\Unit\Provider\ChannelPriceProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PricingBundle\Tests\Unit\Provider\ChannelPriceProviderTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\PricingBundle\Tests\Unit\DependencyInjection\Compiler\SubtotalProviderPassTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PricingBundle\Tests\Functional\Api\AssembledChannelPriceListJsonApiTest::testCreateNewPriceListWithPrices` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\Tests\Functional\Api\AssembledPriceListJsonApiTest::testCreateNewPriceListWithDefaultPrice` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\Provider\ChannelPriceProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\Provider\ChannelPriceProvider::processFormChanges` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\EventListener\Datagrid\ChannelPricesDatagridListener::onBuildBefore` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\EventListener\Datagrid\PricesDatagridListener::onBuildBefore` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\Controller\PricingController::getCurrencyByChannelAction` [public] Method implementation changed. -* `Marello\Bundle\PricingBundle\Controller\PricingController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\PricingBundle\Provider\ChannelPriceProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\PricingBundle\Provider\ChannelPriceProvider::$registry` [protected] Property has been removed. +* `Marello\Bundle\PricingBundle\Form\Type\ProductChannelPriceType::postSubmit` [public] Method implementation changed. +* `Marello\Bundle\PricingBundle\Form\Type\ProductPriceType::postSubmit` [public] Method implementation changed. ProductBundle ----- -* `Marello\Bundle\ProductBundle\MarelloProductBundle::build` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\VirtualFields\VirtualFieldsProductDecorator::getRelationField` [protected] Method implementation changed. -* `Marello\Bundle\ProductBundle\Validator\ProductSupplierRelationsDropshipValidator::getWarehouse` [private] Method implementation changed. -* `Marello\Bundle\ProductBundle\Twig\ProductExtension::__construct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Twig\ProductExtension::getProductBySku` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Unit\Twig\ProductExtensionTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Unit\Twig\ProductExtensionTest::testGetFunctions` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Unit\Twig\ProductExtensionTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\ProductBundle\Tests\Unit\Twig\ProductUnitExtensionTest::testGetFunctionsAreRegisteredInExtension` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Unit\Twig\ProductUnitExtensionTest::testGetFiltersAreRegisteredInExtension` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Unit\Provider\ProductTaxCodeProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Unit\Provider\ProductTaxCodeProviderTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\ProductBundle\Tests\Functional\Entity\Repository\ProductRepositoryTest::testPurchaseOrderItemCandidates` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Functional\Api\ProductJsonApiTest::testCreateNewProduct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Tests\Functional\Api\ProductJsonApiTest::testUpdateProduct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Provider\OrderItemProductUnitProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Provider\OrderItemProductUnitProvider::processFormChanges` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Provider\ProductTaxCodeProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Provider\ProductTaxCodeProvider::processFormChanges` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Form\Type\ProductSelectType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Form\Type\ProductSupplierSelectType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\EventListener\AttributeFormViewListener::onEdit` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\EventListener\AttributeFormViewListener::onViewList` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\EventListener\Doctrine\ProductDropshipEventListener::postFlush` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\EventListener\Datagrid\ProductGridListener::onBuildBefore` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Entity\Product::__construct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findByChannel` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::getProductIdsBySalesChannelIds` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findBySalesChannel` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findOneBySku` [public] Method parameter name changed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findOneBySku` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findByDataKey` [public] Method implementation changed. * `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::getPurchaseOrderItemsCandidates` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\ProductBundle\Duplicator\ProductDuplicator::duplicate` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Duplicator\SkuIncrementor::__construct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Duplicator\SkuIncrementor::defineBaseSku` [protected] Method implementation changed. -* `Marello\Bundle\ProductBundle\DependencyInjection\Compiler\EmailTwigSandboxConfigurationPass::getTags` [protected] Method has been added. -* `Marello\Bundle\ProductBundle\Controller\ProductController::createStepOne` [protected] Method implementation changed. -* `Marello\Bundle\ProductBundle\Controller\ProductController::createStepTwo` [protected] Method implementation changed. * `Marello\Bundle\ProductBundle\Controller\ProductController::update` [protected] Method implementation changed. -* `Marello\Bundle\ProductBundle\Controller\ProductController::assignSalesChannelsAction` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Controller\ProductController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\ProductBundle\Controller\VariantController::createVariantAction` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Controller\VariantController::updateVariantAction` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Controller\VariantController::updateVariant` [protected] Method implementation changed. -* `Marello\Bundle\ProductBundle\Controller\VariantController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::__construct` [public] Method parameter name changed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::__construct` [public] Method implementation changed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::sendMail` [private] Method implementation changed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::$logger` [private] Property has been removed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::$entityManager` [private] Property has been removed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::$datagridManager` [private] Property has been removed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::$tokenStorage` [private] Property has been removed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::$emailModelFactory` [private] Property has been removed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::$emailProcessor` [private] Property has been removed. -* `Marello\Bundle\ProductBundle\Migrations\Data\ORM\LoadAllocationStatusData` Class was added. -* `Marello\Bundle\ProductBundle\Twig\ProductExtension::__construct` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Twig\ProductExtension::$channelProvider` [protected] Property has been removed. -* `Marello\Bundle\ProductBundle\Twig\ProductExtension::$categoriesIdsProvider` [protected] Property has been removed. -* `Marello\Bundle\ProductBundle\Provider\OrderItemProductUnitProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Provider\OrderItemProductUnitProvider::$doctrineHelper` [protected] Property has been removed. -* `Marello\Bundle\ProductBundle\Provider\ProductTaxCodeProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Provider\ProductTaxCodeProvider::$registry` [protected] Property has been removed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findByChannel` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::getProductIdsBySalesChannelIds` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findBySalesChannel` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findOneBySku` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findOneBySku` [public] Method parameter typing added. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findOneBySku` [public] Method parameter typing removed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findOneBySku` [public] Method parameter default removed. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findByDataKey` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::findByDataKey` [public] Method parameter typing added. +* `Marello\Bundle\ProductBundle\Migrations\Data\ORM\LoadAllocationContextData::getVersion` [public] Method implementation changed. +* `Marello\Bundle\ProductBundle\Migrations\Data\ORM\LoadNotificationMessageResolvedData` Class was added. +* `Marello\Bundle\ProductBundle\Migrations\Data\ORM\LoadNotificationMessageSourceData` Class was added. +* `Marello\Bundle\ProductBundle\Migrations\Data\ORM\LoadNotificationMessageTypeData` Class was added. +* `Marello\Bundle\ProductBundle\Migrations\Data\ORM\LoadAllocationReshipmentReasonData` Class was added. * `Marello\Bundle\ProductBundle\Entity\Repository\ProductRepository::getPurchaseOrderItemsCandidates` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Duplicator\SkuIncrementor::__construct` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Duplicator\SkuIncrementor::__construct` [public] Method parameter typing added. -* `Marello\Bundle\ProductBundle\Duplicator\SkuIncrementor::$doctrineHelper` [protected] Property has been removed. -* `Marello\Bundle\ProductBundle\Duplicator\SkuIncrementor::$productClass` [protected] Property has been removed. -* `Marello\Bundle\ProductBundle\Controller\ProductController::assignSalesChannelsAction` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Controller\VariantController::createVariantAction` [public] Method parameter added. -* `Marello\Bundle\ProductBundle\Controller\VariantController::updateVariant` [protected] Method parameter added. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::__construct` [public] Method parameter removed. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::__construct` [public] Method parameter typing added. -* `Marello\Bundle\ProductBundle\Async\ProductsAssignSalesChannelsProcessor::__construct` [public] Method parameter typing removed. PurchaseOrderBundle ----- -* `Marello\Bundle\PurchaseOrderBundle\Workflow\Action\ReceivePurchaseOrderAction::handleInventoryUpdate` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Tests\Unit\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListenerTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Tests\Unit\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListenerTest::testPostFlush` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Tests\Unit\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListenerTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\PurchaseOrderBundle\Tests\Functional\Cron\PurchaseOrderAdviceCronTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Tests\Functional\Cron\PurchaseOrderAdviceCronTest::testAdviceCommandWillSendNotification` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Tests\Functional\Controller\PurchaseOrderControllerTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Migrations\Schema\MarelloPurchaseOrderBundleInstaller::getMigrationVersion` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Migrations\Schema\MarelloPurchaseOrderBundleInstaller::createMarelloPurchaseOrderTable` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::__construct` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::postFlush` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::getPurchasePrice` [private] Method parameter added. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::getPurchasePrice` [private] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::getLinkedWarehouse` [private] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::$availableInventoryProvider` [private] Property has been removed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderWarehouseListener::__construct` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderWarehouseListener::prePersist` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderWarehouseListener::$doctrine` [private] Property has been removed. -* `Marello\Bundle\PurchaseOrderBundle\Cron\PurchaseOrderAdviceCommand::isActive` [public] Method implementation changed. +* `Marello\Bundle\PurchaseOrderBundle\Tests\Unit\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListenerTest::getAllocation` [private] Method implementation changed. +* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::postPersist` [public] Method implementation changed. * `Marello\Bundle\PurchaseOrderBundle\Cron\PurchaseOrderAdviceCommand::execute` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Cron\PurchaseOrderAdviceCommand::__construct` [public] Method has been added. -* `Marello\Bundle\PurchaseOrderBundle\Controller\PurchaseOrderController::createStepOne` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Controller\PurchaseOrderController::createStepTwo` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Controller\PurchaseOrderController::update` [protected] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Controller\PurchaseOrderController::productsBySupplierAction` [public] Method implementation changed. -* `Marello\Bundle\PurchaseOrderBundle\Controller\PurchaseOrderController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\PurchaseOrderBundle\Migrations\Schema\v1_3_4\MarelloPurchaseOrderBundle` Class was added. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderOnOrderOnDemandCreationListener::__construct` [public] Method parameter added. -* `Marello\Bundle\PurchaseOrderBundle\EventListener\Doctrine\PurchaseOrderWarehouseListener::__construct` [public] Method parameter added. - -RefundBundle ------ -* `Marello\Bundle\RefundBundle\Tests\Unit\Twig\RefundExtensionTest::testGetFunctionsAreRegisteredInExtension` [public] Method implementation changed. -* `Marello\Bundle\RefundBundle\Migrations\Schema\MarelloRefundBundleInstaller::getMigrationVersion` [public] Method implementation changed. -* `Marello\Bundle\RefundBundle\Migrations\Schema\MarelloRefundBundleInstaller::up` [public] Method implementation changed. -* `Marello\Bundle\RefundBundle\Form\Type\OrderItemRefundType::buildForm` [public] Method implementation changed. -* `Marello\Bundle\RefundBundle\Controller\RefundAjaxController::formChangesAction` [public] Method implementation changed. -* `Marello\Bundle\RefundBundle\Controller\RefundAjaxController::formCreateAction` [public] Method implementation changed. -* `Marello\Bundle\RefundBundle\Controller\RefundAjaxController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\RefundBundle\Controller\RefundController::update` [protected] Method implementation changed. -* `Marello\Bundle\RefundBundle\Controller\RefundController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\RefundBundle\Migrations\Schema\v1_4_1\MarelloRefundBundle` Class was added. - -ReportBundle ------ -* `Marello\Bundle\ReportBundle\Controller\ReportController::indexAction` [public] Method implementation changed. -* `Marello\Bundle\ReportBundle\Controller\ReportController::getSubscribedServices` [public] Method has been added. +* `Marello\Bundle\PurchaseOrderBundle\Cron\PurchaseOrderAdviceCommand::getOrganization` [protected] Method has been added. +* `Marello\Bundle\PurchaseOrderBundle\Cron\PurchaseOrderAdviceCommand::createNotificationContext` [protected] Method has been added. +* `Marello\Bundle\PurchaseOrderBundle\Controller\PurchaseOrderController::purchaseOrderCandidatesGridAction` [public] Method has been added. +* `Marello\Bundle\PurchaseOrderBundle\Provider\PurchaseOrderCandidatesProvider` Class was added. +* `Marello\Bundle\PurchaseOrderBundle\EventListener\Datagrid\PurchaseOrderItemCandidatesGridListener` Class was added. +* `Marello\Bundle\PurchaseOrderBundle\EventListener\Datagrid\PurchaseOrderGridListener` Class was removed. ReturnBundle ----- -* `Marello\Bundle\ReturnBundle\Workflow\InspectionAction::handleInventoryUpdate` [protected] Method implementation changed. -* `Marello\Bundle\ReturnBundle\Tests\Unit\Twig\ReturnExtensionTest::testGetFunctionsAreRegisteredInExtension` [public] Method implementation changed. -* `Marello\Bundle\ReturnBundle\Tests\Functional\Controller\ReturnControllerTest::testDatagrids` [public] Method has been added. -* `Marello\Bundle\ReturnBundle\Provider\ReturnShippingServiceDataProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\ReturnBundle\Provider\ReturnShippingServiceDataProvider::getShippingShipTo` [public] Method implementation changed. -* `Marello\Bundle\ReturnBundle\Entity\Repository\ReturnItemRepository::getReturnQuantityByReason` [public] Method implementation changed. +* `Marello\Bundle\ReturnBundle\Manager\Rules\MarelloProductWarranty::validateConditions` [protected] Method implementation changed. +* `Marello\Bundle\ReturnBundle\Manager\Rules\MarelloProductWarranty::validateProductWarranty` [protected] Method implementation changed. +* `Marello\Bundle\ReturnBundle\Manager\Rules\MarelloRorWarranty::validateConditions` [protected] Method implementation changed. +* `Marello\Bundle\ReturnBundle\Manager\Rules\MarelloRorWarranty::validateProductRorWarranty` [protected] Method implementation changed. +* `Marello\Bundle\ReturnBundle\Form\Type\ReturnType::buildForm` [public] Method implementation changed. * `Marello\Bundle\ReturnBundle\Controller\ReturnController::createAction` [public] Method implementation changed. -* `Marello\Bundle\ReturnBundle\Controller\ReturnController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\ReturnBundle\Controller\ReturnController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\ReturnBundle\Provider\ReturnShippingServiceDataProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\ReturnBundle\Provider\ReturnShippingServiceDataProvider::$entityManager` [protected] Property has been removed. - -RuleBundle ------ -* `Marello\Bundle\RuleBundle\Datagrid\Extension\MassAction\StatusMassActionHandler::getResponse` [protected] Method implementation changed. +* `Marello\Bundle\ReturnBundle\Factory\ReturnShippingContextFactory` Class was added. +* `Marello\Bundle\ReturnBundle\EventListener\Action\Condition\ReturnAllowedActionListener` Class was added. SalesBundle ----- -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::__construct` [public] Method parameter name changed. -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::__construct` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::checkActiveChannels` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::getChannelNameByCode` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::getRepository` [protected] Method has been added. -* `Marello\Bundle\SalesBundle\Tests\Unit\Twig\SalesExtensionTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Unit\Twig\SalesExtensionTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\SalesBundle\Tests\Unit\Form\Handler\SalesChannelGroupHandlerTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Unit\Form\Handler\SalesChannelGroupHandlerTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\SalesBundle\Tests\Unit\EventListener\Doctrine\SalesChannelGroupListenerTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Unit\EventListener\Doctrine\SalesChannelGroupListenerTest::$aclHelper` [private] Property has been added. -* `Marello\Bundle\SalesBundle\Tests\Unit\EventListener\Doctrine\SalesChannelListenerTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Unit\EventListener\Doctrine\SalesChannelListenerTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\SalesBundle\Tests\Functional\Entity\Repository\SalesChannelRepositoryTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Entity\Repository\SalesChannelRepositoryTest::testGetActiveChannels` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Entity\Repository\SalesChannelRepositoryTest::testGetDefaultActiveChannels` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\DataFixtures\LoadSalesData::loadSalesChannels` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::testCreate` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::testUpdate` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::testView` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::assertSalesChannelSave` [protected] Method parameter name changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::assertSalesChannelSave` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::assertViewPage` [protected] Method parameter name changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::assertViewPage` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelGroupControllerTest::assertSalesChannelGroupSave` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Provider\ChannelProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Provider\ChannelProvider::getExcludedSalesChannelsIds` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Migrations\Data\ORM\AssignDefaultGroupForSalesChannels::load` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Form\Type\SalesChannelSelectType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Form\Type\SalesChannelType::preSetDataListener` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Form\Type\SalesChannelTypeSelectType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Form\Handler\SalesChannelGroupHandler::__construct` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Form\Handler\SalesChannelGroupHandler::getSystemSalesChannelsGroup` [private] Method implementation changed. -* `Marello\Bundle\SalesBundle\Form\EventListener\DefaultSalesChannelSubscriber::__construct` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Form\EventListener\DefaultSalesChannelSubscriber::getDefaultChannels` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupInventoryRebalanceListener::__construct` [public] Method implementation changed. * `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupInventoryRebalanceListener::rebalanceForSalesChannelGroup` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupInventoryRebalanceListener::$messageProducer` [private] Property has been removed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupListener::__construct` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupListener::preRemove` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupListener::getSystemWarehouseChannelGroupLink` [private] Method implementation changed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelListener::__construct` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelListener::prePersist` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelGroupRepository::findSystemChannelGroup` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelGroupRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::findOneBySalesChannel` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::findExcludedSalesChannelIds` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::getActiveChannels` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::getDefaultActiveChannels` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelTypeRepository::search` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelTypeRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\SalesBundle\Controller\ConfigController::salesChannelAction` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Controller\ConfigController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\SalesBundle\Controller\SalesChannelController::update` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Controller\SalesChannelController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\SalesBundle\Controller\SalesChannelGroupController::update` [protected] Method implementation changed. -* `Marello\Bundle\SalesBundle\Controller\SalesChannelGroupController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\SalesBundle\Controller\SalesChannelTypeController::searchAction` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Controller\SalesChannelTypeController::createAction` [public] Method implementation changed. -* `Marello\Bundle\SalesBundle\Controller\SalesChannelTypeController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\SalesBundle\Tests\Functional\Provider\ChannelProviderTest` Class was added. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::assertSalesChannelSave` [protected] Method parameter default added. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::assertViewPage` [protected] Method parameter default added. -* `Marello\Bundle\SalesBundle\Tests\Provider\ChannelProviderTest` Class was removed. -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::__construct` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::__construct` [public] Method parameter typing added. -* `Marello\Bundle\SalesBundle\Twig\SalesExtension::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelControllerTest::getOperationExecuteParams` [protected] Method has been removed. -* `Marello\Bundle\SalesBundle\Tests\Functional\Controller\SalesChannelGroupControllerTest::getOperationExecuteParams` [protected] Method has been removed. -* `Marello\Bundle\SalesBundle\Provider\ChannelProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Provider\ChannelProvider::$manager` [protected] Property has been removed. -* `Marello\Bundle\SalesBundle\Form\Handler\SalesChannelGroupHandler::__construct` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Form\Handler\SalesChannelGroupHandler::$manager` [protected] Property has been removed. -* `Marello\Bundle\SalesBundle\Form\EventListener\DefaultSalesChannelSubscriber::__construct` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Form\EventListener\DefaultSalesChannelSubscriber::$em` [protected] Property has been removed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupInventoryRebalanceListener::__construct` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupListener::__construct` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupListener::$installed` [protected] Property has been removed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupListener::$session` [protected] Property has been removed. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelListener::__construct` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelListener::$installed` [protected] Property has been removed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelGroupRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelGroupRepository::findSystemChannelGroup` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::findOneBySalesChannel` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::findExcludedSalesChannelIds` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::getActiveChannels` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelRepository::getDefaultActiveChannels` [public] Method parameter added. -* `Marello\Bundle\SalesBundle\Entity\Repository\SalesChannelTypeRepository::setAclHelper` [public] Method has been removed. +* `Marello\Bundle\SalesBundle\Autocomplete\AbstractMultiConditionSalesChannelHandler` Class was added. +* `Marello\Bundle\SalesBundle\Async\RebalanceSalesChannelGroupProcessor` Class was added. +* `Marello\Bundle\SalesBundle\Async\Topics` Class was added. +* `Marello\Bundle\SalesBundle\EventListener\Doctrine\SalesChannelGroupInventoryRebalanceListener::__construct` [public] Method parameter removed. +* `Marello\Bundle\SalesBundle\Autocomplete\ActiveSalesChannelHandler::findById` [protected] Method has been removed. +* `Marello\Bundle\SalesBundle\Autocomplete\ActiveSalesChannelHandler::searchEntities` [protected] Method has been removed. +* `Marello\Bundle\SalesBundle\Autocomplete\ActiveSalesChannelHandler::addSearchCriteria` [protected] Method has been removed. +* `Marello\Bundle\SalesBundle\Autocomplete\StoreSalesChannelHandler::findById` [protected] Method has been removed. +* `Marello\Bundle\SalesBundle\Autocomplete\StoreSalesChannelHandler::searchEntities` [protected] Method has been removed. +* `Marello\Bundle\SalesBundle\Autocomplete\StoreSalesChannelHandler::addSearchCriteria` [protected] Method has been removed. ShippingBundle ----- -* `Marello\Bundle\ShippingBundle\Twig\ShippingMethodExtension::getShippingMethodConfigRenderData` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Provider\ShippingPriceProviderTest::testGetApplicableMethodsViews` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProviderTest::$aclHelper` [private] Property has been added. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProviderTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProviderTest::$aclHelper` [private] Property has been added. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Method\Handler\RulesShippingMethodDisableHandlerDecoratorTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Method\Handler\RulesShippingMethodDisableHandlerDecoratorTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Method\Event\BasicMethodRemovalEventDispatcherTest::testDispatch` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Method\Event\BasicMethodRenamingEventDispatcherTest::testDispatch` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Method\Event\BasicMethodTypeRemovalEventDispatcherTest::testDispatch` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Condition\ShippingMethodHasShippingRulesTest::setUp` [protected] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Unit\Condition\ShippingMethodHasShippingRulesTest::$aclHelper` [protected] Property has been added. -* `Marello\Bundle\ShippingBundle\Tests\Functional\Entity\Repository\ShippingMethodsConfigsRuleRepositoryTest::testGetByDestinationAndCurrency` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Functional\Entity\Repository\ShippingMethodsConfigsRuleRepositoryTest::testGetByCurrencyWithoutDestination` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Functional\Entity\Repository\ShippingMethodsConfigsRuleRepositoryTest::testGetRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Functional\Entity\Repository\ShippingMethodsConfigsRuleRepositoryTest::testGetEnabledRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Functional\Entity\Repository\ShippingMethodsConfigsRuleRepositoryTest::testGetByCurrency` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Tests\Functional\Entity\Repository\ShippingMethodsConfigsRuleRepositoryTest::testGetByCurrencyWhenCurrencyNotExists` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Provider\Price\ShippingPriceProvider::getApplicableMethodsViews` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::getShippingMethodsConfigsRules` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::$filtrationService` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::$repository` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::__construct` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::getShippingMethodsConfigsRules` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::$filtrationService` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::$repository` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Method\Handler\RulesShippingMethodDisableHandlerDecorator::__construct` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Method\Handler\RulesShippingMethodDisableHandlerDecorator::handleMethodDisable` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Method\Handler\RulesShippingMethodDisableHandlerDecorator::$handler` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Method\Handler\RulesShippingMethodDisableHandlerDecorator::$repository` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Method\Handler\RulesShippingMethodDisableHandlerDecorator::$shippingMethodProvider` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Method\Event\BasicMethodRemovalEventDispatcher::dispatch` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Method\Event\BasicMethodRenamingEventDispatcher::dispatch` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Method\Event\BasicMethodTypeRemovalEventDispatcher::dispatch` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getByDestinationAndCurrency` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getByCurrency` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getByCurrencyWithoutDestination` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getConfigsWithEnabledRuleAndMethod` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getEnabledRulesByMethod` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::$aclHelper` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\DependencyInjection\CompilerPass\TwigSandboxConfigurationPass::process` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Controller\ShippingMethodsConfigsRuleController::update` [protected] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Controller\ShippingMethodsConfigsRuleController::markMassAction` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Controller\ShippingMethodsConfigsRuleController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasEnabledShippingRules::__construct` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasEnabledShippingRules::getRulesByMethod` [protected] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasEnabledShippingRules::$repository` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasShippingRules::__construct` [public] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasShippingRules::getRulesByMethod` [protected] Method implementation changed. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasShippingRules::$repository` [private] Property has been removed. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\RegardlessDestination\RegardlessDestinationMethodsConfigsRulesByContextProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Provider\MethodsConfigsRule\Context\Basic\BasicMethodsConfigsRulesByContextProvider::__construct` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Method\Handler\RulesShippingMethodDisableHandlerDecorator::__construct` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::setAclHelper` [public] Method has been removed. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getByDestinationAndCurrency` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getByCurrency` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getByCurrencyWithoutDestination` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getConfigsWithEnabledRuleAndMethod` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getRulesByMethod` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Entity\Repository\ShippingMethodsConfigsRuleRepository::getEnabledRulesByMethod` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasEnabledShippingRules::__construct` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasEnabledShippingRules::__construct` [public] Method parameter typing added. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasEnabledShippingRules::__construct` [public] Method parameter typing removed. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasShippingRules::__construct` [public] Method parameter added. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasShippingRules::__construct` [public] Method parameter typing added. -* `Marello\Bundle\ShippingBundle\Condition\ShippingMethodHasShippingRules::__construct` [public] Method parameter typing removed. - -SupplierBundle ------ -* `Marello\Bundle\SupplierBundle\Tests\Unit\Twig\SupplierExtensionTest::testGetFunctions` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Tests\Functional\Entity\SupplierOwnerIsSetTest::testCreateNewSupplier` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Tests\Functional\DataFixtures\LoadSupplierData::loadSuppliers` [protected] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Tests\Functional\Controller\SupplierControllerTest::testCreateNewSupplier` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Migrations\Schema\MarelloSupplierBundleInstaller::getMigrationVersion` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Migrations\Schema\MarelloSupplierBundleInstaller::createMarelloSupplierSupplierTable` [protected] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Migrations\Data\ORM\UpdateCurrentSuppliersWithWarehouseAndInvLevels::getWarehouse` [private] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Migrations\Data\ORM\UpdateCurrentSuppliersWithWarehouseAndInvLevels::createWarehouse` [private] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Form\Type\SupplierSelectType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Form\Type\SupplierType::buildForm` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Form\Type\SupplierType::preSetDataListener` [public] Method has been added. -* `Marello\Bundle\SupplierBundle\EventListener\Doctrine\SupplierDropshipEventListener::prePersist` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\EventListener\Doctrine\SupplierDropshipEventListener::preUpdate` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\EventListener\Doctrine\SupplierDropshipEventListener::preRemove` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Entity\Supplier::getCode` [public] Method has been added. -* `Marello\Bundle\SupplierBundle\Entity\Supplier::setCode` [public] Method has been added. -* `Marello\Bundle\SupplierBundle\Entity\Supplier::$code` [protected] Property has been added. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::createAction` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::update` [protected] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::updateAddressAction` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::getSupplierDefaultDataAction` [public] Method implementation changed. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\SupplierBundle\Migrations\Schema\v1_5_1\MarelloSupplierBundle` Class was added. -* `Marello\Bundle\SupplierBundle\Migrations\Data\ORM\UpdateCurrentSuppliersWithCode` Class was added. -* `Marello\Bundle\SupplierBundle\Form\Handler\SupplierHandler` Class was removed. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::createAction` [public] Method parameter added. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::updateAction` [public] Method parameter added. -* `Marello\Bundle\SupplierBundle\Controller\SupplierController::update` [protected] Method parameter added. - -TaxBundle ------ -* `Marello\Bundle\TaxBundle\Tests\Unit\EventListener\TaxEventDispatcherTest::testDispatch` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Tests\Unit\DependencyInjection\Compiler\ResolverEventConnectorPassTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Tests\Unit\DependencyInjection\CompilerPass\TaxMapperPassTest::setUp` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Tests\Functional\Controller\TaxJurisdictionControllerTest::assertTaxJurisdictionSave` [protected] Method implementation changed. -* `Marello\Bundle\TaxBundle\Form\Type\TaxCodeSelectType::configureOptions` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Event\TaxEventDispatcher::dispatch` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::createAction` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::update` [protected] Method parameter name changed. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::update` [protected] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\TaxBundle\Controller\TaxJurisdictionController::update` [protected] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxJurisdictionController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::createAction` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::update` [protected] Method parameter name changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::update` [protected] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::createAction` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::updateAction` [public] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::update` [protected] Method parameter name changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::update` [protected] Method implementation changed. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::createAction` [public] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::updateAction` [public] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::update` [protected] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::update` [protected] Method parameter typing added. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::update` [protected] Method parameter typing removed. -* `Marello\Bundle\TaxBundle\Controller\TaxCodeController::update` [protected] Method parameter default removed. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::createAction` [public] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::updateAction` [public] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::update` [protected] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::update` [protected] Method parameter typing added. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::update` [protected] Method parameter typing removed. -* `Marello\Bundle\TaxBundle\Controller\TaxRateController::update` [protected] Method parameter default removed. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::createAction` [public] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::updateAction` [public] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::update` [protected] Method parameter added. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::update` [protected] Method parameter typing added. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::update` [protected] Method parameter typing removed. -* `Marello\Bundle\TaxBundle\Controller\TaxRuleController::update` [protected] Method parameter default removed. +* `Marello\Bundle\ShippingBundle\Workflow\ShipmentCreateAction::executeAction` [protected] Method implementation changed. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\MarelloShippingBundleInstaller::getMigrationVersion` [public] Method implementation changed. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\MarelloShippingBundleInstaller::up` [public] Method implementation changed. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\MarelloShippingBundleInstaller::createMarelloShipmentTable` [protected] Method implementation changed. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\MarelloShippingBundleInstaller::addMarelloShipmentForeignKeys` [protected] Method implementation changed. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\MarelloShippingBundleInstaller::createMarelloTrackingInfoTable` [protected] Method has been added. +* `Marello\Bundle\ShippingBundle\Integration\UPS\UPSShippingServiceIntegration::createShipment` [public] Method implementation changed. +* `Marello\Bundle\ShippingBundle\Integration\UPS\UPSShippingServiceIntegration::createTrackingInfo` [private] Method has been added. +* `Marello\Bundle\ShippingBundle\Entity\Shipment::getTrackingInfo` [public] Method has been added. +* `Marello\Bundle\ShippingBundle\Entity\Shipment::setTrackingInfo` [public] Method has been added. +* `Marello\Bundle\ShippingBundle\Entity\Shipment::$trackingInfo` [protected] Property has been added. +* `Marello\Bundle\ShippingBundle\Model\ExtendTrackingInfo` Class was added. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\v1_3\MarelloShippingBundle` Class was added. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\v1_2\MarelloShippingBundle` Class was added. +* `Marello\Bundle\ShippingBundle\Entity\TrackingInfo` Class was added. +* `Marello\Bundle\ShippingBundle\Migrations\Schema\v1_2\MarelloShippingBundleInstaller` Class was removed. UPSBundle ----- -* `Marello\Bundle\UPSBundle\Validator\Constraints\RemoveUsedShippingServiceValidator::handleValidationResult` [private] Method implementation changed. -* `Marello\Bundle\UPSBundle\Tests\Unit\Validator\Constraints\RemoveUsedShippingServiceValidatorTest::testValidateWithErrors` [public] Method implementation changed. -* `Marello\Bundle\UPSBundle\Tests\Unit\DependencyInjection\MarelloUPSExtensionTest::testLoad` [public] Method implementation changed. -* `Marello\Bundle\UPSBundle\Method\Factory\UPSShippingMethodFactory::createTypes` [private] Method implementation changed. -* `Marello\Bundle\UPSBundle\Controller\AjaxUPSController::getShippingServicesByCountryAction` [public] Method implementation changed. -* `Marello\Bundle\UPSBundle\Controller\AjaxUPSController::validateConnectionAction` [public] Method implementation changed. -* `Marello\Bundle\UPSBundle\Controller\AjaxUPSController::getErrorMessageByValidatorResult` [private] Method implementation changed. -* `Marello\Bundle\UPSBundle\Controller\AjaxUPSController::getSubscribedServices` [public] Method has been added. +* `Marello\Bundle\UPSBundle\Method\UPSShippingMethodType::createShipment` [public] Method implementation changed. -WorkflowBundle ------ -* `Marello\Bundle\WorkflowBundle\Tests\Unit\Async\WorkflowTransitMassProcessorTest::testGetSubscribedTopics` [public] Method implementation changed. -* `Marello\Bundle\WorkflowBundle\Manager\WorkflowTransitMassManager::sendEmailReport` [protected] Method implementation changed. -* `Marello\Bundle\WorkflowBundle\Controller\WorkflowController::massActionLogAction` [public] Method implementation changed. -* `Marello\Bundle\WorkflowBundle\Controller\WorkflowController::getSubscribedServices` [public] Method has been added. -* `Marello\Bundle\WorkflowBundle\Async\WorkflowTransitMassProcessor::getSubscribedTopics` [public] Method implementation changed. -* `Marello\Bundle\WorkflowBundle\Async\Topics` Class was added. -* `Marello\Bundle\WorkflowBundle\Async\WorkflowTransitProcessor` Class was added. diff --git a/composer.json b/composer.json index b2d63075d..2cbdf94df 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "oro/calendar-bundle": "5.0.*", "oro/oauth2-server": "5.0.*", "oro/crm-task-bundle": "5.0.*", - "marellocommerce/marello": "~4.1.0" + "marellocommerce/marello": "~4.2.0" }, "require-dev": { "behat/behat": "~3.10.0", @@ -68,6 +68,9 @@ "bin-dir": "bin", "fxp-asset": { "enabled": false + }, + "allow-plugins": { + "php-http/discovery": false } }, "scripts": { diff --git a/composer.lock b/composer.lock index 0343aad3f..a7ca8e3c0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "71b91af9652e4a8584c16daa9d76e528", + "content-hash": "56bb3e25d6a8fd26b7df617a7afbe248", "packages": [ { "name": "ass/xmlsecurity", @@ -385,16 +385,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.5", + "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" + "reference": "90d087e988ff194065333d16bc5cf649872d9cdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb", + "reference": "90d087e988ff194065333d16bc5cf649872d9cdb", "shasum": "" }, "require": { @@ -441,7 +441,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.5" + "source": "https://github.com/composer/ca-bundle/tree/1.3.6" }, "funding": [ { @@ -457,20 +457,20 @@ "type": "tidelift" } ], - "time": "2023-01-11T08:27:00+00:00" + "time": "2023-06-06T12:02:59+00:00" }, { "name": "composer/composer", - "version": "2.2.18", + "version": "2.2.21", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "84175907664ca8b73f73f4883e67e886dfefb9f5" + "reference": "978198befc71de0b18fc1fc5a472c03b184b504a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/84175907664ca8b73f73f4883e67e886dfefb9f5", - "reference": "84175907664ca8b73f73f4883e67e886dfefb9f5", + "url": "https://api.github.com/repos/composer/composer/zipball/978198befc71de0b18fc1fc5a472c03b184b504a", + "reference": "978198befc71de0b18fc1fc5a472c03b184b504a", "shasum": "" }, "require": { @@ -540,7 +540,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.2.18" + "source": "https://github.com/composer/composer/tree/2.2.21" }, "funding": [ { @@ -556,7 +556,7 @@ "type": "tidelift" } ], - "time": "2022-08-20T09:33:38+00:00" + "time": "2023-02-15T12:07:40+00:00" }, { "name": "composer/metadata-minifier", @@ -1774,16 +1774,16 @@ }, { "name": "doctrine/doctrine-fixtures-bundle", - "version": "3.4.2", + "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", - "reference": "601988c5b46dbd20a0f886f967210aba378a6fd5" + "reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/601988c5b46dbd20a0f886f967210aba378a6fd5", - "reference": "601988c5b46dbd20a0f886f967210aba378a6fd5", + "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/9ec3139c52a42e94c9fd1e95f8d2bca94326edfb", + "reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb", "shasum": "" }, "require": { @@ -1837,7 +1837,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues", - "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.2" + "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.4" }, "funding": [ { @@ -1853,7 +1853,7 @@ "type": "tidelift" } ], - "time": "2022-04-28T17:58:29+00:00" + "time": "2023-05-02T15:12:16+00:00" }, { "name": "doctrine/event-manager", @@ -2486,16 +2486,16 @@ }, { "name": "egulias/email-validator", - "version": "3.2.5", + "version": "3.2.6", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "b531a2311709443320c786feb4519cfaf94af796" + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796", - "reference": "b531a2311709443320c786feb4519cfaf94af796", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", "shasum": "" }, "require": { @@ -2541,7 +2541,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.5" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" }, "funding": [ { @@ -2549,7 +2549,7 @@ "type": "github" } ], - "time": "2023-01-02T17:26:14+00:00" + "time": "2023-06-01T07:04:22+00:00" }, { "name": "evenement/evenement", @@ -2600,20 +2600,30 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.14.0", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75" + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + }, + "require-dev": { + "cerdic/css-tidy": "^1.7 || ^2.0", + "simpletest/simpletest": "dev-master" + }, + "suggest": { + "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", + "ext-bcmath": "Used for unit conversion and imagecrash protection", + "ext-iconv": "Converts text to and from non-UTF-8 encodings", + "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { @@ -2645,28 +2655,28 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" }, - "time": "2021-12-25T01:21:49+00:00" + "time": "2022-09-18T07:06:19+00:00" }, { "name": "friendsofphp/proxy-manager-lts", - "version": "v1.0.13", + "version": "v1.0.16", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", - "reference": "88354616f4cf4f6620910fd035e282173ba453e8" + "reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/88354616f4cf4f6620910fd035e282173ba453e8", - "reference": "88354616f4cf4f6620910fd035e282173ba453e8", + "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/ecadbdc9052e4ad08c60c8a02268712e50427f7c", + "reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c", "shasum": "" }, "require": { "laminas/laminas-code": "~3.4.1|^4.0", "php": ">=7.1", - "symfony/filesystem": "^4.4.17|^5.0|^6.0" + "symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0" }, "conflict": { "laminas/laminas-stdlib": "<3.2.1", @@ -2677,7 +2687,7 @@ }, "require-dev": { "ext-phar": "*", - "symfony/phpunit-bridge": "^5.4|^6.0" + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0" }, "type": "library", "extra": { @@ -2717,7 +2727,7 @@ ], "support": { "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", - "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.13" + "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.16" }, "funding": [ { @@ -2729,7 +2739,7 @@ "type": "tidelift" } ], - "time": "2022-10-17T19:48:16+00:00" + "time": "2023-05-24T07:17:17+00:00" }, { "name": "friendsofsymfony/jsrouting-bundle", @@ -3391,16 +3401,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", "shasum": "" }, "require": { @@ -3410,11 +3420,6 @@ "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -3455,7 +3460,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/1.5.3" }, "funding": [ { @@ -3471,20 +3476,20 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T12:31:43+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { @@ -3503,11 +3508,6 @@ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -3565,7 +3565,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.9.0" + "source": "https://github.com/guzzle/psr7/tree/1.9.1" }, "funding": [ { @@ -3581,7 +3581,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T21:43:03+00:00" + "time": "2023-04-17T16:00:37+00:00" }, { "name": "hwi/oauth-bundle", @@ -3767,16 +3767,16 @@ }, { "name": "imagine/imagine", - "version": "1.3.3", + "version": "1.3.5", "source": { "type": "git", "url": "https://github.com/php-imagine/Imagine.git", - "reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2" + "reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/a6e6da93ea0f76aba33b0e8ed1325523c0413da2", - "reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2", + "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/7151d553edec4dc2bbac60419f7a74ff34700e7f", + "reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f", "shasum": "" }, "require": { @@ -3823,9 +3823,9 @@ ], "support": { "issues": "https://github.com/php-imagine/Imagine/issues", - "source": "https://github.com/php-imagine/Imagine/tree/1.3.3" + "source": "https://github.com/php-imagine/Imagine/tree/1.3.5" }, - "time": "2022-11-16T13:09:11+00:00" + "time": "2023-06-07T14:49:52+00:00" }, { "name": "incenteev/composer-parameter-handler", @@ -4294,29 +4294,29 @@ }, { "name": "laminas/laminas-code", - "version": "4.8.0", + "version": "4.11.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "dd19fe8e07cc3f374308565667eecd4958c22106" + "reference": "169123b3ede20a9193480c53de2a8194f8c073ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/dd19fe8e07cc3f374308565667eecd4958c22106", - "reference": "dd19fe8e07cc3f374308565667eecd4958c22106", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/169123b3ede20a9193480c53de2a8194f8c073ec", + "reference": "169123b3ede20a9193480c53de2a8194f8c073ec", "shasum": "" }, "require": { "php": "~8.1.0 || ~8.2.0" }, "require-dev": { - "doctrine/annotations": "^1.13.3", + "doctrine/annotations": "^2.0.0", "ext-phar": "*", "laminas/laminas-coding-standard": "^2.3.0", "laminas/laminas-stdlib": "^3.6.1", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^5.1.0" + "phpunit/phpunit": "^10.0.9", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.7.1" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", @@ -4353,7 +4353,7 @@ "type": "community_bridge" } ], - "time": "2022-12-08T02:08:23+00:00" + "time": "2023-05-14T12:05:38+00:00" }, { "name": "laminas/laminas-loader", @@ -4554,30 +4554,30 @@ }, { "name": "laminas/laminas-stdlib", - "version": "3.16.1", + "version": "3.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17" + "reference": "dd35c868075bad80b6718959740913e178eb4274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17", - "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274", + "reference": "dd35c868075bad80b6718959740913e178eb4274", "shasum": "" }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.4.0", - "phpbench/phpbench": "^1.2.7", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^5.0.0" + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.0.16", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8" }, "type": "library", "autoload": { @@ -4609,7 +4609,7 @@ "type": "community_bridge" } ], - "time": "2022-12-03T18:48:01+00:00" + "time": "2023-03-20T13:51:37+00:00" }, { "name": "laminas/laminas-validator", @@ -5256,16 +5256,16 @@ }, { "name": "marellocommerce/marello", - "version": "4.1.0", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/marellocommerce/marello.git", - "reference": "61ffcc53e1f130fe16b85d2cce041e88940f5922" + "reference": "08197b40a8b5868be265de45c37518c6c67aaf33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/marellocommerce/marello/zipball/61ffcc53e1f130fe16b85d2cce041e88940f5922", - "reference": "61ffcc53e1f130fe16b85d2cce041e88940f5922", + "url": "https://api.github.com/repos/marellocommerce/marello/zipball/08197b40a8b5868be265de45c37518c6c67aaf33", + "reference": "08197b40a8b5868be265de45c37518c6c67aaf33", "shasum": "" }, "require": { @@ -5277,7 +5277,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "4.1-dev" + "dev-main": "4.2-dev" } }, "autoload": { @@ -5300,10 +5300,10 @@ "description": "Marello Unified Commerce Management", "homepage": "https://github.com/marellocommerce/marello.git", "support": { - "source": "https://github.com/marellocommerce/marello/tree/4.1.0", + "source": "https://github.com/marellocommerce/marello/tree/4.2.0", "issues": "https://github.com/marellocommerce/marello/issues" }, - "time": "2023-01-19T13:00:06+00:00" + "time": "2023-06-15T06:19:40+00:00" }, { "name": "matomo/device-detector", @@ -5528,27 +5528,27 @@ }, { "name": "mpdf/mpdf", - "version": "v8.1.4", + "version": "v8.1.6", "source": { "type": "git", "url": "https://github.com/mpdf/mpdf.git", - "reference": "add590e93b7502efafd9839a68cff99f3497b318" + "reference": "146c7c1dfd21c826b9d5bbfe3c15e52fd933c90f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/add590e93b7502efafd9839a68cff99f3497b318", - "reference": "add590e93b7502efafd9839a68cff99f3497b318", + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/146c7c1dfd21c826b9d5bbfe3c15e52fd933c90f", + "reference": "146c7c1dfd21c826b9d5bbfe3c15e52fd933c90f", "shasum": "" }, "require": { "ext-gd": "*", "ext-mbstring": "*", + "mpdf/psr-log-aware-trait": "^2.0 || ^3.0", "myclabs/deep-copy": "^1.7", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", - "php-http/message-factory": "^1.0", "psr/http-message": "^1.0", - "psr/log": "^1.0 || ^2.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "setasign/fpdi": "^2.1" }, "require-dev": { @@ -5601,7 +5601,51 @@ "type": "custom" } ], - "time": "2022-12-15T11:24:39+00:00" + "time": "2023-05-03T19:36:43+00:00" + }, + { + "name": "mpdf/psr-log-aware-trait", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/mpdf/psr-log-aware-trait.git", + "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mpdf/psr-log-aware-trait/zipball/7a077416e8f39eb626dee4246e0af99dd9ace275", + "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275", + "shasum": "" + }, + "require": { + "psr/log": "^1.0 || ^2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Mpdf\\PsrLogAwareTrait\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Dorison", + "email": "mark@chromatichq.com" + }, + { + "name": "Kristofer Widholm", + "email": "kristofer@chromatichq.com" + } + ], + "description": "Trait to allow support of different psr/log versions.", + "support": { + "issues": "https://github.com/mpdf/psr-log-aware-trait/issues", + "source": "https://github.com/mpdf/psr-log-aware-trait/tree/v2.0.0" + }, + "time": "2023-05-03T06:18:28+00:00" }, { "name": "mustangostang/spyc", @@ -6180,16 +6224,16 @@ }, { "name": "oro/crm-task-bundle", - "version": "5.0.4", + "version": "5.0.5", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMTaskBundle.git", - "reference": "79543eb8582d31efecdb08e5ed745cf94655cccf" + "reference": "8a4953bd8aeea29046533191a920bf16b40f0877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMTaskBundle/zipball/79543eb8582d31efecdb08e5ed745cf94655cccf", - "reference": "79543eb8582d31efecdb08e5ed745cf94655cccf", + "url": "https://api.github.com/repos/oroinc/OroCRMTaskBundle/zipball/8a4953bd8aeea29046533191a920bf16b40f0877", + "reference": "8a4953bd8aeea29046533191a920bf16b40f0877", "shasum": "" }, "require": { @@ -6227,9 +6271,9 @@ ], "support": { "issues": "https://github.com/oroinc/OroCRMTaskBundle/issues", - "source": "https://github.com/oroinc/OroCRMTaskBundle/tree/5.0.4" + "source": "https://github.com/oroinc/OroCRMTaskBundle/tree/5.0.5" }, - "time": "2022-10-07T18:39:32+00:00" + "time": "2023-04-05T07:42:54+00:00" }, { "name": "oro/doctrine-extensions", @@ -6291,16 +6335,16 @@ }, { "name": "oro/oauth2-server", - "version": "5.0.4", + "version": "5.0.5", "source": { "type": "git", "url": "https://github.com/oroinc/oauth2-server.git", - "reference": "ee2c418373d74f8abfbbbd911c20a64dd94c0d30" + "reference": "c5e4ababb81a8d68110511aaead63c55f1b01ead" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/oauth2-server/zipball/ee2c418373d74f8abfbbbd911c20a64dd94c0d30", - "reference": "ee2c418373d74f8abfbbbd911c20a64dd94c0d30", + "url": "https://api.github.com/repos/oroinc/oauth2-server/zipball/c5e4ababb81a8d68110511aaead63c55f1b01ead", + "reference": "c5e4ababb81a8d68110511aaead63c55f1b01ead", "shasum": "" }, "require": { @@ -6342,22 +6386,22 @@ ], "support": { "issues": "https://github.com/oroinc/oauth2-server/issues", - "source": "https://github.com/oroinc/oauth2-server/tree/5.0.4" + "source": "https://github.com/oroinc/oauth2-server/tree/5.0.5" }, - "time": "2022-09-09T18:15:51+00:00" + "time": "2023-05-18T14:47:18+00:00" }, { "name": "oro/platform", - "version": "5.0.9", + "version": "5.0.12", "source": { "type": "git", "url": "https://github.com/oroinc/platform.git", - "reference": "69ba18f01377fcb441bdd057302d44d9d664fa71" + "reference": "ac69b11ed8f28aff24ec99856661b18560f4ed3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/platform/zipball/69ba18f01377fcb441bdd057302d44d9d664fa71", - "reference": "69ba18f01377fcb441bdd057302d44d9d664fa71", + "url": "https://api.github.com/repos/oroinc/platform/zipball/ac69b11ed8f28aff24ec99856661b18560f4ed3e", + "reference": "ac69b11ed8f28aff24ec99856661b18560f4ed3e", "shasum": "" }, "require": { @@ -6388,7 +6432,7 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-zip": "*", - "ezyang/htmlpurifier": "~4.14.0", + "ezyang/htmlpurifier": "~4.16.0", "friendsofsymfony/jsrouting-bundle": "2.7.*", "friendsofsymfony/rest-bundle": "~3.0.5", "gedmo/doctrine-extensions": "3.5.0", @@ -6442,7 +6486,7 @@ "symfony/http-client": "5.4.3", "symfony/http-client-contracts": "^2.1", "symfony/http-foundation": "5.4.3", - "symfony/http-kernel": "5.4.4", + "symfony/http-kernel": "5.4.20", "symfony/intl": "5.4.3", "symfony/lock": "5.4.3", "symfony/mailer": "5.4.3", @@ -6459,11 +6503,11 @@ "symfony/requirements-checker": "^2.0.0", "symfony/routing": "~5.4.0", "symfony/security-acl": "~3.2.0", - "symfony/security-bundle": "5.4.3", - "symfony/security-core": "5.4.3", + "symfony/security-bundle": "5.4.20", + "symfony/security-core": "5.4.19", "symfony/security-csrf": "~5.4.0", "symfony/security-guard": "~5.4.0", - "symfony/security-http": "5.4.3", + "symfony/security-http": "5.4.20", "symfony/serializer": "5.4.3", "symfony/service-contracts": "^2.1", "symfony/string": "~5.4.0", @@ -6518,21 +6562,21 @@ "colors": "1.4.0", "moment": "2.29.*", "moment-timezone": "0.5.*", - "jstree": "3.3.*", + "jstree": "3.3.12", "jquery.cookie": "1.4.1", "when": "3.7.8", "crypto-js": "4.1.1", "jquery-mousewheel": "3.1.13", "jquery-numeric": "1.5.0", - "tinymce": "5.10.*", - "timepicker": "1.13.18", + "tinymce": "6.3.*", + "timepicker": "1.14.0", "datepair.js": "0.4.*", "jquery-ui-multiselect-widget": "2.0.1", "autolinker": "3.14.3", "Base64": "1.1.0", "flotr2": "0.1.0", "bean": "1.0.15", - "jquery-validation": "1.19.3", + "jquery-validation": "1.19.5", "backgrid": "0.3.8", "numeral": "2.0.6", "jquery-form": "4.3.0", @@ -6555,10 +6599,10 @@ "@oroinc/jsplumb": "1.7.*", "@oroinc/select2": "3.4.1", "@oroinc/autobahnjs": "0.8.0", - "@oroinc/backbone.pageable": "1.2.3-oro1", + "@oroinc/backbone.pageable": "1.2.3-oro2", "@oroinc/jquery.nicescroll": "3.6.6", "@babel/runtime": "^7.16.3", - "core-js": "3.19.*" + "core-js": "3.26.*" }, "symfony": { "require": "~5.4.0" @@ -6678,9 +6722,9 @@ "homepage": "https://github.com/oroinc/platform.git", "support": { "issues": "https://github.com/oroinc/platform/issues", - "source": "https://github.com/oroinc/platform/tree/5.0.9" + "source": "https://github.com/oroinc/platform/tree/5.0.12" }, - "time": "2022-12-01T17:24:12+00:00" + "time": "2023-05-22T09:57:03+00:00" }, { "name": "oro/platform-serialised-fields", @@ -6739,16 +6783,16 @@ }, { "name": "oro/redis-config", - "version": "5.0.5", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/oroinc/redis-config.git", - "reference": "aa4243f915cee88bfb585de1c245c0e803746b4e" + "reference": "9a9dd94be1e37aa1e8d5222663a63a8246e0b82a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/redis-config/zipball/aa4243f915cee88bfb585de1c245c0e803746b4e", - "reference": "aa4243f915cee88bfb585de1c245c0e803746b4e", + "url": "https://api.github.com/repos/oroinc/redis-config/zipball/9a9dd94be1e37aa1e8d5222663a63a8246e0b82a", + "reference": "9a9dd94be1e37aa1e8d5222663a63a8246e0b82a", "shasum": "" }, "require": { @@ -6787,9 +6831,9 @@ ], "support": { "issues": "https://github.com/oroinc/redis-config/issues", - "source": "https://github.com/oroinc/redis-config/tree/5.0.5" + "source": "https://github.com/oroinc/redis-config/tree/5.0.6" }, - "time": "2022-07-15T07:30:24+00:00" + "time": "2023-04-28T17:28:01+00:00" }, { "name": "paragonie/random_compat", @@ -6843,26 +6887,25 @@ }, { "name": "php-http/client-common", - "version": "2.6.0", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/php-http/client-common.git", - "reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0" + "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/client-common/zipball/45db684cd4e186dcdc2b9c06b22970fe123796c0", - "reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0", + "url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b", + "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/httplug": "^2.0", "php-http/message": "^1.6", - "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0", "symfony/polyfill-php80": "^1.17" }, @@ -6872,7 +6915,7 @@ "nyholm/psr7": "^1.2", "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "phpspec/prophecy": "^1.10.2", - "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3" + "phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7" }, "suggest": { "ext-json": "To detect JSON responses with the ContentTypePlugin", @@ -6882,11 +6925,6 @@ "php-http/stopwatch-plugin": "Symfony Stopwatch plugin" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3.x-dev" - } - }, "autoload": { "psr-4": { "Http\\Client\\Common\\": "src/" @@ -6912,49 +6950,59 @@ ], "support": { "issues": "https://github.com/php-http/client-common/issues", - "source": "https://github.com/php-http/client-common/tree/2.6.0" + "source": "https://github.com/php-http/client-common/tree/2.7.0" }, - "time": "2022-09-29T09:59:43+00:00" + "time": "2023-05-17T06:46:59+00:00" }, { "name": "php-http/discovery", - "version": "1.14.3", + "version": "1.18.1", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735" + "reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735", - "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735", + "url": "https://api.github.com/repos/php-http/discovery/zipball/f258b3a1d16acb7b21f3b42d7a2494a733365237", + "reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237", "shasum": "" }, "require": { + "composer-plugin-api": "^1.0|^2.0", "php": "^7.1 || ^8.0" }, "conflict": { - "nyholm/psr7": "<1.0" + "nyholm/psr7": "<1.0", + "zendframework/zend-diactoros": "*" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "*", + "psr/http-factory-implementation": "*", + "psr/http-message-implementation": "*" }, "require-dev": { + "composer/composer": "^1.0.2|^2.0", "graham-campbell/phpspec-skip-example-extension": "^5.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", - "phpspec/phpspec": "^5.1 || ^6.1" - }, - "suggest": { - "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" + "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", + "symfony/phpunit-bridge": "^6.2" }, - "type": "library", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } + "class": "Http\\Discovery\\Composer\\Plugin", + "plugin-optional": true }, "autoload": { "psr-4": { "Http\\Discovery\\": "src/" - } + }, + "exclude-from-classmap": [ + "src/Composer/Plugin.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6966,7 +7014,7 @@ "email": "mark.sagikazar@gmail.com" } ], - "description": "Finds installed HTTPlug implementations and PSR-7 message factories", + "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", "homepage": "http://php-http.org", "keywords": [ "adapter", @@ -6975,44 +7023,40 @@ "factory", "http", "message", + "psr17", "psr7" ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.14.3" + "source": "https://github.com/php-http/discovery/tree/1.18.1" }, - "time": "2022-07-11T14:04:40+00:00" + "time": "2023-05-17T08:53:10+00:00" }, { "name": "php-http/httplug", - "version": "2.3.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", - "reference": "f640739f80dfa1152533976e3c112477f69274eb" + "reference": "625ad742c360c8ac580fcc647a1541d29e257f67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb", - "reference": "f640739f80dfa1152533976e3c112477f69274eb", + "url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67", + "reference": "625ad742c360c8ac580fcc647a1541d29e257f67", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/promise": "^1.1", "psr/http-client": "^1.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.1", - "phpspec/phpspec": "^5.1 || ^6.0" + "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", + "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, "autoload": { "psr-4": { "Http\\Client\\": "src/" @@ -7041,9 +7085,9 @@ ], "support": { "issues": "https://github.com/php-http/httplug/issues", - "source": "https://github.com/php-http/httplug/tree/2.3.0" + "source": "https://github.com/php-http/httplug/tree/2.4.0" }, - "time": "2022-02-21T09:52:22+00:00" + "time": "2023-04-14T15:10:03+00:00" }, { "name": "php-http/httplug-bundle", @@ -7211,23 +7255,22 @@ }, { "name": "php-http/message", - "version": "1.13.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", - "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361" + "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361", - "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361", + "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd", + "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd", "shasum": "" }, "require": { "clue/stream-filter": "^1.5", - "php": "^7.1 || ^8.0", - "php-http/message-factory": "^1.0.2", - "psr/http-message": "^1.0" + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "provide": { "php-http/message-factory-implementation": "1.0" @@ -7235,8 +7278,9 @@ "require-dev": { "ergebnis/composer-normalize": "^2.6", "ext-zlib": "*", - "guzzlehttp/psr7": "^1.0", - "laminas/laminas-diactoros": "^2.0", + "guzzlehttp/psr7": "^1.0 || ^2.0", + "laminas/laminas-diactoros": "^2.0 || ^3.0", + "php-http/message-factory": "^1.0.2", "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "slim/slim": "^3.0" }, @@ -7247,11 +7291,6 @@ "slim/slim": "Used with Slim Framework PSR-7 implementation" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, "autoload": { "files": [ "src/filters.php" @@ -7279,32 +7318,32 @@ ], "support": { "issues": "https://github.com/php-http/message/issues", - "source": "https://github.com/php-http/message/tree/1.13.0" + "source": "https://github.com/php-http/message/tree/1.16.0" }, - "time": "2022-02-11T13:41:14+00:00" + "time": "2023-05-17T06:43:38+00:00" }, { "name": "php-http/message-factory", - "version": "v1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/message-factory.git", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", + "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", "shasum": "" }, "require": { "php": ">=5.4", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -7333,9 +7372,10 @@ ], "support": { "issues": "https://github.com/php-http/message-factory/issues", - "source": "https://github.com/php-http/message-factory/tree/master" + "source": "https://github.com/php-http/message-factory/tree/1.1.0" }, - "time": "2015-12-19T14:08:53+00:00" + "abandoned": "psr/http-factory", + "time": "2023-04-14T14:16:17+00:00" }, { "name": "php-http/promise", @@ -7880,21 +7920,21 @@ }, { "name": "psr/http-client", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -7914,7 +7954,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", @@ -7926,27 +7966,27 @@ "psr-18" ], "support": { - "source": "https://github.com/php-fig/http-client/tree/master" + "source": "https://github.com/php-fig/http-client/tree/1.0.2" }, - "time": "2020-06-29T06:28:15+00:00" + "time": "2023-04-10T20:12:12+00:00" }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -7966,7 +8006,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", @@ -7981,31 +8021,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/master" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2019-04-30T12:38:16+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -8034,9 +8074,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/1.1" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/link", @@ -8367,33 +8407,33 @@ }, { "name": "react/dns", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", - "reference": "a5427e7dfa47713e438016905605819d101f238c" + "reference": "3be0fc8f1eb37d6875cd6f0c6c7d0be81435de9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/a5427e7dfa47713e438016905605819d101f238c", - "reference": "a5427e7dfa47713e438016905605819d101f238c", + "url": "https://api.github.com/repos/reactphp/dns/zipball/3be0fc8f1eb37d6875cd6f0c6c7d0be81435de9f", + "reference": "3be0fc8f1eb37d6875cd6f0c6c7d0be81435de9f", "shasum": "" }, "require": { "php": ">=5.3.0", "react/cache": "^1.0 || ^0.6 || ^0.5", "react/event-loop": "^1.2", - "react/promise": "^3.0 || ^2.7 || ^1.2.1", - "react/promise-timer": "^1.9" + "react/promise": "^3.0 || ^2.7 || ^1.2.1" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^4.8.35", - "react/async": "^4 || ^3 || ^2" + "phpunit/phpunit": "^9.5 || ^4.8.35", + "react/async": "^4 || ^3 || ^2", + "react/promise-timer": "^1.9" }, "type": "library", "autoload": { "psr-4": { - "React\\Dns\\": "src" + "React\\Dns\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -8431,49 +8471,43 @@ ], "support": { "issues": "https://github.com/reactphp/dns/issues", - "source": "https://github.com/reactphp/dns/tree/v1.10.0" + "source": "https://github.com/reactphp/dns/tree/v1.11.0" }, "funding": [ { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-09-08T12:22:46+00:00" + "time": "2023-06-02T12:45:26+00:00" }, { "name": "react/event-loop", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137" + "reference": "6e7e587714fff7a83dcc7025aee42ab3b265ae05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/187fb56f46d424afb6ec4ad089269c72eec2e137", - "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6e7e587714fff7a83dcc7025aee42ab3b265ae05", + "reference": "6e7e587714fff7a83dcc7025aee42ab3b265ae05", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "suggest": { - "ext-event": "~1.0 for ExtEventLoop", - "ext-pcntl": "For signal handling support when using the StreamSelectLoop", - "ext-uv": "* for ExtUvLoop" + "ext-pcntl": "For signal handling support when using the StreamSelectLoop" }, "type": "library", "autoload": { "psr-4": { - "React\\EventLoop\\": "src" + "React\\EventLoop\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -8509,39 +8543,35 @@ ], "support": { "issues": "https://github.com/reactphp/event-loop/issues", - "source": "https://github.com/reactphp/event-loop/tree/v1.3.0" + "source": "https://github.com/reactphp/event-loop/tree/v1.4.0" }, "funding": [ { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-03-17T11:10:22+00:00" + "time": "2023-05-05T10:11:24+00:00" }, { "name": "react/promise", - "version": "v2.9.0", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" + "reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", - "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38", + "reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -8585,130 +8615,43 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.9.0" + "source": "https://github.com/reactphp/promise/tree/v2.10.0" }, "funding": [ { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" - } - ], - "time": "2022-02-11T10:27:51+00:00" - }, - { - "name": "react/promise-timer", - "version": "v1.9.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/promise-timer.git", - "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/aa7a73c74b8d8c0f622f5982ff7b0351bc29e495", - "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495", - "shasum": "" - }, - "require": { - "php": ">=5.3", - "react/event-loop": "^1.2", - "react/promise": "^3.0 || ^2.7.0 || ^1.2.1" - }, - "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "React\\Promise\\Timer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.", - "homepage": "https://github.com/reactphp/promise-timer", - "keywords": [ - "async", - "event-loop", - "promise", - "reactphp", - "timeout", - "timer" - ], - "support": { - "issues": "https://github.com/reactphp/promise-timer/issues", - "source": "https://github.com/reactphp/promise-timer/tree/v1.9.0" - }, - "funding": [ - { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-06-13T13:41:03+00:00" + "time": "2023-05-02T15:15:43+00:00" }, { "name": "react/socket", - "version": "v1.12.0", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b" + "reference": "cff482bbad5848ecbe8b57da57e4e213b03619aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b", - "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b", + "url": "https://api.github.com/repos/reactphp/socket/zipball/cff482bbad5848ecbe8b57da57e4e213b03619aa", + "reference": "cff482bbad5848ecbe8b57da57e4e213b03619aa", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/dns": "^1.8", + "react/dns": "^1.11", "react/event-loop": "^1.2", "react/promise": "^3 || ^2.6 || ^1.2.1", - "react/promise-timer": "^1.9", "react/stream": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", + "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35", "react/async": "^4 || ^3 || ^2", - "react/promise-stream": "^1.4" + "react/promise-stream": "^1.4", + "react/promise-timer": "^1.9" }, "type": "library", "autoload": { @@ -8752,19 +8695,15 @@ ], "support": { "issues": "https://github.com/reactphp/socket/issues", - "source": "https://github.com/reactphp/socket/tree/v1.12.0" + "source": "https://github.com/reactphp/socket/tree/v1.13.0" }, "funding": [ { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-08-25T12:32:25+00:00" + "time": "2023-06-07T10:28:34+00:00" }, { "name": "react/stream", @@ -8921,16 +8860,16 @@ }, { "name": "seld/jsonlint", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "4211420d25eba80712bff236a98960ef68b866b7" + "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", - "reference": "4211420d25eba80712bff236a98960ef68b866b7", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/594fd6462aad8ecee0b45ca5045acea4776667f1", + "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1", "shasum": "" }, "require": { @@ -8969,7 +8908,7 @@ ], "support": { "issues": "https://github.com/Seldaek/jsonlint/issues", - "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" + "source": "https://github.com/Seldaek/jsonlint/tree/1.10.0" }, "funding": [ { @@ -8981,7 +8920,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T13:37:23+00:00" + "time": "2023-05-11T13:16:46+00:00" }, { "name": "seld/phar-utils", @@ -9033,20 +8972,20 @@ }, { "name": "sensio/framework-extra-bundle", - "version": "v6.2.9", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "dcfac94d6bdcf95c126e8ccac2104917c7c8f135" + "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dcfac94d6bdcf95c126e8ccac2104917c7c8f135", - "reference": "dcfac94d6bdcf95c126e8ccac2104917c7c8f135", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/2f886f4b31f23c76496901acaedfedb6936ba61f", + "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.0|^2.0", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", @@ -9104,24 +9043,23 @@ "controllers" ], "support": { - "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", - "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.9" + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.10" }, "abandoned": "Symfony", - "time": "2022-11-01T17:17:13+00:00" + "time": "2023-02-24T14:57:12+00:00" }, { "name": "setasign/fpdi", - "version": "v2.3.6", + "version": "v2.3.7", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI.git", - "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31" + "reference": "bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31", - "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31", + "url": "https://api.github.com/repos/Setasign/FPDI/zipball/bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05", + "reference": "bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05", "shasum": "" }, "require": { @@ -9172,7 +9110,7 @@ ], "support": { "issues": "https://github.com/Setasign/FPDI/issues", - "source": "https://github.com/Setasign/FPDI/tree/v2.3.6" + "source": "https://github.com/Setasign/FPDI/tree/v2.3.7" }, "funding": [ { @@ -9180,7 +9118,7 @@ "type": "tidelift" } ], - "time": "2021-02-11T11:37:01+00:00" + "time": "2023-02-09T10:38:43+00:00" }, { "name": "snc/redis-bundle", @@ -9428,16 +9366,16 @@ }, { "name": "symfony/asset", - "version": "v5.4.13", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "9aa867206711cb6fcca51ef127ba52a018170be9" + "reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/9aa867206711cb6fcca51ef127ba52a018170be9", - "reference": "9aa867206711cb6fcca51ef127ba52a018170be9", + "url": "https://api.github.com/repos/symfony/asset/zipball/1504b6773c6b90118f9871e90a67833b5d1dca3c", + "reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c", "shasum": "" }, "require": { @@ -9482,7 +9420,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.4.13" + "source": "https://github.com/symfony/asset/tree/v5.4.21" }, "funding": [ { @@ -9498,7 +9436,7 @@ "type": "tidelift" } ], - "time": "2022-08-31T08:17:19+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/cache", @@ -9678,16 +9616,16 @@ }, { "name": "symfony/config", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379" + "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379", + "url": "https://api.github.com/repos/symfony/config/zipball/2a6b1111d038adfa15d52c0871e540f3b352d1e4", + "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4", "shasum": "" }, "require": { @@ -9737,7 +9675,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.4.11" + "source": "https://github.com/symfony/config/tree/v5.4.21" }, "funding": [ { @@ -9753,7 +9691,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/console", @@ -10129,16 +10067,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.4.17", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "b900446552833ad2f91ca7dd52aa8ffe78f66cb2" + "reference": "c1b9be3b8a6f60f720bec28c4ffb6fb5b00a8946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/b900446552833ad2f91ca7dd52aa8ffe78f66cb2", - "reference": "b900446552833ad2f91ca7dd52aa8ffe78f66cb2", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/c1b9be3b8a6f60f720bec28c4ffb6fb5b00a8946", + "reference": "c1b9be3b8a6f60f720bec28c4ffb6fb5b00a8946", "shasum": "" }, "require": { @@ -10180,7 +10118,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.4.17" + "source": "https://github.com/symfony/error-handler/tree/v5.4.24" }, "funding": [ { @@ -10196,20 +10134,20 @@ "type": "tidelift" } ], - "time": "2022-12-13T09:43:00+00:00" + "time": "2023-05-02T16:13:31+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.4.17", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9" + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e18a9d559eb8ebc2220588f1faa726a2fcd31c9", - "reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1df20e45d56da29a4b1d8259dd6e950acbf1b13f", + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f", "shasum": "" }, "require": { @@ -10265,7 +10203,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.17" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.22" }, "funding": [ { @@ -10281,7 +10219,7 @@ "type": "tidelift" } ], - "time": "2022-12-12T15:54:21+00:00" + "time": "2023-03-17T11:31:58+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -10364,16 +10302,16 @@ }, { "name": "symfony/expression-language", - "version": "v5.4.14", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "2f27d5b1e7926bba18e87719af75f696977cd58b" + "reference": "501589522b844b8eecf012c133f0404f0eef77ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/2f27d5b1e7926bba18e87719af75f696977cd58b", - "reference": "2f27d5b1e7926bba18e87719af75f696977cd58b", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/501589522b844b8eecf012c133f0404f0eef77ac", + "reference": "501589522b844b8eecf012c133f0404f0eef77ac", "shasum": "" }, "require": { @@ -10407,7 +10345,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v5.4.14" + "source": "https://github.com/symfony/expression-language/tree/v5.4.21" }, "funding": [ { @@ -10423,7 +10361,7 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:01:20+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/filesystem", @@ -10491,16 +10429,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.17", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "40c08632019838dfb3350f18cf5563b8080055fc" + "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc", - "reference": "40c08632019838dfb3350f18cf5563b8080055fc", + "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19", + "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19", "shasum": "" }, "require": { @@ -10534,7 +10472,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.17" + "source": "https://github.com/symfony/finder/tree/v5.4.21" }, "funding": [ { @@ -10550,7 +10488,7 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:31:03+00:00" + "time": "2023-02-16T09:33:00+00:00" }, { "name": "symfony/form", @@ -11048,16 +10986,16 @@ }, { "name": "symfony/http-kernel", - "version": "v5.4.4", + "version": "v5.4.20", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "49f40347228c773688a0488feea0175aa7f4d268" + "reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/49f40347228c773688a0488feea0175aa7f4d268", - "reference": "49f40347228c773688a0488feea0175aa7f4d268", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aaeec341582d3c160cc9ecfa8b2419ba6c69954e", + "reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e", "shasum": "" }, "require": { @@ -11140,7 +11078,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.4.4" + "source": "https://github.com/symfony/http-kernel/tree/v5.4.20" }, "funding": [ { @@ -11156,7 +11094,7 @@ "type": "tidelift" } ], - "time": "2022-01-29T18:08:07+00:00" + "time": "2023-02-01T08:18:48+00:00" }, { "name": "symfony/intl", @@ -11486,16 +11424,16 @@ }, { "name": "symfony/monolog-bridge", - "version": "v5.4.17", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "0280390d8232a5668b02e0d87e9fce0a535c4af9" + "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/0280390d8232a5668b02e0d87e9fce0a535c4af9", - "reference": "0280390d8232a5668b02e0d87e9fce0a535c4af9", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/34be6f0695e4187dbb832a05905fb4c6581ac39a", + "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a", "shasum": "" }, "require": { @@ -11550,7 +11488,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.17" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.22" }, "funding": [ { @@ -11566,7 +11504,7 @@ "type": "tidelift" } ], - "time": "2022-12-13T10:55:04+00:00" + "time": "2023-03-06T21:29:33+00:00" }, { "name": "symfony/monolog-bundle", @@ -11651,16 +11589,16 @@ }, { "name": "symfony/options-resolver", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690" + "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/54f14e36aa73cb8f7261d7686691fd4d75ea2690", - "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9", + "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9", "shasum": "" }, "require": { @@ -11700,7 +11638,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.4.11" + "source": "https://github.com/symfony/options-resolver/tree/v5.4.21" }, "funding": [ { @@ -11716,20 +11654,20 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/password-hasher", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/password-hasher.git", - "reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179" + "reference": "7ce4529b2b2ea7de3b6f344a1a41f58201999180" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/password-hasher/zipball/b0169ed8f09a4ae39eb119218ea1685079a9b179", - "reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179", + "url": "https://api.github.com/repos/symfony/password-hasher/zipball/7ce4529b2b2ea7de3b6f344a1a41f58201999180", + "reference": "7ce4529b2b2ea7de3b6f344a1a41f58201999180", "shasum": "" }, "require": { @@ -11773,7 +11711,7 @@ "password" ], "support": { - "source": "https://github.com/symfony/password-hasher/tree/v5.4.11" + "source": "https://github.com/symfony/password-hasher/tree/v5.4.21" }, "funding": [ { @@ -11789,7 +11727,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/polyfill-ctype", @@ -12825,16 +12763,16 @@ }, { "name": "symfony/property-info", - "version": "v5.4.17", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361" + "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/12e1f7b3d73b1f3690aa524b92b5de9937507361", - "reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361", + "url": "https://api.github.com/repos/symfony/property-info/zipball/d43b85b00699b4484964c297575b5c6f9dc5f6e1", + "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1", "shasum": "" }, "require": { @@ -12896,7 +12834,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.4.17" + "source": "https://github.com/symfony/property-info/tree/v5.4.24" }, "funding": [ { @@ -12912,20 +12850,20 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2023-05-15T20:11:03+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v5.4.6", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e" + "reference": "a4cf96f3acfa252503a216bea877478f9621c7c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/e6936de1cc8f4e6e3b2264aef186ca21695aee8e", - "reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/a4cf96f3acfa252503a216bea877478f9621c7c0", + "reference": "a4cf96f3acfa252503a216bea877478f9621c7c0", "shasum": "" }, "require": { @@ -12963,7 +12901,7 @@ "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.4.6" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.4.21" }, "funding": [ { @@ -12979,7 +12917,7 @@ "type": "tidelift" } ], - "time": "2022-03-02T12:42:23+00:00" + "time": "2023-02-16T09:33:00+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -13137,16 +13075,16 @@ }, { "name": "symfony/routing", - "version": "v5.4.17", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791" + "reference": "c2ac11eb34947999b7c38fb4c835a57306907e6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/4ce2df9a469c19ba45ca6aca04fec1c358a6e791", - "reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791", + "url": "https://api.github.com/repos/symfony/routing/zipball/c2ac11eb34947999b7c38fb4c835a57306907e6d", + "reference": "c2ac11eb34947999b7c38fb4c835a57306907e6d", "shasum": "" }, "require": { @@ -13207,7 +13145,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.4.17" + "source": "https://github.com/symfony/routing/tree/v5.4.22" }, "funding": [ { @@ -13223,7 +13161,7 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2023-03-14T14:59:20+00:00" }, { "name": "symfony/security-acl", @@ -13309,16 +13247,16 @@ }, { "name": "symfony/security-bundle", - "version": "v5.4.3", + "version": "v5.4.20", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "d3239128269ae67d78df535f65f41cf02cabdc6c" + "reference": "1a049b77e70e890c5d5d2105d96ce8b35890197e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d3239128269ae67d78df535f65f41cf02cabdc6c", - "reference": "d3239128269ae67d78df535f65f41cf02cabdc6c", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/1a049b77e70e890c5d5d2105d96ce8b35890197e", + "reference": "1a049b77e70e890c5d5d2105d96ce8b35890197e", "shasum": "" }, "require": { @@ -13335,7 +13273,7 @@ "symfony/security-core": "^5.4|^6.0", "symfony/security-csrf": "^4.4|^5.0|^6.0", "symfony/security-guard": "^5.3", - "symfony/security-http": "^5.4|^6.0" + "symfony/security-http": "^5.4.20|~6.0.20|~6.1.12|^6.2.6" }, "conflict": { "symfony/browser-kit": "<4.4", @@ -13345,7 +13283,7 @@ "symfony/twig-bundle": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.10.4|^2", "symfony/asset": "^4.4|^5.0|^6.0", "symfony/browser-kit": "^4.4|^5.0|^6.0", "symfony/console": "^4.4|^5.0|^6.0", @@ -13391,7 +13329,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.4.3" + "source": "https://github.com/symfony/security-bundle/tree/v5.4.20" }, "funding": [ { @@ -13407,20 +13345,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2023-01-30T09:35:58+00:00" }, { "name": "symfony/security-core", - "version": "v5.4.3", + "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "b26a44457a4d1a60c79f1c23273e812c4077ce85" + "reference": "76fe5a7c62a3f23a5d7b72a55529e94ae2c1ae07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/b26a44457a4d1a60c79f1c23273e812c4077ce85", - "reference": "b26a44457a4d1a60c79f1c23273e812c4077ce85", + "url": "https://api.github.com/repos/symfony/security-core/zipball/76fe5a7c62a3f23a5d7b72a55529e94ae2c1ae07", + "reference": "76fe5a7c62a3f23a5d7b72a55529e94ae2c1ae07", "shasum": "" }, "require": { @@ -13484,7 +13422,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.4.3" + "source": "https://github.com/symfony/security-core/tree/v5.4.19" }, "funding": [ { @@ -13500,20 +13438,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2023-01-24T10:56:59+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "b97ab244b6dda80abb84a4a236d682871695db4a" + "reference": "776a538e5f20fb560a182f790979c71455694203" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/b97ab244b6dda80abb84a4a236d682871695db4a", - "reference": "b97ab244b6dda80abb84a4a236d682871695db4a", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/776a538e5f20fb560a182f790979c71455694203", + "reference": "776a538e5f20fb560a182f790979c71455694203", "shasum": "" }, "require": { @@ -13556,7 +13494,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.4.11" + "source": "https://github.com/symfony/security-csrf/tree/v5.4.21" }, "funding": [ { @@ -13572,20 +13510,20 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2023-02-16T09:33:00+00:00" }, { "name": "symfony/security-guard", - "version": "v5.4.13", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "83f647fcdc17aa14908f0e02a302d3d9d0f63fbc" + "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/83f647fcdc17aa14908f0e02a302d3d9d0f63fbc", - "reference": "83f647fcdc17aa14908f0e02a302d3d9d0f63fbc", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa", + "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa", "shasum": "" }, "require": { @@ -13623,7 +13561,7 @@ "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.4.13" + "source": "https://github.com/symfony/security-guard/tree/v5.4.22" }, "funding": [ { @@ -13639,20 +13577,20 @@ "type": "tidelift" } ], - "time": "2022-09-28T13:19:49+00:00" + "time": "2023-03-06T21:29:33+00:00" }, { "name": "symfony/security-http", - "version": "v5.4.3", + "version": "v5.4.20", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "536aadbdb6c6a3f13000aa445919a1f052ae2630" + "reference": "0236efe37462df3204e758e3a55661a43285d948" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/536aadbdb6c6a3f13000aa445919a1f052ae2630", - "reference": "536aadbdb6c6a3f13000aa445919a1f052ae2630", + "url": "https://api.github.com/repos/symfony/security-http/zipball/0236efe37462df3204e758e3a55661a43285d948", + "reference": "0236efe37462df3204e758e3a55661a43285d948", "shasum": "" }, "require": { @@ -13663,7 +13601,7 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^4.4|^5.0|^6.0", - "symfony/security-core": "^5.4|^6.0" + "symfony/security-core": "^5.4.19|~6.0.19|~6.1.11|^6.2.5" }, "conflict": { "symfony/event-dispatcher": "<4.3", @@ -13708,7 +13646,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.4.3" + "source": "https://github.com/symfony/security-http/tree/v5.4.20" }, "funding": [ { @@ -13724,7 +13662,7 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2023-01-30T09:35:58+00:00" }, { "name": "symfony/serializer", @@ -13914,16 +13852,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.4.13", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69" + "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6df7a3effde34d81717bbef4591e5ffe32226d69", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f83692cd869a6f2391691d40a01e8acb89e76fee", + "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee", "shasum": "" }, "require": { @@ -13956,7 +13894,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.4.13" + "source": "https://github.com/symfony/stopwatch/tree/v5.4.21" }, "funding": [ { @@ -13972,20 +13910,20 @@ "type": "tidelift" } ], - "time": "2022-09-28T13:19:49+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/string", - "version": "v5.4.17", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b" + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b", - "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b", + "url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", "shasum": "" }, "require": { @@ -14042,7 +13980,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.17" + "source": "https://github.com/symfony/string/tree/v5.4.22" }, "funding": [ { @@ -14058,20 +13996,20 @@ "type": "tidelift" } ], - "time": "2022-12-12T15:54:21+00:00" + "time": "2023-03-14T06:11:53+00:00" }, { "name": "symfony/templating", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/templating.git", - "reference": "3933eaad08c7f83672c53f635d7c3988252a658a" + "reference": "a47d5f1c8f7a636d27f8918d9cfd508242714e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/templating/zipball/3933eaad08c7f83672c53f635d7c3988252a658a", - "reference": "3933eaad08c7f83672c53f635d7c3988252a658a", + "url": "https://api.github.com/repos/symfony/templating/zipball/a47d5f1c8f7a636d27f8918d9cfd508242714e70", + "reference": "a47d5f1c8f7a636d27f8918d9cfd508242714e70", "shasum": "" }, "require": { @@ -14110,7 +14048,7 @@ "description": "Provides all the tools needed to build any kind of template system", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/templating/tree/v5.4.11" + "source": "https://github.com/symfony/templating/tree/v5.4.21" }, "funding": [ { @@ -14126,7 +14064,7 @@ "type": "tidelift" } ], - "time": "2022-06-27T16:58:25+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/translation", @@ -14426,16 +14364,16 @@ }, { "name": "symfony/twig-bundle", - "version": "v5.4.17", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "ac21af4eff72ecd65680d2f3d163b5794ce82fc4" + "reference": "875d0edfc8df7505c1993419882c4071fc28c477" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/ac21af4eff72ecd65680d2f3d163b5794ce82fc4", - "reference": "ac21af4eff72ecd65680d2f3d163b5794ce82fc4", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/875d0edfc8df7505c1993419882c4071fc28c477", + "reference": "875d0edfc8df7505c1993419882c4071fc28c477", "shasum": "" }, "require": { @@ -14495,7 +14433,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v5.4.17" + "source": "https://github.com/symfony/twig-bundle/tree/v5.4.21" }, "funding": [ { @@ -14511,7 +14449,7 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/validator", @@ -14628,16 +14566,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.17", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "ad74890513d07060255df2575703daf971de92c7" + "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ad74890513d07060255df2575703daf971de92c7", - "reference": "ad74890513d07060255df2575703daf971de92c7", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8e12706bf9c68a2da633f23bfdc15b4dce5970b3", + "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3", "shasum": "" }, "require": { @@ -14646,7 +14584,6 @@ "symfony/polyfill-php80": "^1.16" }, "conflict": { - "phpunit/phpunit": "<5.4.3", "symfony/console": "<4.4" }, "require-dev": { @@ -14697,7 +14634,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.17" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.24" }, "funding": [ { @@ -14713,20 +14650,20 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:31:03+00:00" + "time": "2023-05-25T13:05:00+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.4.17", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "2adac0a9b55f9fb40b983b790509581dc3db0fff" + "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2adac0a9b55f9fb40b983b790509581dc3db0fff", - "reference": "2adac0a9b55f9fb40b983b790509581dc3db0fff", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/be74908a6942fdd331554b3cec27ff41b45ccad4", + "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4", "shasum": "" }, "require": { @@ -14770,7 +14707,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.17" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.21" }, "funding": [ { @@ -14786,20 +14723,20 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:10:04+00:00" + "time": "2023-02-21T19:46:44+00:00" }, { "name": "symfony/web-link", - "version": "v5.4.3", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5" + "reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/8b9b073390359549fec5f5d797f23bbe9e2997a5", - "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5", + "url": "https://api.github.com/repos/symfony/web-link/zipball/57c03a5e89ed7c2d7a1a09258dfec12f95f95adb", + "reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb", "shasum": "" }, "require": { @@ -14857,7 +14794,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v5.4.3" + "source": "https://github.com/symfony/web-link/tree/v5.4.21" }, "funding": [ { @@ -14873,20 +14810,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/yaml", - "version": "v5.4.17", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "edcdc11498108f8967fe95118a7ec8624b94760e" + "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/edcdc11498108f8967fe95118a7ec8624b94760e", - "reference": "edcdc11498108f8967fe95118a7ec8624b94760e", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4cd2e3ea301aadd76a4172756296fe552fb45b0b", + "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b", "shasum": "" }, "require": { @@ -14932,7 +14869,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.17" + "source": "https://github.com/symfony/yaml/tree/v5.4.23" }, "funding": [ { @@ -14948,7 +14885,7 @@ "type": "tidelift" } ], - "time": "2022-12-13T09:57:04+00:00" + "time": "2023-04-23T19:33:36+00:00" }, { "name": "twig/twig", @@ -15585,16 +15522,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.21.0", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d" + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d", - "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", "shasum": "" }, "require": { @@ -15647,9 +15584,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" }, - "time": "2022-12-13T13:54:32+00:00" + "time": "2023-06-12T08:44:38+00:00" }, { "name": "friends-of-behat/mink-extension", @@ -16081,16 +16018,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.3", + "version": "v4.15.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", "shasum": "" }, "require": { @@ -16131,9 +16068,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" }, - "time": "2023-01-16T22:05:37+00:00" + "time": "2023-05-19T20:20:00+00:00" }, { "name": "oro/twig-inspector", @@ -16198,16 +16135,16 @@ }, { "name": "pdepend/pdepend", - "version": "2.12.1", + "version": "2.14.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84" + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/7a892d56ceafd804b4a2ecc85184640937ce9e84", - "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1121d4b04af06e33e9659bac3a6741b91cab1de1", + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1", "shasum": "" }, "require": { @@ -16241,9 +16178,15 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", + "keywords": [ + "PHP Depend", + "PHP_Depend", + "dev", + "pdepend" + ], "support": { "issues": "https://github.com/pdepend/pdepend/issues", - "source": "https://github.com/pdepend/pdepend/tree/2.12.1" + "source": "https://github.com/pdepend/pdepend/tree/2.14.0" }, "funding": [ { @@ -16251,7 +16194,7 @@ "type": "tidelift" } ], - "time": "2022-09-08T19:30:37+00:00" + "time": "2023-05-26T13:15:18+00:00" }, { "name": "phar-io/manifest", @@ -16502,23 +16445,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.23", + "version": "9.2.26", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c" + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", + "nikic/php-parser": "^4.15", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -16533,8 +16476,8 @@ "phpunit/phpunit": "^9.3" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "type": "library", "extra": { @@ -16567,7 +16510,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" }, "funding": [ { @@ -16575,7 +16518,7 @@ "type": "github" } ], - "time": "2022-12-28T12:41:10+00:00" + "time": "2023-03-06T12:58:08+00:00" }, { "name": "phpunit/php-file-iterator", @@ -17220,16 +17163,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -17274,7 +17217,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" }, "funding": [ { @@ -17282,20 +17225,20 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "sebastian/environment", - "version": "5.1.4", + "version": "5.1.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", "shasum": "" }, "require": { @@ -17337,7 +17280,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" }, "funding": [ { @@ -17345,7 +17288,7 @@ "type": "github" } ], - "time": "2022-04-03T09:37:03+00:00" + "time": "2023-02-03T06:03:51+00:00" }, { "name": "sebastian/exporter", @@ -17716,20 +17659,21 @@ "type": "github" } ], + "abandoned": true, "time": "2020-12-07T05:39:23+00:00" }, { "name": "sebastian/recursion-context", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", "shasum": "" }, "require": { @@ -17768,10 +17712,10 @@ } ], "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" }, "funding": [ { @@ -17779,7 +17723,7 @@ "type": "github" } ], - "time": "2020-10-26T13:17:30+00:00" + "time": "2023-02-03T06:07:39+00:00" }, { "name": "sebastian/resource-operations", @@ -17838,16 +17782,16 @@ }, { "name": "sebastian/type", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", "shasum": "" }, "require": { @@ -17882,7 +17826,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" }, "funding": [ { @@ -17890,7 +17834,7 @@ "type": "github" } ], - "time": "2022-09-12T14:47:03+00:00" + "time": "2023-02-03T06:13:03+00:00" }, { "name": "sebastian/version", @@ -18003,16 +17947,16 @@ }, { "name": "symfony/browser-kit", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027" + "reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027", - "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/a866ca7e396f15d7efb6d74a8a7d364d4e05b704", + "reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704", "shasum": "" }, "require": { @@ -18055,7 +17999,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.4.11" + "source": "https://github.com/symfony/browser-kit/tree/v5.4.21" }, "funding": [ { @@ -18071,20 +18015,20 @@ "type": "tidelift" } ], - "time": "2022-07-27T15:50:05+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/css-selector", - "version": "v5.4.17", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4" + "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/052ef49b660f9ad2a3adb311c555c9bc11ba61f4", - "reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/95f3c7468db1da8cc360b24fa2a26e7cefcb355d", + "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d", "shasum": "" }, "require": { @@ -18121,7 +18065,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.4.17" + "source": "https://github.com/symfony/css-selector/tree/v5.4.21" }, "funding": [ { @@ -18137,20 +18081,20 @@ "type": "tidelift" } ], - "time": "2022-12-23T11:40:44+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/debug-bundle", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47" + "reference": "8b4360bf8ce9a917ef8796c5e6065a185d8722bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47", - "reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/8b4360bf8ce9a917ef8796c5e6065a185d8722bd", + "reference": "8b4360bf8ce9a917ef8796c5e6065a185d8722bd", "shasum": "" }, "require": { @@ -18200,7 +18144,7 @@ "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v5.4.11" + "source": "https://github.com/symfony/debug-bundle/tree/v5.4.21" }, "funding": [ { @@ -18216,20 +18160,20 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/dom-crawler", - "version": "v5.4.17", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b" + "reference": "4a286c916b74ecfb6e2caf1aa31d3fe2a34b7e08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32a07d910edc138a1dd5508c17c6b9bc1eb27a1b", - "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4a286c916b74ecfb6e2caf1aa31d3fe2a34b7e08", + "reference": "4a286c916b74ecfb6e2caf1aa31d3fe2a34b7e08", "shasum": "" }, "require": { @@ -18275,7 +18219,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.4.17" + "source": "https://github.com/symfony/dom-crawler/tree/v5.4.23" }, "funding": [ { @@ -18291,20 +18235,20 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:31:03+00:00" + "time": "2023-04-08T21:20:19+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.17", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "2232d32115383602fd7702dfd51e81178364b679" + "reference": "1572c5b7cad812bdf0414d89a32a33a2dafb38ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2232d32115383602fd7702dfd51e81178364b679", - "reference": "2232d32115383602fd7702dfd51e81178364b679", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/1572c5b7cad812bdf0414d89a32a33a2dafb38ba", + "reference": "1572c5b7cad812bdf0414d89a32a33a2dafb38ba", "shasum": "" }, "require": { @@ -18358,7 +18302,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.17" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.23" }, "funding": [ { @@ -18374,20 +18318,20 @@ "type": "tidelift" } ], - "time": "2022-12-27T08:11:33+00:00" + "time": "2023-04-18T09:42:03+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.4.17", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "6c7635fb150af892f6a79f016b6c5386ab112922" + "reference": "42dbb751c0363d75a3697775e662d6f21f3d8b83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6c7635fb150af892f6a79f016b6c5386ab112922", - "reference": "6c7635fb150af892f6a79f016b6c5386ab112922", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/42dbb751c0363d75a3697775e662d6f21f3d8b83", + "reference": "42dbb751c0363d75a3697775e662d6f21f3d8b83", "shasum": "" }, "require": { @@ -18438,7 +18382,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.17" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.24" }, "funding": [ { @@ -18454,7 +18398,7 @@ "type": "tidelift" } ], - "time": "2022-12-13T13:09:23+00:00" + "time": "2023-05-02T16:38:36+00:00" }, { "name": "theofidry/alice-data-fixtures", diff --git a/dev.json b/dev.json index 82435450e..f358c5ad9 100644 --- a/dev.json +++ b/dev.json @@ -33,7 +33,7 @@ "oro/calendar-bundle": "5.0.*", "oro/oauth2-server": "5.0.*", "oro/crm-task-bundle": "5.0.*", - "marellocommerce/marello": "4.1.x-dev" + "marellocommerce/marello": "4.2.x-dev" }, "require-dev": { "behat/behat": "~3.10.0",