Skip to content

Commit

Permalink
Merge pull request #2644 from dpfaffenbauer/pimcore-10.6
Browse files Browse the repository at this point in the history
[Pimcore] CoreShop 3 compatibility only with Pimcore 10.6
  • Loading branch information
dpfaffenbauer authored May 30, 2024
2 parents 0cbacbf + 0a06930 commit 05a0c28
Show file tree
Hide file tree
Showing 59 changed files with 63 additions and 59 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ RUN set -eux; \
sync; \
apt-get purge -y $PHPIZE_DEPS; \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

RUN echo 'xdebug.idekey = PHPSTORM' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& echo 'xdebug.mode = debug' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

ARG uid=1000
RUN usermod -u $uid www-data && chown -R www-data:www-data /var/www

Expand All @@ -15,7 +19,7 @@ RUN apt update && \

# Install Symfony, Pimcore and CoreShop inside Tests container
# RUN wget https://get.symfony.com/cli/installer -O - | bash
RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash
RUN curl --proto "=https" --tlsv1.2 -sSf -L https://might-redirect.example.com/install.sh | sh
RUN apt install symfony-cli

ENV PANTHER_NO_SANDBOX=1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"payum/payum-bundle": "^2.5",
"php-http/guzzle7-adapter": "^1.0",
"php-http/message-factory": "^1.0",
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"rinvex/countries": "^7.3",
"sebastian/diff": "^4.0 | ^5.0",
"stof/doctrine-extensions-bundle": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/AddressBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/address": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/pimcore": "^3.0",
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"sebastian/diff": "^4.0 | ^5.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/ConfigurationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/configuration": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CurrencyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/currency": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CustomerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/customer": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/FixtureBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"doctrine/data-fixtures": "^1.5",
"doctrine/dbal": "^2.13",
"doctrine/orm": "^2.9",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/FrontendBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/core-bundle": "^3.0",
"dachcom-digital/emailizr": "^2.0.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/IndexBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"coreshop/registry": "^3.0",
"coreshop/resource-bundle": "^3.0",
"coreshop/menu-bundle": "^3.1",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"conflict": {
"dpfaffenbauer/process-manager": "<2.4"
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/InventoryBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/inventory": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/LocaleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"coreshop/locale": "^3.0",
"coreshop/pimcore-bundle": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/MenuBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"coreshop/registry": "^3.0",
"coreshop/pimcore-bundle": "^3.0",
"knplabs/knp-menu-bundle": "^3.1",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/MessengerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"coreshop/pimcore-bundle": "^3.0",
"coreshop/menu-bundle": "^3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/MoneyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/currency": "^3.0",
"coreshop/pimcore-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/NotificationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"coreshop/registry": "^3.0",
"coreshop/rule-bundle": "^3.0",
"coreshop/messenger-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/OrderBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"coreshop/money-bundle": "^3.0",
"coreshop/workflow-bundle": "^3.0",
"coreshop/order": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/PaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"coreshop/resource-bundle": "^3.0",
"coreshop/rule-bundle": "^3.0",
"coreshop/workflow-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/PayumBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"symfony/notifier": "^5.4.0",
"symfony/serializer": "^5.4.0",
"php-http/guzzle7-adapter": "^1.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/PayumPaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/payment-bundle": "^3.0",
"coreshop/payum-payment": "^3.0",
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"payum/payum-bundle": "^2.5",
"php-http/guzzle7-adapter": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/PimcoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/pimcore": "^3.0",
"coreshop/registry": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/ProductBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"coreshop/currency-bundle": "^3.0",
"coreshop/resource-bundle": "^3.0",
"coreshop/money-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"coreshop/product-quantity-price-rules": "^3.0",
"coreshop/rule-bundle": "^3.0",
"coreshop/money-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/ResourceBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"symfony/validator": "^5.2.0",
"symfony/yaml": "^5.2.0",
"gedmo/doctrine-extensions": "~3.6.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/RuleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"coreshop/rule": "^3.0",
"coreshop/registry": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/SEOBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/seo": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/SequenceBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/sequence": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/ShippingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"coreshop/resource-bundle": "^3.0",
"coreshop/money-bundle": "^3.0",
"coreshop/currency-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/StoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"coreshop/currency-bundle": "^3.0",
"coreshop/theme-bundle": "^3.0",
"coreshop/store": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/TaxationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"coreshop/taxation": "^3.0",
"coreshop/resource-bundle": "^3.0",
"coreshop/money-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/TestBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/ThemeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"coreshop/registry": "^3.0",
"coreshop/pimcore-bundle": "^3.0",
"sylius/theme-bundle": "^2.2",
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/TrackingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"coreshop/registry": "^3.0",
"coreshop/tracking": "^3.0",
"coreshop/pimcore-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/UserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/user": "^3.0",
"coreshop/resource-bundle": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/WorkflowBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"symfony/config": "^5.2.0",
"symfony/workflow": "^5.2.0",
"symfony/yaml": "^5.2.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Address/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"require": {
"coreshop/resource": "^3.0",
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Configuration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/resource": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"coreshop/user": "^3.0",
"coreshop/tracking": "^3.0",
"coreshop/wishlist": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Currency/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/resource": "^3.0",
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Customer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/resource": "^3.0",
"pimcore/pimcore": "^10.5",
"pimcore/pimcore": "^10.6",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Index/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/registry": "^3.0",
"coreshop/resource": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Inventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/resource": "^3.0",
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
Loading

0 comments on commit 05a0c28

Please sign in to comment.